Commit Graph

4668 Commits

Author SHA1 Message Date
ffaeb3e80d ddl: improve test to avoid cycle import (#32058)
ref pingcap/tidb#31716
2022-03-14 12:11:51 +08:00
0cd9b243ce executor: fix data race in the AnalyzeColumnsExec (#32979)
close pingcap/tidb#32978
2022-03-14 11:53:51 +08:00
5170f2f414 topsql: add more test case for topsql (#32410)
close pingcap/tidb#32405
2022-03-11 17:43:51 +08:00
328a8bcab8 copr: split copr requests by buckets (#32818)
close pingcap/tidb#32968
2022-03-11 17:01:51 +08:00
15ddcd085a executor: migrate test-infra to testify for chunk_size_control (#32616)
* executor: migrate test-infra to testify for chunk_size_control

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* try to fix test

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* try to fix test

Signed-off-by: Weizhen Wang <wangweizhen@pingcap.com>

* update against

* update against

* update against

* improve code

* improve code

Co-authored-by: tison <wander4096@gmail.com>
Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-03-11 16:11:13 +08:00
3f3a061afe ddl: Add CreatePlacementPolicyWithInfo to ddl.DDL (#32986)
close pingcap/tidb#32951
2022-03-11 11:43:51 +08:00
9a4ca3ca69 *: Remove deprecated streaming (#32765)
ref pingcap/tidb#32679
2022-03-11 03:15:50 +08:00
469bc71b0c parser, planner, executor: remove non-mpp broadcast Join (#31459)
close pingcap/tidb#31465
2022-03-11 00:41:50 +08:00
aca0970e09 config: make versions configurable (#31738)
close pingcap/tidb#31823
2022-03-11 00:17:51 +08:00
f60017af36 expression: validate args to check whether it is out of range (#32898)
close pingcap/tidb#32871
2022-03-10 23:43:51 +08:00
52fa48ce2b sessionctx,executor: Revert "sessionctx,executor: disallowed set null to sysvar" (#32988)
close pingcap/tidb#32987
2022-03-10 23:13:51 +08:00
284b90d2d5 planner: misuse like2regexp and regexp when to query information.schema (#32490)
close pingcap/tidb#32451
2022-03-10 10:57:50 +08:00
77730b6d9e sessionctx,executor: disallowed set null to sysvar (#32879)
close pingcap/tidb#32850
2022-03-10 01:13:49 +08:00
405ea4fb7b executor: add testcases for kill auto analyze (#32582)
close pingcap/tidb#32911
2022-03-09 21:57:49 +08:00
e4ced47fa2 planner,executor: fix cached table query with filter condition (#32590)
close pingcap/tidb#32422
2022-03-09 19:37:49 +08:00
b88d62ecbb executor: fix unstable test in the TestPointGetLockExistKey (#32949)
close pingcap/tidb#32948
2022-03-09 18:27:50 +08:00
7408e68a75 executor: make unit test TestInvalidReadTemporaryTable more stable (#32959)
close pingcap/tidb#32950
2022-03-09 17:55:49 +08:00
4ab66b8ac2 executor: refine execution of cancelDDL (#32914)
close pingcap/tidb#32913
2022-03-09 14:51:49 +08:00
b9bd5a7d7e *: add explicit partition pruning to index joins (#32007) (#32093)
close pingcap/tidb#32007
2022-03-09 08:33:48 +08:00
a1d8f2f3ac *: remove ddl dependency (#32910)
ref pingcap/tidb#31716
2022-03-09 08:15:48 +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
d0e8a53f55 planner: update the structure of the plan cache key (#32665)
ref pingcap/tidb#31056
2022-03-07 18:01:50 +08:00
4be9e30b0a bindinfo: rename Using status to Enabled status (#32801)
ref pingcap/tidb#32466
2022-03-07 17:21:49 +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
6dbf2de2f0 explain: use partition name in original case (#32817)
close pingcap/tidb#32719
2022-03-07 14:33:48 +08:00
62e20780e8 *: kill auto analyze (#31724)
close pingcap/tidb#32808
2022-03-07 13:49: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
7cf784cf26 statistics: handle contants in Selectivity() (#32761)
ref pingcap/tidb#32758, close pingcap/tidb#32835
2022-03-06 23:41:48 +08:00
b9ba513eee planner: fix do-statement will error with agg function (#31662)
close pingcap/tidb#31413
2022-03-06 23:27:48 +08:00
02dfac350b executor: migrate test-infra to testify for tiflash_test.go (#32854)
close pingcap/tidb#28621
2022-03-06 13:03:48 +08:00
b0f823c8e9 planner: not push tiflash if extra phys tbl id is needed (#32830)
close pingcap/tidb#32829
2022-03-05 15:09:47 +08:00
493eb45c75 *: table partition dynamic prune mode with Physical Table ID from unistore (#31634)
close pingcap/tidb#29851
2022-03-04 01:21:46 +08:00
a20b2aed8c executor: escape the escape character in show create table (#32284)
close pingcap/tidb#28908
2022-03-03 19:21:46 +08:00
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