Commit Graph

773 Commits

Author SHA1 Message Date
a89ef1f276 *: support ACCOUNT (UN)LOCK when creating/altering user (#37052)
close pingcap/tidb#35961, close pingcap/tidb#37051
2022-08-25 16:12:22 +08:00
9af0f03506 *: only create snapshot interceptor for temporary table when needed (#37225)
close pingcap/tidb#37223
2022-08-22 12:28:53 +08:00
44f684ec77 *: only create TemporaryTableAttachedInfoSchema if needed (#37196)
close pingcap/tidb#37195
2022-08-18 18:34:51 +08:00
a1d1356072 ddl: Fix for unsigned partitioning expressions (#36830)
close pingcap/tidb#35827
2022-08-18 18:16:51 +08:00
d0f8487dea *: support specifying range bits for auto_random (#36860)
close pingcap/tidb#32508
2022-08-16 20:54:50 +08:00
483183e5f2 table/tables: fix bug for jepsen test on cached table (#37020)
close pingcap/tidb#36885
2022-08-16 17:02:51 +08:00
d6d0ce7b10 *: gofmt code for adapting go 1.19 (#36832)
ref pingcap/tidb#36879
2022-08-11 12:50:49 +08:00
b150be8200 *: optimize temptable.SessionSnapshotInterceptor (#36999)
close pingcap/tidb#37000
2022-08-10 19:54:48 +08:00
xhe
28d08a94ff table: fix unstable TestBeginSleepABA (#36884)
ref pingcap/tidb#36838
2022-08-04 14:20:06 +08:00
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
158ba1a1d9 *: enable part revive for all code (#36703) 2022-08-01 14:02:06 +08:00
6baea73277 *: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (#36660) 2022-07-28 19:23:11 +08:00
15009a7c4e *: clean code (#36655) 2022-07-28 15:09:11 +08:00
bf743a6ca0 *: enable flaky test for all test (#36385)
close pingcap/tidb#36404
2022-07-22 15:35:09 +08:00
e9f3980853 table partition: exchange partition with table enhance (#35749)
close pingcap/tidb#35996
2022-07-21 00:13:09 +08:00
db03c0c9e5 *: use generic to improve btree performance (#35492)
close pingcap/tidb#34248
2022-07-15 17:53:05 +08:00
fa00fc5cd5 *: set fine grain timeout and update bazel config (#36220) 2022-07-15 11:11:05 +08:00
55aea2787d *: use pdqsort to improve sort performance (#34404)
close pingcap/tidb#34250
2022-07-06 13:41:02 +08:00
e00ad2b3ef *: enable errcheck for nogo (#35704)
ref pingcap/tidb#35345
2022-07-02 22:08:39 +08:00
65e0b8e541 client: KV requests with source label (#34833)
close pingcap/tidb#33963
2022-07-01 19:46:39 +08:00
16df1942d0 *: add timeout for test cases (#35844) 2022-06-30 20:18:38 +08:00
011074cc13 table: fix cannot find the temp table when it's created in a transaction (#35663)
close pingcap/tidb#35644
2022-06-23 18:58:37 +08:00
fb67ee4412 ddl: add data structure SubJob for multi-schema change (#35231)
ref pingcap/tidb#14766
2022-06-10 12:36:30 +08:00
9de312f5da table: enable more shard_count (#35283)
ref pingcap/tidb#35247
2022-06-10 11:06:30 +08:00
6cd02fab55 tables: remove a useless test (#35125)
ref pingcap/tidb#35103
2022-06-09 16:06:32 +08:00
30f7037d03 table: add some injections for testing data-inconsistency defense (#34889)
ref pingcap/tidb#26833
2022-06-07 16:14:30 +08:00
2b4a4c6d7a *: support bazel (#33691)
close pingcap/tidb#34083
2022-06-07 15:22:30 +08:00
cc46266e4a ddl: fix alter column drop default (#35072)
close pingcap/tidb#35018
2022-06-06 16:22:29 +08:00
b860500988 executor: do not append extra cols to the old row when updateDupRow (#33656)
close pingcap/tidb#33608
2022-06-06 15:30:29 +08:00
6d54fea1c4 tables: disable row insertion consistency check in mutation checker; and fix the cache problem (#35104)
close pingcap/tidb#35103
2022-06-02 12:24:27 +08:00
e2fd394fbf table partition: add more warnings to inform the user that setting TiDB partition prune mode to dynamic at session level (#35046)
close pingcap/tidb#35042
2022-05-31 18:04:27 +08:00
810f8ae12e *: remove pingcap/check dependency (#34734)
close pingcap/tidb#28328
2022-05-17 21:38:37 +08:00
8a2966ce1e *: improve map copy (#34451)
close pingcap/tidb#34454
2022-05-09 11:44:33 +08:00
2258bc54c4 txn: Add EnterNewTxn and OnStmtStart methods to TxnManager (#34263)
close pingcap/tidb#34390
2022-05-07 21:02:32 +08:00
1a19f959f4 session, table: fix listColumnPartition data race (#33199)
close pingcap/tidb#33030
2022-04-27 15:20:51 +08:00
1bf64c60f4 *: Refactor FieldType structure (#33569)
close pingcap/tidb#32116
2022-04-26 19:28:51 +08:00
b119f2620a table: fix NO_ZERO_DATE not work for insert into select statement (#34101)
close pingcap/tidb#34099
2022-04-26 18:10:51 +08:00
181bfb73f7 *: polish the table cache feature code (#33408)
close pingcap/tidb#33167
2022-04-08 21:46:33 +08:00
13e6969ea1 table/tables: fix some stability issues with cached table (#33171)
close pingcap/tidb#33169
2022-03-17 17:22:31 +08:00
6b2e37f18c gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
2022-03-17 15:10:31 +08:00
3393cf96a3 *: support mpp partition for tiflash (#31043)
close pingcap/tidb#32347
2022-03-15 18:35:52 +08:00
ecffe84a73 table/tables: fix a corner case of renew lease operation on cached table (#32643)
close pingcap/tidb#32642
2022-03-15 18:05:53 +08:00
2f7aeebbac table: fix ForListColumnPruning.valueMap's data race (#32945)
close pingcap/tidb#32823
2022-03-09 21:03:50 +08:00
a1d8f2f3ac *: remove ddl dependency (#32910)
ref pingcap/tidb#31716
2022-03-09 08:15:48 +08:00
7c69e74bd9 table/column.go: change the log level for incorrect string values (#32890)
close pingcap/tidb#32889
2022-03-08 14:35:48 +08:00
2b94ca07ed *: cleanup usage of testutil.RowsWithSep (#32859)
close pingcap/tidb#32858
2022-03-07 11:49:48 +08:00
0e4084c02d table/tables: fix buildListColumnsPruner issue in the list partition (#32621)
close pingcap/tidb#32416
2022-03-03 11:45:46 +08:00
d7d6afcd72 *: tiny refactor code to reduce txn conflict on 'table_cache_meta' (#32387)
close pingcap/tidb#32386
2022-03-01 18:33:46 +08:00
d385330b42 table/tables: fix data race in the TestConstraintCheckForUniqueIndex (#32645)
close pingcap/tidb#32644
2022-02-28 16:31:44 +08:00
53c9addbf7 table/tables: make test case TestConstraintCheckForUniqueIndex stable (#32630)
close pingcap/tidb#32412
2022-02-25 18:25:44 +08:00