Commit Graph

4575 Commits

Author SHA1 Message Date
163064d94d executor: migrate test-infra to testify for explain_test (#32307)
close pingcap/tidb#28578
2022-02-14 14:17:37 +08:00
1cf4fcfa73 *: support prepared plan cache for cached table (#32139)
close pingcap/tidb#32003
2022-02-14 12:29:37 +08:00
7c56706622 *: support predeclared golangci-lint linter (#32066)
close pingcap/tidb#30733
2022-02-14 10:35:38 +08:00
9c64224c49 *: Reduce data inconsistencies (#31547)
ref pingcap/tidb#26833
2022-02-11 13:51:36 +08:00
d8fd06dc84 metrics,executor: add metrics for reading from table cache (#32171)
close pingcap/tidb#29958
2022-02-11 12:17:36 +08:00
ae60ecda50 executor: fix unstable unit test TestIssue16696 (#32225)
close pingcap/tidb#32040
2022-02-10 16:55:36 +08:00
c6b94d2840 executor: migrate test-infra to testify for pkg_test (#32178)
close pingcap/tidb#28601
2022-02-09 15:27:36 +08:00
adcaaa5cbe executor: migrate test-infra to testify for sort_test (#32154)
close pingcap/tidb#28616
2022-02-08 17:23:35 +08:00
3738dec53e *: enable the new collation by default (#32016)
ref pingcap/tidb#32015
2022-02-08 12:53:35 +08:00
077eb80f13 executor: migrate test-infra to testify for show_test.go (#32081)
close pingcap/tidb#28612
2022-02-08 10:59:35 +08:00
b5245b5092 executor: migrate test-infra to testify for join_test.go (#32120)
close pingcap/tidb#28593
2022-02-07 18:43:35 +08:00
c30e8320d8 *: correct use require (#31904)
ref pingcap/tidb#31716
2022-02-07 18:11:35 +08:00
db
43b818b80d executor: add retriver for tikv_region_peers (#30657)
close pingcap/tidb#31050
2022-02-07 16:47:35 +08:00
8edaf199c3 executor: make CI testSerialSuite.TestIndexJoin31494 more stable (#32039)
close pingcap/tidb#32038
2022-02-07 14:01:35 +08:00
3267d86fcb executor: migrate test-infra to testify for window_test.go (#32100)
close pingcap/tidb#28626
2022-02-07 12:23:35 +08:00
aa00218902 executor: migrate test-infra to testify for index_merge_reader_test.go (#32099)
close pingcap/tidb#28586
2022-02-07 11:51:34 +08:00
af36b0fd1b executor: migrate test-infra to testify for memory_test.go (#32109)
close pingcap/tidb#28595
2022-02-07 10:45:34 +08:00
27348d6795 executor: migrate trace_test.go to testify (#32104)
close pingcap/tidb#28622
2022-02-06 12:37:33 +08:00
d177ee4ba6 *: replace os.MkdirTemp with t.TempDir (#32071)
close pingcap/tidb#32070
2022-01-31 00:13:30 +08:00
4e6ae95705 executor: fix unstable test TestSavedAnalyzeOptions (#32017)
close pingcap/tidb#32018
2022-01-28 12:45:13 +08:00
23f7e51ae0 *: Use the new CI script as default (#31752)
close pingcap/tidb#31893
2022-01-27 21:25:13 +08:00
07b0c7c657 executor: get the right result for stmt select ... for update union select … (#31956)
close pingcap/tidb#31530
2022-01-27 17:45:13 +08:00
e7da7d4f95 *: change fsp from int8 to int (#28347) 2022-01-27 13:59:12 +08:00
ec3ae9fc42 *: refine some tests related to the collation (#32000)
ref pingcap/tidb#31625
2022-01-27 11:51:13 +08:00
93454da4c4 *: add show push down for ShowTables (#31919)
close pingcap/tidb#30803
2022-01-26 20:30:45 +08:00
f2dba0e14e *: migrate some collation tests to explain test (#31993)
ref pingcap/tidb#31625
2022-01-26 19:32:46 +08:00
57beeef5e9 executor: dom.close() in test (#31984)
ref pingcap/tidb#31966
2022-01-26 18:26:45 +08:00
b2cb2e396b cmd/explaintest: migrate some collation tests (#31988)
ref pingcap/tidb#31625
2022-01-26 17:56:46 +08:00
9e928b2321 *: fix weak consistency not work (#31935)
close pingcap/tidb#31933
2022-01-25 14:24:11 +08:00
8fb83195c5 executor: migrate test-infra to testify for slow_query_test.go (#30521)
close pingcap/tidb#28615
2022-01-25 12:14:13 +08:00
6b85084bbb executor: fix DATA RACE in the TestAnalyzeParameters and other 3 test cases (#31931)
close pingcap/tidb#31930
2022-01-25 12:00:11 +08:00
39a8562541 executor: fix 'set config' string escaping (#31319)
close pingcap/tidb#31258
2022-01-25 11:26:11 +08:00
172701ce58 *: followers in information_schema.placement_policies should show default count when followers not set (#31927)
close pingcap/tidb#31702
2022-01-25 11:12:11 +08:00
203ab22982 *: move the functions that only used in tests (#31929)
ref pingcap/tidb#28720
2022-01-24 22:08:11 +08:00
2e1cff73f3 *: add ExecRestrictedSQL() func for RestrictedSQLExecutor interface (#31618)
ref pingcap/tidb#30918
2022-01-24 21:30:11 +08:00
20d7589bf3 *: fix data race in the TestAnalyzeIncremental (#31908)
close pingcap/tidb#31907
2022-01-24 12:31:47 +08:00
55fce4539a executor: don't fill generated columns at the non-public state (#31850)
close pingcap/tidb#31735
2022-01-24 12:07:47 +08:00
9c73e5ed23 *: remove the t.Run (#31895)
ref pingcap/tidb#31716
2022-01-22 20:31:46 +08:00
7f442079ac *: Minimize file and directory permissions (#31740)
ref pingcap/tidb#31310
2022-01-22 10:27:46 +08:00
4bda04f15c planner: introduce historical statistic dumping triggered by analyze (#31032)
close pingcap/tidb#18745
2022-01-21 16:35:46 +08:00
2d62d23b20 planner: support trace candidates for Datasource (#31810)
ref pingcap/tidb#29661
2022-01-21 11:11:45 +08:00
ad1c5b5081 *: add pushdown for ShowStmt and implement for show columns (#31742)
close pingcap/tidb#29910
2022-01-20 20:41:45 +08:00
e6812f9481 executor: handle collate for min/max(enum/set column) (#31819)
close pingcap/tidb#31638
2022-01-20 19:21:46 +08:00
c589ee5471 *: remove direct placement from models (#31816)
close pingcap/tidb#31427
2022-01-20 00:47:45 +08:00
a0e31aa987 *: fix data race in the CheckMb4ValueInUTF8 (#31781)
close pingcap/tidb#31780
2022-01-19 17:33:45 +08:00
883f72bd36 planner: revise optimize tracer code structure (#31739)
ref pingcap/tidb#29661
2022-01-19 12:47:44 +08:00
7fd298d916 *: Remove direct placement in parser (#31768)
close pingcap/tidb#31485
2022-01-19 10:13:45 +08:00
2207b26e19 topsql: rename topsql related variable and remove useless variable (#31599)
close pingcap/tidb#31433
2022-01-18 18:15:44 +08:00
65365628b7 executor: fix load data panic if the data is broken at escape character (#30868)
close pingcap/tidb#31589
2022-01-18 17:53:44 +08:00
c422a60c42 cmd/explain_test: migrate collation test and add more tests (#31626)
ref pingcap/tidb#31625
2022-01-18 17:29:44 +08:00