Commit Graph

4623 Commits

Author SHA1 Message Date
61769a4fbc executor: migrate test-infra to testify for explain_unit_test.go (#32706)
close pingcap/tidb#28579
2022-03-02 10:05:45 +08:00
5d014bcd37 executor: migrate test-infra to testify for explainfor_test.go (#32711)
close pingcap/tidb#28580
2022-03-01 21:19:45 +08:00
eb4027453a executor: migrate test-infra to testify for inspection_result_test.go (#32511)
close pingcap/tidb#28590
2022-03-01 19:11:46 +08:00
886c8a73f7 executor: migrate test-infra to testify for executor_required_rows_test.go (#32680)
close pingcap/tidb#28576
2022-03-01 18:57: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
d1bf078a58 executor: migrate test-infra to testify for infoschema_reader_test.go (#32688)
close pingcap/tidb#28587
2022-03-01 16:31:45 +08:00
40f6b112f3 executor: Should not show the table attribute that the table has been dropped by user in information_schema.attributes (#32559)
close pingcap/tidb#29686
2022-03-01 13:13:45 +08:00
dfaf1e9f91 executor: migrate test-infra to testify for simple_test (#32650)
close pingcap/tidb#28614
2022-03-01 12:29:45 +08:00
8134942c32 *: add a global system variable to control the memory quota for the bindCache (#32613)
ref pingcap/tidb#32466
2022-03-01 11:37:45 +08:00
7f7f095a45 executor: migrate test-infra to testify for set_test.go (#32684)
close pingcap/tidb#28608
2022-03-01 11:11:45 +08:00
584ae75df5 *: use session time_zone for is.tables and show table status (#32449)
ref pingcap/tidb#26642
2022-03-01 06:09:45 +08:00
f9a324829b insert: fix insert into select statement should ignore the error and insert default value (#31666)
close pingcap/tidb#31432
2022-02-28 23:47:44 +08:00
0c9b0c0ef2 util/testutil: cleanup testutils depend on pingcap/check (#32662)
close pingcap/tidb#32660
2022-02-28 20:01:45 +08:00
92c280cfad executor: add trace info for unionScanExec (#32635)
close pingcap/tidb#32631
2022-02-28 16:15:44 +08:00
3e1cd2733a ddl: migrate test-infra to testify for rollingback_test.go (#32647)
close pingcap/tidb#29110
2022-02-26 16:11:43 +08:00
29d0f1a80d executor: migrate test-infra to testify for join_pkg_test.go (#32507)
close pingcap/tidb#28592
2022-02-26 00:53:44 +08:00
7e627e8222 executor: make the create/start/end time in admin show ddl jobs TZ aware (#32450)
ref pingcap/tidb#26642
2022-02-23 17:25:43 +08:00
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