Commit Graph

5277 Commits

Author SHA1 Message Date
570f9a192c test: remove useless fixme in join test (#38864)
close pingcap/tidb#38577
2022-11-04 18:58:01 +08:00
6ab17074b8 telemetry: telemetry supports count flashback cluster (#38901)
close pingcap/tidb#38896
2022-11-04 17:46:03 +08:00
0e33fc247e ddl: restricting MODIFY COLUMN on partitioning columns. (#38670)
close pingcap/tidb#38530
2022-11-04 15:06:00 +08:00
fb8979697e planner: update some UTs to use cost model2 (#38875)
ref pingcap/tidb#35240
2022-11-04 11:58:00 +08:00
0b3e1e9be0 *: Chunkreuse try reuse chunk in operator (#38607)
close pingcap/tidb#38606
2022-11-04 11:28:00 +08:00
e5d3195c89 executor: generate AST instead of SQL for foreign key cascade (#38796)
close pingcap/tidb#38795
2022-11-04 11:02:01 +08:00
72407d91d0 util: set checkpoint during Sort for SortedRowContainer (#38865) 2022-11-04 10:35:22 +08:00
c6e1982fb2 sessionctx: enable clustered index by default (#38447) 2022-11-04 10:06:03 +08:00
f9c7bbccec *: authentication using tidb_auth_token plugin (#38773)
close pingcap/tidb#38504
2022-11-04 02:54:00 +08:00
c799b0f165 *: disable global memory control by default (#38859) 2022-11-03 19:32:01 +08:00
510003d1f6 planner: add switch for plan cache memory trace (#38824)
ref pingcap/tidb#37632
2022-11-03 15:26:00 +08:00
aafdf0e341 util, executor: remove OOMAction after a query finishing (#38834)
close pingcap/tidb#38847
2022-11-03 14:56:01 +08:00
a65468ecfe planner: treat null as a different type compare to other types (#38840)
close pingcap/tidb#38710
2022-11-03 13:30:00 +08:00
07a0ef2af7 executor: refactor plan replayer exec (#38786)
ref pingcap/tidb#38779
2022-11-02 19:53:59 +08:00
e6f020a26e executor: fix issue of insert ignore with foreign key check (#38832)
close pingcap/tidb#38831
2022-11-02 18:59:59 +08:00
5cdfea619f *: bring back the 'make ut' (#38806) 2022-11-02 17:18:00 +08:00
49e7c700ef executor: support checking killed during merge stats (#38708)
ref pingcap/tidb#35142
2022-11-02 12:43:59 +08:00
5fa9e2512c executor: support foreign key on update cascade in insert on duplicate update statement (#38793)
Signed-off-by: crazycs520 <crazycs520@gmail.com>
2022-11-02 12:25:35 +08:00
ef95612e84 *: extend the semantic of mem-quota-query to mem-quota-session (#38423)
close pingcap/tidb#38429
2022-11-02 10:45:59 +08:00
a1de01dcfc executor: refine EXPLAIN ANALYZE info for INSERT IGNORE statement (#38770)
close pingcap/tidb#38769
2022-11-01 18:08:00 +08:00
ba6ae458f8 *: add variables and support external timestamp read (#38276)
close pingcap/tidb#38274
2022-11-01 17:40:00 +08:00
38e9aa02ef *: support foreign key on update cascade and set null when execute update statement (#38652)
close pingcap/tidb#38651
2022-11-01 13:07:59 +08:00
08aa32e888 *: update bazel config (#38745) 2022-11-01 12:15:59 +08:00
65a318fcb5 executor: add memory track in handle cop request (#38755)
close pingcap/tidb#33893
2022-10-31 14:35:59 +08:00
835518122e DDL: Remove TiFlash replica progress etcd dependency (#38564)
close pingcap/tidb#38464
2022-10-31 13:37:59 +08:00
0e23da6e7c *: create a user using tidb_auth_token authentication (#38585)
ref pingcap/tidb#38504
2022-10-31 11:47:59 +08:00
7571d556aa executor: fix inl_hash join performance regression because of Iterator4Slice (#38741)
close pingcap/tidb#38695
2022-10-31 11:19:58 +08:00
6d6e9c4b10 *: show backfill type in admin show ddl jobs (#38733)
ref pingcap/tidb#35983
2022-10-29 00:53:58 +08:00
ba2e2c9d50 executor: show create table should distinguish between old and new foreign key (#38719)
close pingcap/tidb#38717
2022-10-29 00:33:58 +08:00
582d18a6b0 executor: fix revoke result view bug (#38552)
close pingcap/tidb#38421
2022-10-28 17:11:58 +08:00
925bc269eb *: close resultset (#38704) 2022-10-28 15:37:57 +08:00
40f059a289 executor: add some memory tables to observe memory usage (#38452)
ref pingcap/tidb#37816
2022-10-28 15:05:59 +08:00
636a363f7b server: support dumpPartitionStats param for statsHandler (#38190)
ref pingcap/tidb#37977
2022-10-28 12:37:58 +08:00
bba321c91e *: skip log timeout on maxExecutiontime as slow query for DDL statement. (#38671)
close pingcap/tidb#38580
2022-10-27 19:17:57 +08:00
c3ecb04875 executor: support record analzye merge job (#38672)
ref pingcap/tidb#35142
2022-10-27 17:05:57 +08:00
cd531a4a98 *: support auto_random on composite clustered primary key (#38617)
close pingcap/tidb#38572
2022-10-27 10:45:57 +08:00
d27c706965 util: reduce STW from ReadMemStats (#38632)
close pingcap/tidb#38271
2022-10-26 20:37:56 +08:00
e843278589 executor: fix HashJoinExec panic of closed channel (#38576)
close pingcap/tidb#37932
2022-10-26 20:17:56 +08:00
4bdd20b540 *: support 2-phases flashback cluster (#38164)
ref pingcap/tidb#37961, close pingcap/tidb#38554
2022-10-26 17:01:58 +08:00
0c68f91e8a *: support foreign key on delete set null when execute delete statement (#38595) 2022-10-26 01:30:50 +08:00
2cdfdf28c0 executor: fix issue of foreign key cascade delete very slow (#38633) 2022-10-25 17:45:50 +08:00
70f3348ebf executor: support save partition stats in concurrency (#38239)
ref pingcap/tidb#35142
2022-10-25 15:57:55 +08:00
00169d2fe8 inforschema: check the user permission before loading TIKV_REGION_STATUS (#38627)
close pingcap/tidb#38407
2022-10-25 13:17:56 +08:00
64051f99cf planner: avoid double scan for index prefix col is (not) null (#38555)
ref pingcap/tidb#21145
2022-10-24 18:59:56 +08:00
b80a39fc9f parser: supports flashback table and flashback database (#38546)
close pingcap/tidb#38545
2022-10-24 13:47:55 +08:00
41518c9e02 executor: fix getting the more result when select * from TIKV_REGION_STATUS where table_id=xx (#38601)
close pingcap/tidb#37499
2022-10-24 00:59:56 +08:00
9d606cd4fe parser, execution: support kill connection_id() (#37650)
close pingcap/tidb#37261
2022-10-21 16:01:54 +08:00
59886f52ef sessionctx/variable: turn on range memory control by default (#38592)
ref pingcap/tidb#37176
2022-10-21 14:45:55 +08:00
873a3ea719 json: add json_storage_free function (#38544)
close pingcap/tidb#38517
2022-10-21 14:03:55 +08:00
43468983d9 *: add foreign key cascade delete when execute delete statement (#38377)
close pingcap/tidb#38376
2022-10-21 11:27:54 +08:00