Commit Graph

16518 Commits

Author SHA1 Message Date
a4e8ed59bd docs: Add proposal for instance scoped variables (#30558)
close pingcap/tidb#30557
2022-01-19 13:33:44 +08:00
883f72bd36 planner: revise optimize tracer code structure (#31739)
ref pingcap/tidb#29661
2022-01-19 12:47:44 +08:00
7fd298d916 *: Remove direct placement in parser (#31768)
close pingcap/tidb#31485
2022-01-19 10:13:45 +08:00
2207b26e19 topsql: rename topsql related variable and remove useless variable (#31599)
close pingcap/tidb#31433
2022-01-18 18:15:44 +08:00
65365628b7 executor: fix load data panic if the data is broken at escape character (#30868)
close pingcap/tidb#31589
2022-01-18 17:53:44 +08:00
c422a60c42 cmd/explain_test: migrate collation test and add more tests (#31626)
ref pingcap/tidb#31625
2022-01-18 17:29:44 +08:00
ab30467384 table: Avoid encode KindMaxValue of string type (#31743)
close pingcap/tidb#31721
2022-01-18 14:47:44 +08:00
dc969f0eb8 executor: Add replace support for LOAD DATA (#31303)
ref pingcap/tidb#24515
2022-01-18 12:31:44 +08:00
5484ce90e1 topsql: fix race in test (#31714)
close pingcap/tidb#31713
2022-01-18 11:57:45 +08:00
76e115accd domain: replace ngaut/sync2 with uber/atomic (#31750)
ref pingcap/tidb#31716
2022-01-18 11:37:44 +08:00
acc3ae6229 *: don't use chunk rpc protocol for internal session (#31723)
close pingcap/tidb#30880
2022-01-18 10:49:44 +08:00
43294a2938 *: Remove column TIBD_DIRECT_PLACEMENT from some sys tables (#31741)
close pingcap/tidb#31426
2022-01-18 09:47:44 +08:00
50704075af *: insert set default timestamp failed (#29966)
close pingcap/tidb#29926
2022-01-18 03:43:44 +08:00
ca7ff0a04e executor: fix data race in the IndexNestedLoopHashJoin (#31731)
close pingcap/tidb#31467
2022-01-17 23:03:44 +08:00
6db56bb5ec *: Add LEARNERS row to information_schema.placement_policies in design doc (#31700)
ref pingcap/tidb#18030
2022-01-17 22:39:45 +08:00
b9956f6fef *: fix add index metrics (#30915)
close pingcap/tidb#31115
2022-01-17 21:29:44 +08:00
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