Commit Graph

830 Commits

Author SHA1 Message Date
664c8de025 executor: fix incorrect NULL values of newly added columns in cache table (#42929)
close pingcap/tidb#42928
2023-04-12 16:09:01 +08:00
f349c17b44 table: fix transaction conflict on cached table's read lock updating caused long block (#42926) 2023-04-12 15:06:09 +08:00
e942ab6148 kazel: support auto-config shard_count (#42751)
close pingcap/tidb#42827
2023-04-06 15:46:58 +08:00
9e84985106 infoschema: fix select temporary table with view will panic problem (#42566)
close pingcap/tidb#42563
2023-03-30 11:54:55 +08:00
9e353e54e0 executor: fix update global index return duplicate key error (#42311)
close pingcap/tidb#42312
2023-03-25 23:10:43 +08:00
e68d3b11a0 table/tables: fix assertion protocol for partition reorganize (#42497)
close pingcap/tidb#42426
2023-03-24 01:48:42 +08:00
2e8a982cb0 session, com_stmt: fetch all rows during EXECUTE command (#42473)
close pingcap/tidb#41891, close pingcap/tidb#42424
2023-03-23 17:34:43 +08:00
8982c03b04 partition: Add extensive reorganize partition test (#42000)
ref pingcap/tidb#38535
2023-03-20 11:48:41 +08:00
6f3122a145 *: Update the UniqueID of partition expression columns in LIST partitioning (#42193)
ref pingcap/tidb#42135
2023-03-14 21:40:54 +08:00
567152e8f4 ttl, lightning: fix panic when importing TTL table data using lightning (#42014)
close pingcap/tidb#42012
2023-03-08 19:37:21 +08:00
1d293d8159 executor: implement part of restrictive LOAD DATA (#41793)
close pingcap/tidb#41784
2023-03-03 22:23:10 +08:00
1c1c388d6e ddl: never write untouched index values to temp index (#41879)
close pingcap/tidb#41880
2023-03-02 23:33:13 +08:00
1d2040a2ab DDL: Partition table supports key partition type (#41365)
close pingcap/tidb#41364
2023-02-24 22:27:07 +08:00
bc95a4f022 *: lock the temp index key properly in DML (#41516)
close pingcap/tidb#41515
2023-02-17 18:19:04 +08:00
696d7d06e9 *: REORGANIZE PARTITION (#38535) (#41096)
close pingcap/tidb#38535
2023-02-11 20:28:00 +08:00
c6e6d621e2 ddl: check the key existence on original index (#40749)
close pingcap/tidb#40730
2023-02-10 15:22:00 +08:00
61e1d81974 add metrics for TTL (#41155)
Signed-off-by: YangKeao <yangkeao@chunibyo.icu>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
Co-authored-by: 王超 <cclcwangchao@hotmail.com>
2023-02-09 20:28:31 +08:00
8398f0fe09 *: fix a timezone data race which may cause wrong row data (#41146)
close pingcap/tidb#40710
2023-02-08 12:21:58 +08:00
00d48f90e6 *: update util/tracing and remove repeated code (#40825)
close pingcap/tidb#40809
2023-02-06 22:35:58 +08:00
01b231015a admin: support cleanup multi-valued index (#40428)
close pingcap/tidb#40427
2023-02-01 18:27:56 +08:00
b1ecabb559 txn: Optimize pessimistic transaction by supporting locking with conflict (#35588)
close pingcap/tidb#40537
2023-01-13 11:09:46 +08:00
43ebc64094 ddl: support online create multi-valued index (#40304)
close pingcap/tidb#40337
2023-01-06 16:24:21 +08:00
affe126097 *: support curdate() as column's default value | tidb-test=pr/2057 (#40326)
close pingcap/tidb#38356
2023-01-05 16:14:20 +08:00
494672cb51 admin: impl admin check index for mv index (#40270)
close pingcap/tidb#40272
2023-01-03 16:58:20 +08:00
d3b952a49a executor: write multi-valued index (#40172)
close pingcap/tidb#40207
2022-12-30 13:38:17 +08:00
47ace08035 *: filter particularly errors when truncateAsWarning is true (#40078) 2022-12-21 23:16:55 +08:00
c26a6b5297 *: lock row keys during merging back from temp index (#39936)
close pingcap/tidb#39929
2022-12-14 23:38:53 +08:00
1ff1342283 ddl: mark the writes from delete-only and drop them on merge (#39796)
close pingcap/tidb#39731
2022-12-10 12:05:41 +08:00
6784bfd0e8 sessionctx: move shardRand from TransactionContext to SessionVars to reduce allocation (#39661) 2022-12-08 20:28:05 +08:00
6924a443f4 *: fix panic when add index on prefixed pk tables (#39740)
close pingcap/tidb#39723
2022-12-07 21:58:03 +08:00
19dae1fa73 *: separate auto_increment ID allocator from _tidb_rowid allocator when AUTO_ID_CACHE=1 (#39041)
close pingcap/tidb#982
2022-11-29 20:20:00 +08:00
12d1cf6811 executor: fix issue of foreign key cascade don't work cause by untouched index key (#39420)
close pingcap/tidb#39419
2022-11-28 22:47:59 +08:00
03034b6eee ddl: properly handle existence checks for deleted records in temp index (#39371)
close pingcap/tidb#39321
2022-11-28 21:13:59 +08:00
cf49466a1e executor: move FillVirtualColumnValue to the table package (#39342) 2022-11-23 17:59:58 +08:00
d3a63e93ea ddl: fix data inconsistency for untouched values during add index (#39239)
close pingcap/tidb#39232
2022-11-21 11:55:57 +08:00
d734cc8e8e *: refactor some functions for better reusability (#39133) 2022-11-14 17:13:55 +08:00
21d6190278 txn: tidb_constraint_check_in_place_pessimistic should not be global scoped (#38767)
close pingcap/tidb#38766
2022-11-07 10:31:50 +08:00
f9c7bbccec *: authentication using tidb_auth_token plugin (#38773)
close pingcap/tidb#38504
2022-11-04 02:54:00 +08:00
3baebdba63 table/tables: fix unstable test TestCacheTableBasicReadAndWrite (#38820)
close pingcap/tidb#36586
2022-11-03 11:40:00 +08:00
5cdfea619f *: bring back the 'make ut' (#38806) 2022-11-02 17:18:00 +08:00
9743a9a2d2 txn: add table name in dup entry error message (#38243)
Signed-off-by: ekexium <eke@fastmail.com>
2022-10-19 14:14:55 +08:00
4adfaf1ec0 *: enable race for some part (#38288) 2022-10-08 12:03:49 +08:00
5c4b328b02 variables: enable variable hook to access storage (#38227)
close pingcap/tidb#38225
2022-10-01 02:35:45 +08:00
52099eb910 *: DATA RACE in the temptable.AttachLocalTemporaryTableInfoSchema (#38237)
close pingcap/tidb#38236
2022-09-29 14:07:45 +08:00
1eeedacc60 *: remove goleak's ignoring opencensus top function (#37908) 2022-09-19 12:29:00 +08:00
c4638b70fd *: support metadata lock (#37393)
ref pingcap/tidb#37275
2022-09-18 20:57:00 +08:00
0f93f7b661 *: close resultSets (#37906) 2022-09-17 13:12:59 +08:00
8161947cc8 *: Support multi-column RANGE COLUMNS partitioning (#36637)
close pingcap/tidb#36636
2022-09-16 17:47:00 +08:00
e2abe3df41 ddl: support create index with ingest method (#37847)
ref pingcap/tidb#35983
2022-09-16 17:18:59 +08:00
40e67edcca *: redirect the DML writes to a temp index during creating index (#37709)
ref pingcap/tidb#35983
2022-09-15 11:22:59 +08:00