Alexander Kuzmenkov
7b898ec871
style
2020-02-04 16:31:15 +03:00
Alexander Kuzmenkov
cbcb7895e4
Avoid extra copying when demangling names.
2020-02-03 22:51:26 +03:00
Alexey Milovidov
7b92bde34d
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
bcea15a7cb
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
bffa0ec63f
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
0b16c789d3
Colors
2020-02-03 19:35:52 +03:00
Alexey Milovidov
7dd7a923d8
Colorful log in console
2020-02-03 19:35:52 +03:00
Alexey Milovidov
6562196460
Support for Mac OS and BSD
2020-02-03 01:51:40 +03:00
Alexey Milovidov
55b83dbcee
Support for Mac OS and BSD
2020-02-02 23:05:47 +03:00
Alexey Milovidov
d11f3cb78f
Changed thread_id to UInt64 to support more OS
2020-02-02 23:01:13 +03:00
Alexey Milovidov
87af511bac
Rename function #7477
2020-02-02 05:41:16 +03:00
Alexey Milovidov
39b31907b5
Rename function #7477
2020-02-02 05:35:47 +03:00
Alexey Milovidov
f9eb4e79f6
Using OS tid everywhere #7477
2020-02-02 05:28:14 +03:00
Vitaly Baranov
b6b7feef44
Improve class ext::scope_guard.
2020-01-31 19:23:33 +03:00
Vitaly Baranov
e5d6669138
Add template function ext::push_back().
2020-01-31 19:23:33 +03:00
Vitaly Baranov
d8bd9b2a3f
Conversion std::string_view, const char * -> StringRef added.
2020-01-31 19:23:33 +03:00
Azat Khuzhin
6a73cf2381
Add text_log.level to limit entries that goes to system.text_log table
...
v2: use INT_MAX as default (since 0 is none)
2020-01-25 14:04:49 +03:00
Ivan
b80e3dcd46
Refactoring of replxx ( #8748 )
2020-01-23 11:18:19 +03:00
alexey-milovidov
5e7f80c664
Merge pull request #8760 from kreuzerkrieg/GCCSuggestOverride
...
Add GCC warning to suggest virtual function override
2020-01-21 22:12:26 +03:00
kreuzerkrieg
a256741cf9
Add GCC warning to suggest virtual function override
2020-01-21 13:10:32 +02:00
Alexey Milovidov
a0c625c568
Minimal readline support
2020-01-19 22:03:12 +03:00
Alexey Milovidov
6f5ef70a14
Minimal readline support
2020-01-19 21:48:04 +03:00
Alexey Milovidov
6b1cdbca8b
Minimal readline support
2020-01-19 21:42:35 +03:00
Alexey Milovidov
94e18fbed2
Minimal readline support
2020-01-19 21:41:03 +03:00
Alexey Milovidov
98d393c957
Fixed LineReader
2020-01-19 15:26:49 +03:00
Alexey Milovidov
db1bb630e0
Fixed configuration of replxx
2020-01-19 03:23:35 +03:00
Alexey Milovidov
47f6156ad8
Correct configuration of replxx
2020-01-19 03:01:49 +03:00
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