Alexey Milovidov
c0a5c664a9
Replace readline to replxx: docs and corrections
2020-01-18 18:44:08 +03:00
Alexey Milovidov
0104cbaa19
Fixed error in Suggest
2020-01-18 18:23:59 +03:00
Alexey Milovidov
f7efa5e2c7
Merge branch 'replxx' of https://github.com/abyss7/ClickHouse into abyss7-replxx
2020-01-18 17:00:59 +03:00
Ivan Lezhankin
2a8621d6e2
Fix gcc build
2020-01-16 16:39:39 +03:00
Ivan
bf31ddfe1f
Update LineReader.h
2020-01-14 19:30:12 +03:00
Ivan Lezhankin
b79855477f
Fix stack-overflow problem
2020-01-14 17:53:53 +03:00
proller
2804feb941
Merge remote-tracking branch 'upstream/master' into fix27
2020-01-13 12:29:55 +03:00
alexey-milovidov
f051844eb7
Merge branch 'master' into replxx
2020-01-11 19:59:33 +03:00
Alexey Milovidov
0343deca56
Fixed build
2020-01-10 21:35:39 +03:00
Alexey Milovidov
ab677b5ad0
Removed some trash
2020-01-10 19:47:56 +03:00
Alexey Milovidov
6e50290ec6
Merge branch 'master' into weiqxu-master
2020-01-10 19:41:29 +03:00
Ivan Lezhankin
1ebd789bc9
Fix build
2020-01-10 19:19:22 +03:00
Ivan Lezhankin
66873bb734
Fix build
2020-01-10 16:26:23 +03:00
Ivan Lezhankin
5950f6c081
Merge remote-tracking branch 'upstream/master' into replxx
2020-01-09 19:21:04 +03:00
proller
4bb320627c
Merge remote-tracking branch 'upstream/master' into fix27
2020-01-02 14:29:48 +03:00
proller
5b9c12ba3b
Merge remote-tracking branch 'upstream/master' into fix27
2020-01-02 14:29:22 +03:00
Ivan Lezhankin
13b88886d4
[WIP]
2020-01-01 22:22:57 +03:00
alexey-milovidov
14563da602
Merge pull request #8447 from amosbird/c++20
...
C++20
2019-12-31 21:06:41 +03:00
Weiqing Xu
de122fc282
Fix it removes PID file by mistake In Daemon
...
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Changelog category (leave one):
In Daemon mode, when the user start a new clickhouse, if there is old
runing process and the pid is same with the value in PID file, it will
not start. However it also remove the PID file of the old runing process by
mistake.
In this fix, it will not remove the pid file of old runing process when
it start failed.
2019-12-31 16:52:25 +08:00
alexey-milovidov
17b413fd2e
Merge pull request #8458 from vitlibar/separate-variables-for-database-and-name
...
Separate variables for database and name in dictionaries.
2019-12-31 07:39:01 +03:00
Vitaly Baranov
f3ff3f0732
Improve ext::scope_guard, now it's a moveable object which can be returned
...
from function.
2019-12-31 06:17:28 +07:00
alexey-milovidov
e6ea59c84a
Merge pull request #8460 from mnach/master
...
refs #8443 fix logging
2019-12-30 20:29:01 +03:00
Alexey Milovidov
d4689532b1
Disable mysql client on Mac OS
2019-12-29 20:39:05 +03:00
Mikhail Nacharov
d6cd202860
refs #8443 fix logging
2019-12-29 18:08:33 +05:00
Amos Bird
bbc736f2d9
c++20!
2019-12-29 03:08:25 +08:00
Ivan Lezhankin
212a3234c1
Support Ctrl+C like shell does.
2019-12-27 16:17:36 +03:00
Ivan Lezhankin
bf22e12e4e
Initial replacement readline → replxx
2019-12-27 16:17:36 +03:00
Alexey Milovidov
bdfa8f2ed0
Enable internal MySQL library on non-Linux system, because usage of OS packages is very fragile and usually doesn't work at all
2019-12-26 22:49:34 +03:00
proller
c3ea8783ef
Build fixes
2019-12-25 15:31:49 +00:00
Alexey Milovidov
2befa5aec5
Fixed build on old systems
2019-12-24 19:51:37 +03:00
Alexey Milovidov
f7d9ada51c
Addition to prev. revision
2019-12-23 23:26:11 +03:00
Alexey Milovidov
9d631c2c77
Add query_id to crash messages
2019-12-23 23:19:49 +03:00
Alexey Milovidov
239451a24d
Merge branch 'master' into system-stack-trace
2019-12-23 19:41:23 +03:00
alesapin
4555d1398c
Merge pull request #8267 from ClickHouse/fix_coverage_one_more_time
...
More strict coverage flush.
2019-12-23 11:43:49 +03:00
Alexey Milovidov
48d126e88a
Removed unrelated changes
2019-12-22 23:19:29 +03:00
Alexey Milovidov
9c868c910a
Simplification
2019-12-22 23:17:16 +03:00
Alexey Milovidov
e0000bef98
Added "system.stack_trace" table (development)
2019-12-22 20:20:33 +03:00
alexey-milovidov
b864bc49b9
Merge pull request #8310 from ClickHouse/remove-tcmalloc
...
Remove support for tcmalloc
2019-12-20 05:04:19 +03:00
Alexey Milovidov
cea2903e72
Fixed build: set compile flags only when appropriate
2019-12-20 03:35:35 +03:00
Alexey Milovidov
0d089700fa
Remove support for tcmalloc
2019-12-20 02:56:40 +03:00
Alexey Milovidov
36feb8d804
More compatibility functions for glibc
2019-12-18 22:35:56 +03:00
alesapin
a175ea5b73
Add coverage file flush for clickhouse-server when std::atexit is not called. Also slightly improved logging in stateless tests with coverage.
2019-12-18 13:43:40 +03:00
kreuzerkrieg
9612bb0e79
More GCC warnings
2019-12-16 23:19:50 +02:00
Alexey Milovidov
677ca84824
Silent warnings about unused command line args when building ASM source
2019-12-15 09:18:08 +03:00
Vasily Nemkov
f8fec0402b
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
2019-12-11 17:38:32 +03:00
alexey-milovidov
074aeb2bb8
Merge pull request #8054 from amosbird/glibc2.30
...
porting clock_gettime and clock_nanosleep
2019-12-09 23:11:10 +03:00
Amos Bird
30a085db7e
omit frame pointers for libc code
2019-12-09 21:38:20 +08:00
Amos Bird
e69c0a0126
Get rid of getauxval dep
2019-12-09 20:59:08 +08:00
Amos Bird
44b66da298
porting musl vdso implementation
2019-12-09 10:34:23 +08:00
Amos Bird
113e1932aa
porting clock_gettime and clock_nanosleep.
2019-12-07 00:11:50 +08:00