Commit Graph

16863 Commits

Author SHA1 Message Date
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
55d0f126ee ddl: implement backoff pool for TiFlash Cluster Management (#32317)
ref pingcap/tidb#32254
2022-03-04 11:31:46 +08:00
5464eecba9 expr: add switch to control pushing bit column down (#32795)
* add switch

Signed-off-by: yisaer <disxiaofei@163.com>

* address the comment

Signed-off-by: yisaer <disxiaofei@163.com>
2022-03-04 10:38: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
2878195aec *: update tikv/client-go to fix lock nowait bug (#32753)
close pingcap/tidb#32754
2022-03-04 00:37:46 +08:00
4910b08250 ddl: migrate test-infra to testify for db_partition_test (#32214)
close pingcap/tidb#28635
2022-03-04 00:05:46 +08:00
6bc9cd3689 expression: enable greatest/least push down to tiflash (#32788)
close pingcap/tidb#32787
2022-03-03 21:21:46 +08:00
41c1cc98b0 planner: fix stream agg pushed down to mpp plan unexpectedly (#32752)
close pingcap/tidb#32632
2022-03-03 20:59:46 +08:00
7e8ca4cfa2 server: Improve compatibility with MySQL 5.5 and 5.6 clients (#32338)
close pingcap/tidb#32334
2022-03-03 20:27:48 +08:00
11a1c18e8f lightning: checkpoint support s3 (#32373)
close pingcap/tidb#32374
2022-03-03 20:09: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
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