Commit Graph

4606 Commits

Author SHA1 Message Date
de1bc57790 executor: stable test not to automatically gc (#32520)
close pingcap/tidb#32519
2022-02-22 17:05:43 +08:00
f60a589147 executor: tiny refactor code to improve CheckTableExec (#32295)
close pingcap/tidb#32294
2022-02-22 16:27:43 +08:00
964a9403ca executor: migrate test-infra to testify for table_readers_required_rows_test.go (#32487)
close pingcap/tidb#28620
2022-02-22 16:15:43 +08:00
20bd94918b planner: fix the usage of ParamMarker for PointGet (#32235)
ref pingcap/tidb#31056
2022-02-22 12:55:42 +08:00
5988d0b2f4 *: update client-go and etcd version (#32457)
close pingcap/tidb#32456
2022-02-22 11:11:43 +08:00
1624123b84 *: fix time zone problems encountered when changing the other type columns to timestamp type columns (#31843)
close pingcap/tidb#29585
2022-02-21 23:11:42 +08:00
3c64d10b7e executor: migrate test-infra to testify for statement_context_test.go (#32486)
close pingcap/tidb#28619
2022-02-21 18:45:42 +08:00
1d32049b2d executor: migrate test-infra to testify for metrics_reader_test.go (#32452)
close pingcap/tidb#28598
2022-02-19 16:15:40 +08:00
691fe65367 executor: migrate test-infra to testify for rowid_test.go (#32455)
close pingcap/tidb#28605
2022-02-19 10:57:40 +08:00
b460f87b6d executor: add a benchmark test for union scan reading (#32441)
close pingcap/tidb#32433
2022-02-18 21:23:40 +08:00
6517f3b315 planner,expression,util: scatter hotspot index in certain scenes by expression index (#30659)
close pingcap/tidb#31040
2022-02-18 16:47:40 +08:00
932c0400ad executor: migrate test-infra to testify for joiner_test.go (#32454)
close pingcap/tidb#28594
2022-02-18 12:01:40 +08:00
64f8c4756f executor: migrate test-infra to testify for select_into_test.go (#32415)
close pingcap/tidb#28607
2022-02-17 21:55:40 +08:00
e592cef7e0 *: add create time to admin show ddl jobs (#32435)
ref pingcap/tidb#23494
2022-02-17 21:17:40 +08:00
c8bef987ae *: support variable tidb_last_ddl_info (#32414)
close pingcap/tidb#32402
2022-02-17 16:43:40 +08:00
7a4516edbe executor: migrate test-infra to testify for revoke_test.go (#32418)
close pingcap/tidb#28604
2022-02-17 14:41:40 +08:00
db3e69eb68 executor: migrate test-infra to testify for ddl_test (#32394)
close pingcap/tidb#28572
2022-02-16 21:25:39 +08:00
a31ca21830 planner: support sysdate behavior according to sysdate_is_now (#31881)
close pingcap/tidb#31872
2022-02-16 18:53:39 +08:00
c14f4ad5fc *: remove skip test (#32383)
ref pingcap/tidb#31716
2022-02-16 17:07:39 +08:00
fccdacdd7c executor: migrate test-infra to testify for show_placement_test (#32346)
close pingcap/tidb#28610
2022-02-16 16:37:39 +08:00
92d72f17fa copr: replace unistore closure executors with existing mpp executors (#27947)
close pingcap/tidb#26878
2022-02-16 16:19:39 +08:00
43e666ba7c executor: migrate test-infra to testify for sample_test.go (#32380)
close pingcap/tidb#28606
2022-02-16 14:15:39 +08:00
9659b93250 executor: migrate test-infra to testify for show_placement_labels_test.go (#32393)
close pingcap/tidb#28609
2022-02-16 13:53:39 +08:00
1f810e5256 ddl: make rename a not exists table report right error message (#32170)
close pingcap/tidb#29893
2022-02-16 10:43:39 +08:00
886650b582 codec: Don't convert set or enum datum to float64 when encoding them (#32308)
close pingcap/tidb#32302
2022-02-15 14:31:38 +08:00
c9ec0bad6a executor: migrate test-infra to testify for update_test (#32343)
close pingcap/tidb#28624
2022-02-15 12:03:38 +08:00
a421d20d21 executor: migrate test-infra to testify for insert_test (#32332)
close pingcap/tidb#28588
2022-02-15 10:39:38 +08:00
2d93944210 executor: migrate test-infra to testify for partition_table_test.go (#30665)
close pingcap/tidb#28600
2022-02-14 19:39:38 +08:00
3c77cf9ada statement table: fixed issue #32156 time_zone not sync in stmt table (#32315)
close pingcap/tidb#32156
2022-02-14 18:45:38 +08:00
2f0c23da24 executor: migrate test-infra to testify for stale_txn_test (#32285)
close pingcap/tidb#28618
2022-02-14 16:49:38 +08:00
0cd8671254 executor: migrate test-infra to testify for index_lookup_merge_join_test (#32283)
close pingcap/tidb#28585
2022-02-14 14:33:38 +08:00
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