Commit Graph

65 Commits

Author SHA1 Message Date
xhe
38cc7bed7f session: migrate to the new redact function (#51561)
close pingcap/tidb#51557
2024-03-08 03:21:37 +00:00
a8503e820c statistics: enable the auto-analysis priority queue (#51537)
ref pingcap/tidb#50132
2024-03-07 08:53:07 +00:00
xhe
6000c2a5e1 session: change tidb_redact_log to enum type (#51308)
close pingcap/tidb#51307
2024-03-05 08:08:05 +00:00
13bff87d08 variable: unifiy MaxExecuteTime usage and fix some problem (#50915)
close pingcap/tidb#50872, close pingcap/tidb#50914
2024-03-04 10:24:34 +00:00
36f94d7709 sessionctx: add sysvar to control low resolution tso update interval (#51437)
close pingcap/tidb#51081
2024-03-04 02:23:03 +00:00
6dd47fe671 *: add variable for priority queue (#51447)
ref pingcap/tidb#50132
2024-03-01 13:36:32 +00:00
bda61f6767 *: remove useless stmtVars method in SessionVars (#51345)
close pingcap/tidb#51344
2024-02-29 09:44:12 +00:00
0e8533c0f2 *: support building infoschema V2, and introduce @@tidb_schema_cache_size (#51257)
close pingcap/tidb#51256
2024-02-29 09:44:01 +00:00
a59551b701 ddl: rename tidb_ddl_version to tidb_enable_fast_create_table (#51047)
close pingcap/tidb#50052
2024-02-28 08:39:31 +00:00
de16e0d319 executor: Support Parallel Sort (#49705)
close pingcap/tidb#49217
2024-02-26 10:30:30 +00:00
3d1708f80c telemetry: remove the codes of Telemetry (#51202)
close pingcap/tidb#49939
2024-02-22 11:48:26 +00:00
aa4f4da727 variable: fix setting tidb_enable_tso_follower_proxy with TSO service (#51216)
close pingcap/tidb#51194
2024-02-21 11:54:26 +00:00
e35cf1d7d0 *: recalculate the threshold of gctuner when ServerMemoryLimit is updated (#51197)
close pingcap/tidb#48180
2024-02-21 04:36:27 +00:00
05450665c3 session/variable: forbid changing @@global.require_secure_transport to 'on' with SEM enabled (#47677)
close pingcap/tidb#47665
2024-02-20 15:45:27 +00:00
c5eced17d0 expression: remove direct dependencies with sessionctx.Context for package expression (#51025)
close pingcap/tidb#51024
2024-02-08 02:10:15 +00:00
4c749f052b executor,planner: make used stats info thread safe (#51029)
close pingcap/tidb#50835
2024-02-07 09:40:22 +00:00
402c52eedb executor: Support spill of parallel hash aggregate (#49074)
ref pingcap/tidb#47733
2024-02-04 10:23:42 +00:00
9aabf72f27 variable: fix unexpected failure for TestSetTiDBCloudStorageURI (#50923)
close pingcap/tidb#50922
2024-02-02 05:27:31 +00:00
0c9b0f4d2b *: delete useless SessionVars.IDAllocator (#50844)
close pingcap/tidb#50842
2024-01-31 09:43:55 +00:00
0250675b0b txn: deprecate the transaction auto retry and related statement count limit (#50782)
ref pingcap/tidb#50350
2024-01-30 08:10:59 +00:00
51e1e13494 *: update interface{} to any (#50770)
ref pingcap/tidb#50765
2024-01-29 07:21:29 +00:00
6a87b80e2c sessionctx: fix data race of SessionVars.Status (#50729)
close pingcap/tidb#50715
2024-01-26 18:39:20 +00:00
9416934ea3 *: split planner errors and remove duplicate definitions (#50695)
ref pingcap/tidb#48875
2024-01-26 09:42:21 +00:00
34449effe3 *: tidb_opt_use_invisible_indexes support set_var (#50733)
close pingcap/tidb#50653
2024-01-26 02:46:51 +00:00
e42d0bf4e5 *: support tidb_opt_use_invisible_indexes (#50654)
ref pingcap/tidb#50653
2024-01-25 03:51:22 +00:00
dd85ed718a variable: remove StrictSQLMode in variable.SessionVars (#50624)
close pingcap/tidb#50589
2024-01-23 07:42:26 +00:00
tpp
22bd51eed0 planner: adjust index scan estimate for order with limit (#50345)
close pingcap/tidb#50237
2024-01-20 01:54:19 +00:00
2a3b54e2e6 variable: raise the upper limit of tidb_analyze_distsql_scan_concurrency (#50529)
close pingcap/tidb#50528
2024-01-18 07:46:47 +00:00
715fc0b866 *: remove TLS1.0, TLS1.1 support (#50348)
ref pingcap/tidb#36036
2024-01-15 04:16:18 +00:00
990c1d7266 sessionctx/variable: add tidb_max_chunk_size and tidb_init_chunk_size for SET_VAR (#50395) 2024-01-13 03:19:55 +00:00
205b5bbd21 variable: fix information_schema.VARIABLES_INFO DEFAULT_VALUE not right problem (#49524)
close pingcap/tidb#49461, close pingcap/tidb#49968, close pingcap/tidb#50155
2024-01-11 10:52:55 +00:00
6e10826f16 *: move dup key error handling to errctx (#50239)
close pingcap/tidb#50238
2024-01-10 11:51:23 +00:00
6701bf1527 ddl: create table accelerate (#49687)
close pingcap/tidb#50052
2024-01-08 12:20:08 +00:00
f3d4ad5d89 disttask: fix can't reset service_scope (#50108)
close pingcap/tidb#50104
2024-01-08 11:42:30 +00:00
e8861cf6d6 vars: add pd_enable_follower_handle_region to support get region from pd follower (#49231)
close pingcap/tidb#49747
2024-01-04 11:00:33 +00:00
8c49f5c250 bindinfo: rename tidb_opt_enable_universal_binding as tidb_opt_enable_fuzzy_binding (#50081)
ref pingcap/tidb#48875
2024-01-04 09:53:04 +00:00
7af117d818 sessionctx/variable: set DEFAULT_VALUE for 'tidb_txn_mode' (#48500)
close pingcap/tidb#48492
2024-01-02 02:54:31 +00:00
aeefec893d session, chunk: refactor re-used chunk allocator in executor (#49667)
close pingcap/tidb#49661
2023-12-27 06:31:57 +00:00
a7ef915052 *: upgrade rules_go (#49693) 2023-12-27 02:15:28 +00:00
116456ddfb sessionctx: refactor sessionctx pkg's warning and note generation (#49760)
close pingcap/tidb#49291
2023-12-25 10:31:57 +00:00
291875a689 *: support setting txn-entry-size-limit by sys var (#49237)
close pingcap/tidb#49236
2023-12-25 09:43:58 +00:00
e3fdbbfc17 store/gcworker: remove green gc (#49333)
close pingcap/tidb#49330
2023-12-22 06:18:24 +00:00
b27587e9b6 session: add resource group name in stmt context (#49422)
close pingcap/tidb#49318
2023-12-21 02:58:54 +00:00
91fad016c3 planner: more test cases for the universal binding (#49598)
ref pingcap/tidb#48875
2023-12-20 09:58:53 +00:00
f50e89450e planner: try to match universal bindings when optimization (#49475)
ref pingcap/tidb#48875
2023-12-18 03:07:52 +00:00
161107a712 executor: add ru details in slow log and INFORMATION_SCHEMA.SLOW_QUERY (#49067)
close pingcap/tidb#42892, ref pingcap/tidb#49318
2023-12-13 07:30:19 +00:00
32cf9b95b2 *: add tidb_analyze_distsql_scan_concurrency (#48829)
close pingcap/tidb#48949
2023-12-05 09:50:49 +00:00
6492800b9c *: Support idle transaction timeout (#48714)
close pingcap/tidb#48712
2023-12-05 04:01:19 +00:00
1c6e0eea98 sessionctx: move default_password_lifetime out of noop (#49030)
close pingcap/tidb#48910
2023-11-30 12:07:19 +00:00
94a7844732 *: add tidb_enable_global_index session variables (#48834)
close pingcap/tidb#48825
2023-11-30 02:58:18 +00:00