Commit Graph

17099 Commits

Author SHA1 Message Date
5fa3da7e35 DDL: Wrong Date type colunm's default value (#33571)
ref pingcap/tidb#30358
2022-03-30 15:46:29 +08:00
f49add0721 *: better gosec filtering (#31514)
ref pingcap/tidb#31310
2022-03-30 12:30:29 +08:00
e56013779b executor: fix KVRange bug for index join with dynamic partition pruning (#33483)
close pingcap/tidb#33231
2022-03-30 12:14:29 +08:00
5004a8133f executor: fix execute failed when table schema changed (#33519)
close pingcap/tidb#33509
2022-03-30 10:14:28 +08:00
fbaaa11179 util: fix GetTimeZoneOffset error when migrating repo (#33562)
ref pingcap/tidb#32999
2022-03-29 19:04:28 +08:00
762ae26394 lightning: auto resume from recoverable error (#33510)
close pingcap/tidb#33363
2022-03-29 18:20:28 +08:00
c6b47c918f ddl: refactor adjustColumnInfoInAddColumn for multi-schema change (#32820)
ref pingcap/tidb#14766
2022-03-29 17:34:29 +08:00
5bf5e35e81 variable: make backoff weight could be 0 (#30664)
close pingcap/tidb#32592
2022-03-29 17:20:28 +08:00
4e708d1ec7 domain: adjust the order of acquireServerID and GlobalInfoSyncerInit to fix global kill test (#33536)
close pingcap/tidb#33538
2022-03-29 17:06:28 +08:00
5a54d0d9b4 expression: fix append to result twice when vecEval compress('') (#33523)
close pingcap/tidb#33397
2022-03-29 15:12:28 +08:00
5dbd394a42 tidb-binlog/node: migrate tests to testify (#33540)
close pingcap/tidb#33462
2022-03-29 14:56:28 +08:00
eec518648f planner: restrict plan cache for decimal parameter types (#31769)
close pingcap/tidb#31730
2022-03-29 13:56:28 +08:00
9c5cfda894 *: update client-go (#33539)
close pingcap/tidb#33537
2022-03-29 12:00:29 +08:00
09edaee061 store: avoid setting ratelimit action in tracker when disabled (#31110)
ref pingcap/tidb#30353
2022-03-29 11:02:30 +08:00
c58e00549d executor: Enhance task field for explain/explain analyze (#33333)
close pingcap/tidb#33332
2022-03-29 10:14:27 +08:00
a4e09f60a4 util: migrate test-infra to testify for selector_test.go (#33505)
close pingcap/tidb#33460
2022-03-29 00:52:28 +08:00
0d70eaa611 Makefile: add ut to 'make dev' (#33506)
ref pingcap/tidb#30822
2022-03-28 23:34:28 +08:00
5c931aadc8 Revert "topsql: enable topsql feature by default (#33195)" (#33493)
close pingcap/tidb#33492
2022-03-28 22:44:27 +08:00
8f8dfafc10 br: Fix new collaction enable check (#33500)
* add glue to get global variables
2022-03-28 21:16:53 +08:00
cd0d6b85a9 ddl: fix warnings message when alter table nocache and cache again (#33358)
close pingcap/tidb#32692
2022-03-28 19:00:28 +08:00
11db011054 br: Ignore ddl jobs with empty query or blacklist type when exec restore (#33384)
close pingcap/tidb#33322
2022-03-28 18:00:28 +08:00
4ff3ec260c *: improve test for import concurrency ddl in the future (#33496)
close pingcap/tidb#33495
2022-03-28 17:30:28 +08:00
060413bc13 server: refine plan replayer dump file (#33497)
ref pingcap/tidb#26335
2022-03-28 16:56:28 +08:00
da95768e90 lightning: fix test lightning_checkpoint_chunks (#33503)
close pingcap/tidb#33502
2022-03-28 16:30:27 +08:00
5e84771efb executor: make CI function TestInvalidReadCacheTable more stable (#33093)
close pingcap/tidb#32825
2022-03-28 15:54:28 +08:00
05b9157957 executor: correct the table range built by 'recover index' (#32960)
close pingcap/tidb#32915
2022-03-28 11:28:28 +08:00
c671ebc88b statistics: fix wrong point range in crossValidationSelectivity (#33357)
ref pingcap/tidb#28030
2022-03-28 10:52:27 +08:00
af6f4ea3c9 executor: migrate test-infra to testify for executor_test.go testSplitTable (#33482)
close pingcap/tidb#33437
2022-03-27 21:06:34 +08:00
d632e428f1 build(deps): bump protobuf-java from 3.9.0 to 3.16.1 in /tidb-binlog/driver/example/kafkaReader (#33481) 2022-03-27 20:22:34 +08:00
32559dbeab tidb-binlog/driver/reader: migrate test-infra to testify (#33480)
close pingcap/tidb#33461
2022-03-27 19:18:34 +08:00
4d20826f47 util: migrate test-infra to testify for util/schemacmp pkg (#33476)
close pingcap/tidb#33457
2022-03-27 17:14:34 +08:00
e7ac97a902 util: migrate test-infra to testify for etcd (#33478)
close pingcap/tidb#33455
2022-03-27 16:58:34 +08:00
e318f5179e metrics: update Performance Overview dashboard (#33398)
close pingcap/tidb#33477
2022-03-27 14:22:34 +08:00
e09bc29577 tidb-binlog/pump_client: migrate test-infra to testify (#33475)
close pingcap/tidb#33463
2022-03-27 14:00:34 +08:00
e5d3e2283c planner: fix the view with use index do not result error issue (#33474)
close pingcap/tidb#32683
2022-03-26 16:52:33 +08:00
f012766b53 executor: raise error when text data is too long (#33345) 2022-03-26 15:04:33 +08:00
3206d51520 session: lower innodb-lock-wait-timeout MaxValue to match max-txn-ttl (#33473)
close pingcap/tidb#33472
2022-03-26 14:48:33 +08:00
d7c157dd28 util: migrate test-infra to testify for dbutil,filter,table-filter (#33465)
close pingcap/tidb#33454, ref pingcap/tidb#33456, ref pingcap/tidb#33458, ref pingcap/tidb#33459
2022-03-26 12:08:34 +08:00
02545c8c60 planner: remove duplicate code (#33424)
ref pingcap/tidb#31716
2022-03-26 01:02:33 +08:00
7c51deb16e build(deps): bump minimist from 1.2.5 to 1.2.6 in /br/web (#33405) 2022-03-25 22:54:34 +08:00
9129590f5b br: fix the missing retry for pd batch scan error (#33420)
close pingcap/tidb#33419
2022-03-25 21:52:34 +08:00
6517ee3fb6 *: migrate tidb-tools (#33296)
close pingcap/tidb#32999
2022-03-25 19:08:35 +08:00
17408b4323 config: be compatible with deprecated stmt-summary config items (#33449)
close pingcap/tidb#33337
2022-03-25 18:28:34 +08:00
c5a0737e56 executor, infoschema: Add foreign key constraint to infoschema.table_constraints (#33360)
close pingcap/tidb#28918
2022-03-25 17:24:34 +08:00
96a507eb3b lightning: support inject external storage when as library (#33303)
ref pingcap/tidb#33281
2022-03-25 16:58:34 +08:00
5a14cc3fd6 expr: switch off funticon push down which caused unstable test (#33421)
* fix

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

* fix

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

* fix

Signed-off-by: yisaer <disxiaofei@163.com>
2022-03-25 15:32:28 +08:00
9b9051f113 statistics: fix data race in HandleUpdateStats (#33260)
ref pingcap/tidb#32867, ref pingcap/tidb#33001, close pingcap/tidb#33108
2022-03-25 15:02:33 +08:00
843b0f43db executor: migrate test-infra to testify for executor_test.go testSuiteWithData (#33402)
ref pingcap/tidb#28577
2022-03-25 14:06:33 +08:00
59fac2abab planner: fix the join scope with explicit parents (#33311)
close pingcap/tidb#31770
2022-03-25 11:32:34 +08:00
ca0ade0b24 expr: add function push down results comparing testcase (#33401)
close pingcap/tidb#33391
2022-03-25 11:18:33 +08:00