Commit Graph

18302 Commits

Author SHA1 Message Date
34ce5b5e60 topsql: optimize life cycle of stmtstats (#31727)
ref pingcap/tidb#31704
2022-01-17 21:11:45 +08:00
af0a868716 *: Forbid add a partition with placement on a table which has tiflash replicas (#31729) 2022-01-17 20:28:29 +08:00
a5435cd22e br: unified the lint rules with tidb. (#31644)
close pingcap/tidb#31643
2022-01-17 20:03:45 +08:00
8db3a8dc56 config: fix config example (#31545)
close pingcap/tidb#31546
2022-01-17 18:37:44 +08:00
4fd9f789e5 *: remove useless else (#31715)
ref pingcap/tidb#31716
2022-01-17 17:11:44 +08:00
4bab2b6dff *: Rename table placement_policies to placement_rules (#31698)
close pingcap/tidb#31425
2022-01-17 16:01:45 +08:00
a6a447ee45 lightning: optimize integration test lightning_checkpoint (#31594)
close pingcap/tidb#31593
2022-01-17 15:35:44 +08:00
465f655889 * : replace fmt.Sprint with strconv (#31718)
ref pingcap/tidb#31716
2022-01-17 15:11:44 +08:00
8bf4942cdd br: support batch create table for restore (#29380)
close pingcap/tidb#30284
2022-01-17 14:35:46 +08:00
78b4112dfa go.mod: update gopsutil to v3.21.12 (#31720)
close pingcap/tidb#31607
2022-01-17 14:19:44 +08:00
8c395318ae metrics: Add a new performance overview dashboard (#31677)
close pingcap/tidb#31676
2022-01-17 10:29:43 +08:00
06127880e2 test: do not overwrite the log config in other tests (#31019) 2022-01-15 00:13:42 +08:00
522452fe3f topsql: do not aggregate when topsql is not enabled (#31705)
ref pingcap/tidb#31704
2022-01-14 20:37:42 +08:00
f3839df729 sysvar: add value limitation for net_buffer_length (#31675)
close pingcap/tidb#31421
2022-01-14 17:37:42 +08:00
71d5774832 main: Fix logging setup (#31673)
close pingcap/tidb#31672
2022-01-14 16:31:42 +08:00
2b580f7392 ddl: fix table attributes error (#30065) 2022-01-14 16:09:43 +08:00
f1f9230264 mpp: Fix the crash or error when mpp generate empty task list. (#31658)
close pingcap/tidb#31636
2022-01-14 15:25:42 +08:00
9e948bdfcd lightning: remove gc ttl job after checksum is completed (#31597)
close pingcap/tidb#31047
2022-01-14 13:19:42 +08:00
c7419bc741 util: fix data race in stmtSummaryByDigestMap (#31683)
close pingcap/tidb#31642
2022-01-14 12:03:42 +08:00
f637fedac3 *: flashback/recover a table will clear its placement settings (#31670)
close pingcap/tidb#31668
2022-01-14 11:07:42 +08:00
cd56aba07e executor/metrics: distinguish desc a table and explain a SQL on metrics (#30948)
close pingcap/tidb#31115
2022-01-13 22:51:42 +08:00
4b63b8cc84 executor: fix the printing of index comment in information_schema (#31266)
close pingcap/tidb#29740
2022-01-13 22:31:42 +08:00
8ee88265cd planner, distsql: fix the Stale Read and Local Txn compatibility (#31606)
close pingcap/tidb#31604
2022-01-13 22:09:42 +08:00
c2279cee83 cpuprofile: make sure the cpu profile will be produced each second (#31531) 2022-01-13 20:13:43 +08:00
6f168d5e54 lightning: fix storage not exists error (#31657)
close pingcap/tidb#31656
2022-01-13 17:35:43 +08:00
0a3bcc689f planner: fix same index read plan but has different plan digest (#31560)
close pingcap/tidb#31438
2022-01-13 15:29:42 +08:00
c6d7ba3a1c statistics/handle: fix some unstable test cases (#31371)
close pingcap/tidb#30822
2022-01-13 13:47:42 +08:00
aabd4e04d9 test: public RunInGoTest for mock store (#31578)
close pingcap/tidb#31579
2022-01-13 13:25:42 +08:00
794e838a1d *: Add tidb_enable_direct_placement to default forbid direct placement (#31623) 2022-01-13 11:07:33 +08:00
1c7d3c7973 br: remove some useless code for golang lint check (#31504)
close pingcap/tidb#31046
2022-01-12 23:47:42 +08:00
dff91fab0a planner: fix panic during optimizer trace (#31542)
close pingcap/tidb#31537
2022-01-12 23:07:42 +08:00
c04ea51cac *: Add some tests for CreateTable/SchemaWithInfo for placement (#31602)
close pingcap/tidb#31455
2022-01-12 21:43:42 +08:00
a8fa29b56d parser: make text return utf8 encoding string (#31457)
close pingcap/tidb#31228
2022-01-12 19:47:42 +08:00
7e23a7d9b3 expression: fix invalid memory when use char_length in unistore (#31605)
close pingcap/tidb#31603
2022-01-12 18:49:42 +08:00
82a75542e8 executor: fix index join bug caused by innerWorker panic (#31563)
close pingcap/tidb#31494
2022-01-12 17:17:42 +08:00
1d14d996b0 tools: exit(1) when test/build fail (#31247) 2022-01-12 16:25:42 +08:00
7b0ebc3933 dumpling: fix incorrect progress report when dump with --sql (#30866)
close pingcap/tidb#30532
2022-01-12 15:29:42 +08:00
d101fc0c32 *: case-insensitivity with LIKE when query information_schema.columns (#31511)
close pingcap/tidb#31554
2022-01-12 14:21:43 +08:00
acff9c3cff *: Change stmt summary and capture plan baselines to GLOBAL only (#30756) 2022-01-12 13:29:42 +08:00
d088e3d6fc *: Add variable tidb_placement_mode and remove placement_checks (#31093)
close pingcap/tidb#31092
2022-01-12 13:03:42 +08:00
d41f87c9c1 test: stabilize testDDLSuite.TestParallelDDL (#31591)
close pingcap/tidb#31590
2022-01-12 12:33:42 +08:00
79171beeaf docs: Remove direct placement option (#31423)
ref pingcap/tidb#18030
2022-01-12 01:25:42 +08:00
xhe
1ffd6c0738 sysvar: bypass validation for noop variables (#31566)
close pingcap/tidb#31538
2022-01-11 22:43:42 +08:00
706abd66ae expression: fix BuildCastCollationFunction (#31553)
close pingcap/tidb#31551
2022-01-11 21:59:43 +08:00
034bb2e554 dumpling: Expose option for skipping PK sort (#31098)
close pingcap/tidb#31097
2022-01-11 20:41:42 +08:00
a8223c0bf1 expression: treat AllowedPacketOverflowed as err when enable strict sql mode and in insertStmt|updateStmt|deleteStmt and without ignore (#29962)
close pingcap/tidb#29708
2022-01-11 19:17:42 +08:00
60d1ee20c0 expression: use boolToInt64 to simplify code (#31517)
ref pingcap/tidb#28720
2022-01-11 18:51:42 +08:00
5c81cb12b6 br: add gbk test (#31507)
close pingcap/tidb#31518
2022-01-11 17:05:42 +08:00
aa9f530d15 ddl: put the non-reorg jobs back to general queue (#31461)
close pingcap/tidb#31460
2022-01-11 16:23:42 +08:00
50dfe6b7bf ddl: Move placement to special comment for ddl sql in binlog (#31454)
close pingcap/tidb#31453
2022-01-11 14:09:41 +08:00