ClickHouse/tests
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
..
ci Add CI check for darwin-aarch64 (#25560) 2021-06-25 18:21:56 +03:00
config fix tests 2021-06-21 20:29:32 +03:00
external_models/catboost
fuzz
instructions
integration Merge pull request #25795 from sand6255/MySQL-column-comments-support 2021-06-30 20:18:47 +03:00
jepsen.clickhouse-keeper
perf_drafts
performance Merge pull request #25618 from vdimir/slow-dict-join-fix 2021-06-30 10:54:48 +03:00
queries Convert history file from readline format to replxx format 2021-06-30 22:06:16 +03:00
testflows Merge pull request #25371 from CurtizJ/add-compatibility-setting 2021-06-25 15:08:13 +03:00
users.d
.gitignore
clickhouse-client.xml
clickhouse-test Merge pull request #25564 from ClickHouse/improve_replicated_database_tests3 2021-06-24 10:38:15 +03:00
clickhouse-test-server
client-test.xml
CMakeLists.txt
decimals_dictionary.xml
executable_pool_dictionary.xml
ints_dictionary.xml
msan_suppressions.txt
server-test.xml
stress
strings_dictionary.xml
tsan_suppressions.txt
ubsan_suppressions.txt
users.xml