ClickHouse/src/Core
Azat Khuzhin 3be8a56f5c Add log_queries_min_query_duration_ms
Only queries slower then the value of this setting will go to system.query_log,
i.e. something like slow_query_log in mysql.

v2: log_queries_min_time renamed to log_queries_min_query_duration_ms
v3: add current_database into system.query_thread_log
v4: rewrite test using current_database
v5: fix query_duration_ms in system.query_thread_log
2020-11-02 21:34:54 +03:00
..
MySQL Merge pull request #16504 from TCeason/shrink_gtid_set 2020-10-31 15:12:35 +03:00
tests Shrink sequence gtid set 2020-10-29 15:11:27 +08:00
AccurateComparison.h better min/max for Int128 2020-09-22 14:35:46 +03:00
BackgroundSchedulePool.cpp Addition to prev. revision 2020-10-10 18:55:42 +03:00
BackgroundSchedulePool.h Addition to prev. revision 2020-10-10 18:55:42 +03:00
BaseSettings.cpp Rework and rename the template class SettingsCollection => BaseSettings. 2020-07-31 20:54:18 +03:00
BaseSettings.h Add context to error messages 2020-10-01 14:02:53 +03:00
BigInt.h Minor changes in BigInt hash 2020-10-10 18:46:41 +03:00
Block.cpp another removes 2020-07-30 13:31:14 +03:00
Block.h Use ColumnWithTypeAndName as function argument instead of Block. 2020-10-09 10:41:28 +03:00
BlockInfo.cpp Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
BlockInfo.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
callOnTypeIndex.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnNumbers.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnsWithTypeAndName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ColumnWithTypeAndName.cpp Remove column from header descriotion for EXPLAIN PLAN and EXPLAIN PIPELINE 2020-09-28 20:37:11 +03:00
ColumnWithTypeAndName.h Remove column from header descriotion for EXPLAIN PLAN and EXPLAIN PIPELINE 2020-09-28 20:37:11 +03:00
config_core.h.in Merge branch 'master' into ldap-per-user-authentication 2020-07-08 00:42:09 +04:00
DecimalComparison.h Part 1. 2020-10-17 17:23:37 +03:00
DecimalFunctions.h minor code improvement (#15668) 2020-10-07 20:20:07 +03:00
Defines.h Fix typos reported by codespell 2020-10-27 12:04:03 +01:00
ExternalResultDescription.cpp ISSUES-4006 support decimal 256 for mysql block input stream 2020-09-10 11:37:00 +08:00
ExternalResultDescription.h ISSUES-4006 support decimal 256 for mysql block input stream 2020-09-10 11:37:00 +08:00
ExternalTable.cpp Refactor processors. 2020-10-12 17:30:05 +08:00
ExternalTable.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Field.cpp Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
Field.h query_start_time_microseconds field in system.query_log 2020-09-04 09:42:18 -07:00
iostream_debug_helpers.cpp Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
iostream_debug_helpers.h Refactoring: extract TreeOptimizer from SyntaxAnalyzer (#12645) 2020-07-22 20:13:05 +03:00
MultiEnum.h ISSUES-15365 fix attach mysql database failure 2020-09-28 18:02:30 +08:00
Names.h Fix some rename cases 2020-05-13 20:43:30 +03:00
NamesAndTypes.cpp Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
NamesAndTypes.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
PostgreSQLProtocol.cpp squash 2020-05-30 20:05:05 +03:00
PostgreSQLProtocol.h Change level of some log messages 2020-10-10 20:47:34 +03:00
Protocol.h Add missing entry to client packet stringify 2020-10-02 15:10:19 +01:00
QualifiedTableName.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryProcessingStage.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
Row.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Settings.cpp Better initialization of access storages. Make list of access storages dynamic. 2020-08-16 19:15:34 +03:00
Settings.h Add log_queries_min_query_duration_ms 2020-11-02 21:34:54 +03:00
SettingsEnums.cpp Added OutputFormat setting date_time_output_format 2020-10-13 13:59:43 +03:00
SettingsEnums.h Added OutputFormat setting date_time_output_format 2020-10-13 13:59:43 +03:00
SettingsFields.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
SettingsFields.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
SortCursor.h now aggregates in parallel 2020-05-12 17:50:13 +03:00
SortDescription.cpp Refactor some code. 2020-06-27 17:02:24 +03:00
SortDescription.h Remove OpenCL 2020-09-19 17:20:00 +03:00
TypeListNumber.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
Types.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
UUID.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Remove -g0 form Arcadia build settings. 2020-10-29 17:37:23 +03:00
ya.make.in Remove -g0 form Arcadia build settings. 2020-10-29 17:37:23 +03:00