ClickHouse/base
Azat Khuzhin 626f47e044 Convert history file from readline format to replxx format
replxx requires each history line to prepended with time line:

    ### YYYY-MM-DD HH:MM:SS.SSS
    select 1

And w/o those service lines it will load all lines from history file as
one history line for suggestion. And if there are lots of lines in file it
will take lots of time (getline() + tons of reallocations).
2021-06-30 22:06:16 +03:00
..
bridge Merge ext into common 2021-06-16 23:28:41 +03:00
common Convert history file from readline format to replxx format 2021-06-30 22:06:16 +03:00
daemon Merge ext into common 2021-06-16 23:28:41 +03:00
glibc-compatibility Replace __pthread_get_minstack() with a const 2021-06-20 14:03:04 +03:00
harmful fix 2021-01-20 14:12:33 +03:00
loggers Do not check writeRetry errors in OwnSplitChannel 2021-06-07 09:40:29 +03:00
mysqlxx METR-41529 2021-06-21 22:31:42 +03:00
pcg-random Fix warnings by PVS-Studio in some third-party code 2021-05-08 22:31:11 +03:00
readpassphrase readpassphrase mute recursion in macro expansion 2021-03-10 18:05:24 +03:00
widechar_width Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00
CMakeLists.txt Fix split build finally 2021-03-12 21:12:34 +00:00
ya.make METR-41529 2021-06-21 22:31:42 +03:00