ClickHouse/dbms
Azat Khuzhin eb5f46fb07
Skip ZNONODE during DDL query processing
Right now if another node removes the znode in task_queue, the one that
did not process it, but already get list of children, will terminated
the DDLWorker thread, and this is very unconvinient because you do not
have any sane way to know is DDLWorker still running or not (except for
timed out DDL queries or via debugger), and the clickhouse-server it
self do not fail either.

Fixes: #5064
2019-05-30 20:25:29 +03:00
..
benchmark Minor changes 2019-02-25 01:28:05 +03:00
cmake Auto version update to [19.9.1.1] [54421] 2019-05-28 13:52:55 +03:00
programs Allow using MariaDB as a client without exception. 2019-05-28 03:15:05 +03:00
src Skip ZNONODE during DDL query processing 2019-05-30 20:25:29 +03:00
tests Fix performance tests for the functions JSONExtract* 2019-05-28 02:47:40 +03:00
CMakeLists.txt Fixed linking in "splitted" mode 2019-05-17 01:58:29 +03:00