Commit Graph

16911 Commits

Author SHA1 Message Date
ccdd43275e lightning: support base64 encoding of password (#31195)
close pingcap/tidb#31194
2022-03-10 15:19:50 +08:00
27eed7af0a session: migrate test-infra to testify for isolation_test.go (#32481)
close pingcap/tidb#28324, close pingcap/tidb#32069
2022-03-10 15:05:50 +08:00
3691ccf12a ddl: migrate test-infra to testify for ddl.testDBSuite3 (#32980)
close pingcap/tidb#32963
2022-03-10 14:33:50 +08:00
2fd65826c3 *: update unstable unit test case list (#32984)
ref pingcap/tidb#32303
2022-03-10 14:03:50 +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
b9416e1f55 ddl: migrate test-infra to testify for ddl.testDBSuite7 & ddl.testDBSuite8 (#32976)
close pingcap/tidb#32966, close pingcap/tidb#32967
2022-03-10 08:39:49 +08:00
77730b6d9e sessionctx,executor: disallowed set null to sysvar (#32879)
close pingcap/tidb#32850
2022-03-10 01:13:49 +08:00
0cf21535b6 sessionctx/variable: Remove "advanced" memory sysvars (#32724)
close pingcap/tidb#32286
2022-03-09 23:57:49 +08:00
8ab1f65cad ddl: migrate test-infra to testify for rename tests (#32971)
ref pingcap/tidb#28636
2022-03-09 22:49:49 +08:00
405ea4fb7b executor: add testcases for kill auto analyze (#32582)
close pingcap/tidb#32911
2022-03-09 21:57:49 +08:00
2f7aeebbac table: fix ForListColumnPruning.valueMap's data race (#32945)
close pingcap/tidb#32823
2022-03-09 21:03:50 +08:00
87115354bf ddl: migrate test-infra to testify for ddl.testDBSuite6 (#32973)
Signed-off-by: tison <wander4096@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-03-09 20:42:59 +08:00
2caa7ec636 ddl: remove useless error (#32944)
ref pingcap/tidb#31716
2022-03-09 20:01:50 +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
9c25b3e3ea ddl: migrate test-infra to testify for repair table tests (#32958)
close pingcap/tidb#32954
2022-03-09 17:27:49 +08:00
b7279df426 ddl: remove temporary testing methods (#32946)
ref pingcap/tidb#27180
2022-03-09 15:59:49 +08:00
4ab66b8ac2 executor: refine execution of cancelDDL (#32914)
close pingcap/tidb#32913
2022-03-09 14:51:49 +08:00
d30cfc3db4 ddl: migrate test-infra to testify for column modify tests (#32936)
close pingcap/tidb#32935
2022-03-09 13:37: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
7bf5e4e23e planner: Columns in string pruning (#32626) (#32721)
close pingcap/tidb#32626
2022-03-08 20:23:48 +08:00
c40d9c4781 testutil: move testutil.CompareUnorderedStringSlice to new package (#32916)
close pingcap/tidb#32912
2022-03-08 20:01:49 +08:00
f79d2a5666 *: Provide staleReadProcessor to process stale read (#32699)
close pingcap/tidb#32697
2022-03-08 19:23:49 +08:00
d8fbad38a6 expression, types: fix StrToDuration result (#32896)
close pingcap/tidb#31680
2022-03-08 16:53:49 +08:00
7c69e74bd9 table/column.go: change the log level for incorrect string values (#32890)
close pingcap/tidb#32889
2022-03-08 14:35: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
c9001b3693 ddl: migrate test-infra to testify for add index tests (#32864)
close pingcap/tidb#32863
2022-03-07 17:07: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
b497b49ea7 planner: support wildcards for auto-capture black-list (#32715)
close pingcap/tidb#32714
2022-03-07 13:13: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
2b94ca07ed *: cleanup usage of testutil.RowsWithSep (#32859)
close pingcap/tidb#32858
2022-03-07 11:49: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
a023036e42 ddl: migrate test-infra to testify for TestModifyColumn* (#32856)
close pingcap/tidb#32855
2022-03-06 15:23:47 +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
ca10191377 Makefile, telemetry: fix typo (#32836)
close pingcap/tidb#32844
2022-03-05 18:25:47 +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
0d64d31762 metrics: add topsql grafana pannel (#32831)
close pingcap/tidb#32832
2022-03-04 21:47:47 +08:00
f61c3b760d ddl: migrate test-infra to testify for primary_key_handle_test.go (#32845)
close pingcap/tidb#32843
2022-03-04 19:35:47 +08:00
c9a7e7d4bc statistics: refactor code structure for histogram buckets and clamping row counts (#32760)
ref pingcap/tidb#32758
2022-03-04 19:07:47 +08:00
95b05d1632 planner: make queries with the extra column _tidb_rowid can use PointGet (#32705)
close pingcap/tidb#31543
2022-03-04 18:41:47 +08:00
f99600115a br: fix br version to match tikv-server version for ci integration (#32804)
close pingcap/tidb#32805
2022-03-04 18:27:47 +08:00
fcdbf826ea planner: Fix the issue that TiDB may dispatch duplicated tasks to TiFlash (#32813)
ref pingcap/tics#4163, close pingcap/tidb#32814
2022-03-04 17:41:47 +08:00
74d74b0a7b session: fix global sysdate_is_now won't work (#32785)
close pingcap/tidb#32784
2022-03-04 11:55:46 +08:00