ClickHouse/base
Azat Khuzhin d6102869e5 Avoid re-loading completion from the history file after each query
By default replxx reload history from the file in
replxx::Replxx::history_save(), and this will overlaps current session
history with the history from other sessions, and this does not looks a
great idea (bash and other interpreters don't do this).

So to avoid this, use separate replxx::Replxx instance.
2020-07-29 21:00:46 +03:00
..
common Avoid re-loading completion from the history file after each query 2020-07-29 21:00:46 +03:00
daemon Some provisions for Android build 2020-07-15 14:16:00 +03:00
ext Fix warnings from CodeQL 2020-07-05 02:16:16 +03:00
glibc-compatibility Fix glibc compatibility 2020-03-23 19:51:06 +03:00
loggers Whitespaces 2020-05-31 16:48:43 +03:00
mysqlxx Refactor CMake build files (#11390) 2020-06-09 13:54:49 +03:00
pcg-random Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
widechar_width Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
CMakeLists.txt Update CMakeLists.txt 2020-06-16 02:45:05 +03:00
ya.make Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00