Commit Graph

17 Commits

Author SHA1 Message Date
e7b0eb53b1 config: fix data race raised by EnableCollectExecutionInfo (#38409)
close pingcap/tidb#38408
2022-10-12 17:17:51 +08:00
c033b874b0 executor: let Compile catch PanicMemoryExceed (#38375)
close pingcap/tidb#38322
2022-10-11 14:31:50 +08:00
7eb7ca902a planner: fallback to static plan for partition table if having no global stats in dynamic prune mode (#37573)
ref pingcap/tidb#37535
2022-09-08 09:20:57 +08:00
70684d39de *: enable mock session manager and schemaLease for all unit tests (#37623) 2022-09-06 14:04:55 +08:00
2858bc1571 *: refine mock session manager (#37400) 2022-08-26 15:06:21 +08:00
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
25dda978ff types: fix a bug in casting str2str when union (#37242)
close pingcap/tidb#31678
2022-08-24 18:26:21 +08:00
xhe
9a16a8dd19 *: replace defer clean with t.Cleanup (#36722)
close pingcap/tidb#36721
2022-08-01 17:34:05 +08:00
a9614850f9 *: move config file option oom-action to sysvar (#34644)
ref pingcap/tidb#33769
2022-05-19 05:16:38 +08:00
0d5ac6f3cb sysvar, config: mapping config settings to system variables. (#33279)
ref pingcap/tidb#32887
2022-04-29 13:20:52 +08:00
aa1fe9d8c6 *: refine some tests for concurrent DDL (#34215)
ref pingcap/tidb#33008
2022-04-25 17:14:50 +08:00
02de667042 testkit: add MockSessionManager (#34124)
ref pingcap/tidb#31716
2022-04-21 12:14:04 +08:00
64b057dea2 executor: reset all state when table reader executor close (#33219)
close pingcap/tidb#33214
2022-03-18 15:28:30 +08:00
ed489e6f2c executor: fix a bug on generated column cause wrong read result (#33050)
close pingcap/tidb#33038
2022-03-15 21:27:52 +08:00
223f5f8acd executor: migrate test-infra to testify for part3 of executor_test (#32884)
ref pingcap/tidb#28577
2022-03-08 01:41:48 +08:00
164bee7ae8 executor: migrate test-infra to testify for issue test of executor_test (#32861)
ref pingcap/tidb#28577
2022-03-07 15:09:48 +08:00
1a19f6755b executor: migrate test-infra to testify for parts of executor_test (#32852)
ref pingcap/tidb#28577
2022-03-07 12:21:48 +08:00