Commit Graph

18302 Commits

Author SHA1 Message Date
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
fb1066e63f ddl: migrate test-infra to testify for serial_test.go (#30630)
close pingcap/tidb#29113
2022-03-03 18:51:46 +08:00
636c8cfe36 planner, explaintest: add imdbload tests for explaintest (#32759)
ref pingcap/tidb#32758
2022-03-03 18:29:46 +08:00
f26d659be6 go.mod: update failpoint version to accelerate the unit test (#32796)
close pingcap/tidb#32767
2022-03-03 16:17:47 +08:00
5288efa20d lightning: use pd timestamp to update gc safepoint (#32734)
close pingcap/tidb#32733
2022-03-03 15:37:47 +08:00
4e69c0705e br: Fix backup rawkv failure (#32612)
close pingcap/tidb#32607
2022-03-03 15:05:47 +08:00
6ba84eef8c expression: fine-grained precision infer for decimal arithmetic operator (#32401)
close pingcap/tidb#30961
2022-03-03 14:33:46 +08:00
f5a52909b6 ddl: fix the error using default timestamp (#32384)
close pingcap/tidb#31968
2022-03-03 13:01:46 +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
0e4084c02d table/tables: fix buildListColumnsPruner issue in the list partition (#32621)
close pingcap/tidb#32416
2022-03-03 11:45:46 +08:00
1b2492f2e6 README: Update README.md to add TiDB Cloud (#32707)
close pingcap/tidb#32708
2022-03-03 11:31: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
42675fd9db admin: loop unwinding for CancelJobs (#32717)
ref pingcap/tidb#31716
2022-03-02 19:57:46 +08:00
a32ee8da39 ddl: fix an unstable test case TestDDLStatsInfo (#32709)
close pingcap/tidb#32057
2022-03-02 19:41:46 +08:00
de6a54b103 expression: make greatest/least type infer clean for integer (#32700)
close pingcap/tidb#32702
2022-03-02 19:11:46 +08:00
bbe2d00684 expr: fix copr-test (#32740)
ref pingcap/tidb#32739
2022-03-02 18:57:46 +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
40e0132e75 br: refactoring code - BR may panic when error is not able to convert into a terror (#32296)
close pingcap/tidb#32293
2022-03-02 17:21:46 +08:00
4db442e04a *: update unstable unit test case list (#32738)
ref pingcap/tidb#32303
2022-03-02 17:03: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
3ac831f64f parser: support 'set binding status for stmt' (#32661)
ref pingcap/tidb#32466
2022-03-02 14:27:45 +08:00
c7d87bd9c8 Dumpling: fix integration tests (#32723)
close pingcap/tidb#32722
2022-03-02 13:27:45 +08:00
a3502906ec planner, ddl: convert large varchar for create table in non-strict mode (#31974)
close pingcap/tidb#30328
2022-03-02 13:09:45 +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
52da78255d ddl: migrate test-infra to testify for column_type_change_type (#32694)
close pingcap/tidb#28632
2022-03-02 12:13:45 +08:00
266efdf36b *: modify topsql variable should check RESTRICTED_VARIABLES_ADMIN privilege when sem is enabled (#32664)
close pingcap/tidb#32663
2022-03-02 11:47:45 +08:00
9f4dd6d922 Doc: Add a design doc for integer shard index (#31260)
close pingcap/tidb#31040
2022-03-02 11:33: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
8948c1c92b br: give error message to user clearly when fail to backup without local storage directory/file (#30431)
close pingcap/tidb#30419
2022-03-01 20:27: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
fbfe36ca7d expression: support push bit column down to TiKV (#32497)
close pingcap/tidb#30738
2022-03-01 17:21:45 +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
fccc4bedd0 expr: support push tikv supported functions down (#32553)
ref pingcap/tidb#31846
2022-03-01 15:29:45 +08:00
86582f3b6c ddl: migrate test-infra to testify for placement_policy_test (#32676)
ref pingcap/tidb#27180
2022-03-01 14:55:45 +08:00
9f005016c9 dumpling: fix unstable sql mock (#32667)
close pingcap/tidb#32008
2022-03-01 14:03: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
0809063fe8 ddl: cleanup redundant globally settings for tests (#32674)
Signed-off-by: tison <wander4096@gmail.com>

Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2022-03-01 09:08:58 +08:00