Commit Graph

18302 Commits

Author SHA1 Message Date
55fce4539a executor: don't fill generated columns at the non-public state (#31850)
close pingcap/tidb#31735
2022-01-24 12:07:47 +08:00
4c3dfe89e5 ddl: Partition duplicate name fix (#31782)
close pingcap/tidb#31681
2022-01-24 11:49:47 +08:00
afa1335f21 br/pkg/lightning: migrate test-infra to testify (#31910)
close pingcap/tidb#28239, close pingcap/tidb#28242, close pingcap/tidb#28243, close pingcap/tidb#28244
2022-01-24 10:45:47 +08:00
60f0948fb4 session: fix data race in the TestUpgradeVersion83 (#31889)
close pingcap/tidb#31831
2022-01-23 17:27:46 +08:00
5055177180 *: clean code (#31903)
ref pingcap/tidb#31716
2022-01-23 16:53:47 +08:00
701f126b27 br/pkg/backup: migrate test-infra to testify (#31288)
close pingcap/tidb#28164
2022-01-23 13:19:46 +08:00
53b5cb6c9f ddl: fix data race and goroutine leak in test (#31896)
close pingcap/tidb#31875
2022-01-23 12:35:46 +08:00
9c73e5ed23 *: remove the t.Run (#31895)
ref pingcap/tidb#31716
2022-01-22 20:31:46 +08:00
7f442079ac *: Minimize file and directory permissions (#31740)
ref pingcap/tidb#31310
2022-01-22 10:27:46 +08:00
5af13e8a9f *: improve import (#31887)
ref pingcap/tidb#31716
2022-01-22 09:15:46 +08:00
f28cb77500 br: disable the batch ddl by default (#31845)
close pingcap/tidb#31835
2022-01-22 02:49:46 +08:00
bb3e90915d bindinfo: update lastUpdateTime with invalid bind (#31775)
close pingcap/tidb#31703
2022-01-22 01:29:46 +08:00
4ae96872ff planner: do not use like to build range when new collation is enabled (#31278)
close pingcap/tidb#31174
2022-01-22 00:09:47 +08:00
622b8583e8 br: update unit test - take local timestamp for TSO calculation instead of const variable (#31361)
close pingcap/tidb#30449
2022-01-21 23:07:46 +08:00
2d522dd590 planner: Add MPPPartitionType PassThroughType to mark PassThrough Exchange. (#31766)
* fix

* add tests

* simple

* fix test

* rename collect to passthrough

* add more comments

* add more tests

* fix test

* add more tests

* rename

* try fix wtf check_dev

* add some comment

* make rh
2022-01-21 21:42:07 +08:00
453535600f util/topsql: remove unused functions (#31877)
ref pingcap/tidb#28720, ref pingcap/tidb#31192
2022-01-21 17:55:46 +08:00
4bda04f15c planner: introduce historical statistic dumping triggered by analyze (#31032)
close pingcap/tidb#18745
2022-01-21 16:35:46 +08:00
e88f01a477 session: tiny fix for several session test cases (#31095)
close pingcap/tidb#31094
2022-01-21 16:11:46 +08:00
05a4c65937 lightning: support escaped dump file name (#31513)
close pingcap/tidb#31512
2022-01-21 15:03:46 +08:00
2d62d23b20 planner: support trace candidates for Datasource (#31810)
ref pingcap/tidb#29661
2022-01-21 11:11:45 +08:00
ad1c5b5081 *: add pushdown for ShowStmt and implement for show columns (#31742)
close pingcap/tidb#29910
2022-01-20 20:41:45 +08:00
a15f4fd2d7 planner: support column range partition pruning for builtin function IN (#31493)
close pingcap/tidb#26739
2022-01-20 20:07:46 +08:00
e6812f9481 executor: handle collate for min/max(enum/set column) (#31819)
close pingcap/tidb#31638
2022-01-20 19:21:46 +08:00
316a2206de expression: don't set charset of RetType to binary for date_add and date_sub func (#31817)
close pingcap/tidb#31809
2022-01-20 15:17:46 +08:00
409f0919f9 cmd, dumpling: enable golangci-lint check (#31732)
close pingcap/tidb#31737
2022-01-20 14:33:46 +08:00
06a4dfaecb ddl, tools, util: migrate pingcap check to testify. (#31313)
close pingcap/tidb#28630, close pingcap/tidb#28631, close pingcap/tidb#28638, close pingcap/tidb#28639, close pingcap/tidb#29104, close pingcap/tidb#29108, close pingcap/tidb#29109, close pingcap/tidb#29111, close pingcap/tidb#29114
2022-01-20 13:41:45 +08:00
1a146fabd7 variables: add constraints on tidb_super_read_only when tidb_restricted_read_only is turned on (#31746)
close pingcap/tidb#31745
2022-01-20 12:13:45 +08:00
fa3328fc9c expression: fix greatest and least function with collation get wrong result (#31806)
close pingcap/tidb#31789
2022-01-20 11:25:45 +08:00
c589ee5471 *: remove direct placement from models (#31816)
close pingcap/tidb#31427
2022-01-20 00:47:45 +08:00
60d7c78c7d *: fix data race on enableTiFlashPoll (#31820)
close pingcap/tidb#31818
2022-01-19 21:49:45 +08:00
xhe
9c2cb034a3 parser: Add bytebase/bytebase as a user (#1360) (#31802)
ref pingcap/tidb#28257
2022-01-19 19:29:45 +08:00
4fcbb2c914 *: fix data race on the SchemaOutOfDateRetryTimes/SchemaOutOfDateRetryInterval (#31815)
close pingcap/tidb#31812
2022-01-19 18:51:45 +08:00
a0e31aa987 *: fix data race in the CheckMb4ValueInUTF8 (#31781)
close pingcap/tidb#31780
2022-01-19 17:33:45 +08:00
493fe783d7 ddl: Implement basic version of TiFlash replica management (#30842) 2022-01-19 15:13:46 +08:00
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