Commit Graph

4635 Commits

Author SHA1 Message Date
fc6b939ecc planner: introduce historical meta stats auto-dump (#32041)
ref pingcap/tidb#18745
2022-03-03 19:05:47 +08:00
62ec7468e7 executor: fix goroutine leak in querying slow log (#32757)
close pingcap/tidb#32656
2022-03-03 12:49:46 +08:00
4f072fb8c0 infoschema,executor: fix data value and column type mismatch on infoschema tables tikv_region_status, cluster_config (#32756)
close pingcap/tidb#32755
2022-03-03 12:23:46 +08:00
1268bf0e1f executor: fix format of bit default value on INFORMATION_SCHEMA.COLUMNS (#32701)
close pingcap/tidb#32655
2022-03-02 23:11:47 +08:00
f6a32ce100 executor: migrate test-infra to testify for merge_join_test (#32421)
close pingcap/tidb#28597
2022-03-02 18:33:46 +08:00
7178482c33 executor: fix CI testSerialSuite.TestIndexJoin31494 npe (#32743)
close pingcap/tidb#32689
2022-03-02 16:15:46 +08:00
17106ff226 *: remove skipping for data race test (#32736)
ref pingcap/tidb#31716
2022-03-02 15:55:46 +08:00
edb900e6fd executor: migrate test-infra to testify for memtable_reader_test.go (#32735)
close pingcap/tidb#28596
2022-03-02 15:23:46 +08:00
1a4bd06692 bindInfo: support the LRU for the bindCache (#32439)
ref pingcap/tidb#32466
2022-03-02 14:51:46 +08:00
7a12df660a executor: migrate test-infra to testify for point_get_test.go (#32727)
close pingcap/tidb#28602
2022-03-02 12:41:45 +08:00
1e1cf2227b executor: migrate test-infra to testify for parallel_apply_test.go (#32686)
close pingcap/tidb#28599
2022-03-02 11:07:45 +08:00
d21552d79c executor: add a scannedKeys in indexWorker, let pushLimited supports partition table (#32548)
close pingcap/tidb#32516
2022-03-02 10:49:46 +08:00
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