Commit Graph

18302 Commits

Author SHA1 Message Date
5c6248d6ec ddl: make checkDeleteRangeCnt stable (#33777)
close pingcap/tidb#33759
2022-04-07 15:54:32 +08:00
b9635e2792 executor: fix unstable TestCheckActRowsWithUnistore (#33772)
close pingcap/tidb#33768
2022-04-07 15:24:33 +08:00
d4f04b3af7 .github: add a link to Release Notes Language Style Guide in PR template (#32745)
close pingcap/tidb#32746
2022-04-07 14:50:32 +08:00
dbd8f15302 *: Add support for execute prepared statement to staleread.Processor (#32941) 2022-04-07 14:33:19 +08:00
fef98f2239 domain,server,session: optimize gc safepoint advancing for internal transaction (#32726)
close pingcap/tidb#32725
2022-04-07 14:14:32 +08:00
7264d6063c executor: migrate test-infra to testify for testRecoverTable (#33744)
close pingcap/tidb#33435
2022-04-07 13:58:32 +08:00
ef6fafa0b8 README.md: add the TiDB Cloud developer tier info (#33770)
close pingcap/tidb#33771
2022-04-07 12:56:32 +08:00
e9b7f77726 topsql: add more test to check resource tag for each RPC request (#33623)
close pingcap/tidb#33208
2022-04-07 11:58:32 +08:00
8b5150e5c8 expr: fix failed copr-test (#33730)
ref pingcap/tidb#32739
2022-04-07 10:52:32 +08:00
a2b2dc0745 executor: migrate test-infra to testify for part of testSuite (#33741)
ref pingcap/tidb#33425
2022-04-07 01:22:31 +08:00
967d2039f1 *: Refactor session#domainMap use RWMutex to replace Mutex (#33739)
close pingcap/tidb#33737
2022-04-06 23:38:31 +08:00
164261cfe9 planner: forbid NULL as of value in stale read (#33729)
close pingcap/tidb#33728
2022-04-06 23:02:31 +08:00
37d86dada8 txn: add document for read-consistency read tso optimization (#32806)
close pingcap/tidb#33159
2022-04-06 18:18:31 +08:00
b37b3b1afc session, sessionctx: Make sysvar tidb_read_staleness TypeInt (#32794)
close pingcap/tidb#32763
2022-04-06 14:54:31 +08:00
94b706990d ddl: make CompleteDeleteRange atomic by explicit transaction (#33721)
close pingcap/tidb#33720
2022-04-06 14:40:31 +08:00
bd8c710185 planner: refactor a few methods about cost calculation (#33681)
close pingcap/tidb#33722
2022-04-06 14:06:31 +08:00
1c658e5eb6 executor: migrate test-infra to testify for executor_test.testSuite(6|8) (#33713)
close pingcap/tidb#33433, close pingcap/tidb#33434
2022-04-06 11:34:31 +08:00
27cf5bc384 executor: migrate test-infra to testify for part of executor_test (#33709)
close pingcap/tidb#28577
2022-04-06 09:48:31 +08:00
8dc1f6b092 executor: migrate test-infra to testify for executor_test.testSerialSuite2 (#33706)
close pingcap/tidb#33429
2022-04-04 23:52:31 +08:00
b61517f240 executor: migrate test-infra to testify for executor_test.go testCoprCache (#33704)
close pingcap/tidb#33442
2022-04-04 15:26:30 +08:00
60066398fd util: refactor TestExecute to fix data race (#33702)
close pingcap/tidb#33701
2022-04-03 18:42:30 +08:00
bb8b8cc1de executor: migrate test-infra to testify for executor_test.go testResourceTagSuite (#33603)
close pingcap/tidb#33443
2022-04-02 21:42:29 +08:00
bc43647f31 util: migrate column-mapping and ddl-checker from tidb-tools to tidb (#33659)
close pingcap/tidb#32999
2022-04-02 20:04:29 +08:00
88cd76535d ddl: build sessPool even if RunWorker == false (#33677)
close pingcap/tidb#33676
2022-04-02 19:26:29 +08:00
0c0bbbf838 *: improve TestColumnAdd for concurrency ddl (#33660)
ref pingcap/tidb#33635
2022-04-02 18:16:29 +08:00
11ca0d4af2 ddl: extract data reorg code to separate functions (#33679)
ref pingcap/tidb#14766
2022-04-02 17:54:29 +08:00
3388915388 planner: fix incorrect estCost displayed in explain results (#33675)
close pingcap/tidb#32672
2022-04-02 17:28:29 +08:00
951bc42d3f br: defer not in for-loop in the sendSplitRegionRequest (#33636)
ref pingcap/tidb#31716
2022-04-02 17:10:30 +08:00
334508e13d planner: fix order by sub-query couldn't find outer correlated columns (#33640)
close pingcap/tidb#26945
2022-04-02 16:26:30 +08:00
b857293155 br: Fix unstable s3 test (again) (#33666)
close pingcap/tidb#33644
2022-04-02 16:08:30 +08:00
9b358bc739 gomod: update ristretto and sarama to fix data race (#33652)
close pingcap/tidb#33649, ref pingcap/tidb#33667
2022-04-02 15:34:29 +08:00
0beac1800c expression: fix the wrong rounding behavior of Decimal (#33278)
close pingcap/tidb#32213
2022-04-02 14:32:29 +08:00
ec637878d4 txn: fix invalid transaction error when doing stale read in RC isolation level (#33653)
close pingcap/tidb#30872
2022-04-02 11:12:29 +08:00
9d44656564 domain: use util.WaitGroupWrapper insteal of sync.WaitGroup (#33637)
ref pingcap/tidb#31716
2022-04-01 23:48:29 +08:00
db852db50b expr: fix unstable comparing push down fucntion result testcase (#33655)
ref pingcap/tidb#31872
2022-04-01 19:22:29 +08:00
d0bf65c389 ddl: check delete range for some DDLs (#33392)
ref pingcap/tidb#33078
2022-04-01 18:06:29 +08:00
a9ef87bd88 ddl: refactor modify column for multi-schema change (#33631)
ref pingcap/tidb#14766
2022-04-01 17:34:30 +08:00
fa834a0806 planner: Add control flag to keep or remove ORDER BY in subquery (#33173)
close pingcap/tidb#32900
2022-04-01 14:08:29 +08:00
d3245357d0 br: fix unstable s3 test (#33610)
close pingcap/tidb#33644
2022-04-01 13:14:29 +08:00
94c57b3049 executor: migrate test-infra to testify for executor_test.go testSlowQuerySuite (#33561)
close pingcap/tidb#33439
2022-04-01 12:48:29 +08:00
84e9698cc5 topsql: fix data race in test (#33617)
close pingcap/tidb#33613
2022-04-01 12:10:29 +08:00
6fe68d6764 ddl: increasing value of partition by range columns fix (#32748) (#33643)
close pingcap/tidb#32748
2022-04-01 11:56:30 +08:00
f5965a1609 lightning: fix test lightning_error_summary (#33616)
close pingcap/tidb#33614
2022-04-01 11:32:30 +08:00
17a9fc4adf executor: improve UnionScanRead performance (#32668)
ref pingcap/tidb#32433
2022-04-01 11:02:30 +08:00
a2629813ab ddl: Add warning for resetting specified AUTO_INCREMENT value (#32078)
ref pingcap/tidb#32043
2022-03-31 21:36:29 +08:00
0f4706418e *: track cluster-level analyze jobs and make it persistent (#32215)
close pingcap/tidb#32403
2022-03-31 21:06:29 +08:00
e8ac50f1f2 ddl: refactor ddl test for concurrency ddl (#33634)
ref pingcap/tidb#33635
2022-03-31 20:44:29 +08:00
37e260ace4 planner: fix CTE predicate pushdown (#33627)
close pingcap/tidb#33622
2022-03-31 17:56:29 +08:00
09b73186f8 tools/check: make ut retry on special 'segmentation fault' error (#33566)
ref pingcap/tidb#32392, close pingcap/tidb#32690
2022-03-31 14:58:29 +08:00
e15e6d0358 session: fix tables_priv table schema (#33599) 2022-03-30 23:28:49 +08:00