|
|
64b057dea2
|
executor: reset all state when table reader executor close (#33219)
close pingcap/tidb#33214
|
2022-03-18 15:28:30 +08:00 |
|
|
|
7291238ea6
|
*: lower-case-table-names should be removed from tidb-config (#32886)
close pingcap/tidb#32885
|
2022-03-18 14:16:31 +08:00 |
|
|
|
9bc9572754
|
planner: add the functional dependency for Datasource, proj, select, agg (#33071)
ref pingcap/tidb#29766
|
2022-03-17 20:02:30 +08:00 |
|
|
|
3058104232
|
ddl: disable some DDL operation when a table is cached (#32827)
close pingcap/tidb#32826
|
2022-03-17 18:04:31 +08:00 |
|
|
|
74353709cc
|
*: Fix checkHistoryJobInTest failed when br restore (#33206)
close pingcap/tidb#33205
|
2022-03-17 17:38:30 +08:00 |
|
|
|
6b2e37f18c
|
gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
|
2022-03-17 15:10:31 +08:00 |
|
|
|
f950b21e84
|
ddl: check DDL history job in test (#33079)
ref pingcap/tidb#33078, fix pingcap/tidb#33134
|
2022-03-17 13:10:30 +08:00 |
|
|
|
f12ad1e6ca
|
executor: fix CTE may be blocked when query report error (#33085)
close pingcap/tidb#31302
|
2022-03-17 11:03:52 +08:00 |
|
|
|
47e4b5bf31
|
*: revert #27021 to fix a bug that selection can not be pushed down when having clause above aggregation (#33168)
close pingcap/tidb#33166
|
2022-03-17 10:43:53 +08:00 |
|
|
|
d4d43ba0b4
|
txn: support read consistency read with ts checking (#32922)
close pingcap/tidb#33159
|
2022-03-16 20:49:52 +08:00 |
|
|
|
e110e73bf7
|
bindinfo: support disabled status for binding (#32819)
ref pingcap/tidb#32466
|
2022-03-16 15:45:52 +08:00 |
|
|
|
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 |
|