Commit Graph

4681 Commits

Author SHA1 Message Date
2dd0074e4e executor: fix wrong result of delete multiple tables using left join (#33055)
close pingcap/tidb#31321
2022-03-16 12:05:52 +08:00
d981c0e06a sysvar: add INSTANCE scope for system variable (#32888)
ref pingcap/tidb#32887
2022-03-16 11:15:52 +08:00
c8637a8141 executor: set kvRanges in table_reader when batch_cop=2 for partition table (#33112)
close pingcap/tidb#33111
2022-03-16 11:01:53 +08:00
41fb3e75a5 util: fix unstable test in the TestNotifyErrorWaitGroupWrapper (#33063)
close pingcap/tidb#33062
2022-03-15 23:05:52 +08:00
c11e650527 *: make golangci-lint work on Go1.18 (#33081)
close pingcap/tidb#33080
2022-03-15 22:43:52 +08:00
ed489e6f2c executor: fix a bug on generated column cause wrong read result (#33050)
close pingcap/tidb#33038
2022-03-15 21:27:52 +08:00
00e96229c1 planner: add more test cases for auto-capture and support to capture more hints (#33051) 2022-03-15 20:01:51 +08:00
3393cf96a3 *: support mpp partition for tiflash (#31043)
close pingcap/tidb#32347
2022-03-15 18:35:52 +08:00
e0db77ecd1 br: implement backup & restore policy info (#33007)
close pingcap/tidb#32290
2022-03-15 17:39:53 +08:00
911cf5335f bindinfo: add warning message when the memory usage of the cache exceeds its capacity (#32866)
ref pingcap/tidb#32466
2022-03-15 16:15:52 +08:00
d79527b256 bindinfo: support 'show binding_cache status' (#32567)
ref pingcap/tidb#32466
2022-03-15 14:27:52 +08:00
678397ba62 planner: ignore close-stmt to make more queries can hit plan cache (#32928) 2022-03-15 14:13:20 +08:00
9e74ce6b85 planner: support tiflash scan in transaction with dirty data (#33049)
ref pingcap/tidb#32829
2022-03-15 13:39:51 +08:00
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