ClickHouse/programs/copier
2020-05-24 01:21:29 +03:00
..
Aliases.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
clickhouse-copier.cpp Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ClusterCopier.cpp Remove old method 2020-05-24 01:21:29 +03:00
ClusterCopier.h first try 2020-04-21 20:37:40 +03:00
ClusterCopierApp.cpp find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_[^\_(]+\([^,]+, "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+" << [^<]+ << "[^"]+"\);' | while read file; do perl -pne 's/(LOG_[^\_(]+)\(([^,]+), "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)" << ([^<]+) << "([^"]+)"\);/${1}_FORMATTED(${2}, "${3}{}${5}{}${7}{}${9}{}${11}", ${4}, ${6}, ${8}, ${10});/' $file > ${file}.tmp; mv ${file}.tmp $file; done 2020-05-23 22:56:05 +03:00
ClusterCopierApp.h first try 2020-04-21 20:37:40 +03:00
ClusterPartition.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
CMakeLists.txt Fix build with unbundled Poco 2020-05-09 01:22:12 +03:00
Internals.cpp Fix clang-tidy 2020-05-18 11:08:55 +03:00
Internals.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ShardPartition.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
ShardPartitionPiece.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
TaskCluster.h Move all folders inside /dbms one level up (#9974) 2020-04-02 02:51:21 +03:00
TaskTableAndShard.h Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
ZooKeeperStaff.h find {base,src,programs} -name '*.h' -or -name '*.cpp' | xargs grep -l -P 'LOG_\w+\([^,]+, "[^"]+" << [^<]+\);' | xargs sed -i -r -e 's/(LOG_\w+)\(([^,]+), "([^"]+)" << ([^<]+)\);/\1_FORMATTED(\2, "\3{}", \4);/' 2020-05-23 19:47:56 +03:00