|
|
67b073425f
|
ddl: fix inappropriate schema state output by admin show ddl jobs (#33850)
ref pingcap/tidb#23494, close pingcap/tidb#24420
|
2022-04-11 15:26:34 +08:00 |
|
|
|
53fc1177c3
|
fastrand: optimize Buf (#33263)
close pingcap/tidb#33240
|
2022-04-11 12:56:34 +08:00 |
|
|
|
942f4d1150
|
util/ddl-checker: fix DATA RACE in TestExecute (#33781)
close pingcap/tidb#33701
|
2022-04-07 18:34:32 +08:00 |
|
|
|
a936646c99
|
ddl: support specifying expr rand() as column default value (#32608)
close pingcap/tidb#10377
|
2022-04-07 16:16:32 +08:00 |
|
|
|
fef98f2239
|
domain,server,session: optimize gc safepoint advancing for internal transaction (#32726)
close pingcap/tidb#32725
|
2022-04-07 14:14:32 +08:00 |
|
|
|
1c658e5eb6
|
executor: migrate test-infra to testify for executor_test.testSuite(6|8) (#33713)
close pingcap/tidb#33433, close pingcap/tidb#33434
|
2022-04-06 11:34:31 +08:00 |
|
|
|
60066398fd
|
util: refactor TestExecute to fix data race (#33702)
close pingcap/tidb#33701
|
2022-04-03 18:42:30 +08:00 |
|
|
|
bc43647f31
|
util: migrate column-mapping and ddl-checker from tidb-tools to tidb (#33659)
close pingcap/tidb#32999
|
2022-04-02 20:04:29 +08:00 |
|
|
|
0beac1800c
|
expression: fix the wrong rounding behavior of Decimal (#33278)
close pingcap/tidb#32213
|
2022-04-02 14:32:29 +08:00 |
|
|
|
17a9fc4adf
|
executor: improve UnionScanRead performance (#32668)
ref pingcap/tidb#32433
|
2022-04-01 11:02:30 +08:00 |
|
|
|
b35b30bbd5
|
executor: support extractor for mem table region status (#33498)
close pingcap/tidb#33348
|
2022-03-30 16:12:29 +08:00 |
|
|
|
fbaaa11179
|
util: fix GetTimeZoneOffset error when migrating repo (#33562)
ref pingcap/tidb#32999
|
2022-03-29 19:04:28 +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 |
|
|
|
5c931aadc8
|
Revert "topsql: enable topsql feature by default (#33195)" (#33493)
close pingcap/tidb#33492
|
2022-03-28 22:44:27 +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 |
|
|
|
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 |
|
|
|
6517ee3fb6
|
*: migrate tidb-tools (#33296)
close pingcap/tidb#32999
|
2022-03-25 19:08:35 +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 |
|
|
|
f6a44bf72c
|
*: add limitation for UserName and HostName. (#33224)
close pingcap/tidb#32682
|
2022-03-21 16:06:33 +08:00 |
|
|
|
c2eca91eb7
|
fastrand: optimize Uint32N() (#33239)
ref pingcap/tidb#33240
|
2022-03-19 23:18:31 +08:00 |
|
|
|
0e0243c1e0
|
main: fix @@hostname always returns localhost (#33064)
close pingcap/tidb#32918
|
2022-03-17 20:16:31 +08:00 |
|
|
|
44cf3986e3
|
topsql: enable topsql feature by default (#33195)
close pingcap/tidb#33194
|
2022-03-17 15:26:31 +08:00 |
|
|
|
6b2e37f18c
|
gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
|
2022-03-17 15:10:31 +08:00 |
|
|
|
f12ad1e6ca
|
executor: fix CTE may be blocked when query report error (#33085)
close pingcap/tidb#31302
|
2022-03-17 11:03:52 +08:00 |
|
|
|
2ae71323cf
|
sessionctx: make builtinFunctionUsage thread safe (#33032)
close pingcap/tidb#33027
|
2022-03-16 10:27:52 +08:00 |
|
|
|
41fb3e75a5
|
util: fix unstable test in the TestNotifyErrorWaitGroupWrapper (#33063)
close pingcap/tidb#33062
|
2022-03-15 23:05:52 +08:00 |
|
|
|
c11e650527
|
*: make golangci-lint work on Go1.18 (#33081)
close pingcap/tidb#33080
|
2022-03-15 22:43:52 +08:00 |
|
|
|
caad839aeb
|
planner: fix the wrong range built for bit columns when reusing cached plan (#33090)
close pingcap/tidb#33067
|
2022-03-15 19:13:52 +08:00 |
|
|
|
ffaeb3e80d
|
ddl: improve test to avoid cycle import (#32058)
ref pingcap/tidb#31716
|
2022-03-14 12:11:51 +08:00 |
|
|
|
0cd9b243ce
|
executor: fix data race in the AnalyzeColumnsExec (#32979)
close pingcap/tidb#32978
|
2022-03-14 11:53:51 +08:00 |
|
|
|
5170f2f414
|
topsql: add more test case for topsql (#32410)
close pingcap/tidb#32405
|
2022-03-11 17:43:51 +08:00 |
|
|
|
0cf21535b6
|
sessionctx/variable: Remove "advanced" memory sysvars (#32724)
close pingcap/tidb#32286
|
2022-03-09 23:57:49 +08:00 |
|
|
|
a1d8f2f3ac
|
*: remove ddl dependency (#32910)
ref pingcap/tidb#31716
|
2022-03-09 08:15:48 +08:00 |
|
|
|
c40d9c4781
|
testutil: move testutil.CompareUnorderedStringSlice to new package (#32916)
close pingcap/tidb#32912
|
2022-03-08 20:01:49 +08:00 |
|
|
|
62e20780e8
|
*: kill auto analyze (#31724)
close pingcap/tidb#32808
|
2022-03-07 13:49:48 +08:00 |
|
|
|
7cf784cf26
|
statistics: handle contants in Selectivity() (#32761)
ref pingcap/tidb#32758, close pingcap/tidb#32835
|
2022-03-06 23:41:48 +08:00 |
|
|
|
f61c3b760d
|
ddl: migrate test-infra to testify for primary_key_handle_test.go (#32845)
close pingcap/tidb#32843
|
2022-03-04 19:35:47 +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 |
|
|
|
42675fd9db
|
admin: loop unwinding for CancelJobs (#32717)
ref pingcap/tidb#31716
|
2022-03-02 19:57:46 +08:00 |
|
|
|
1a4bd06692
|
bindInfo: support the LRU for the bindCache (#32439)
ref pingcap/tidb#32466
|
2022-03-02 14:51:46 +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 |
|
|
|
fbfe36ca7d
|
expression: support push bit column down to TiKV (#32497)
close pingcap/tidb#30738
|
2022-03-01 17:21:45 +08:00 |
|
|
|
d1bf078a58
|
executor: migrate test-infra to testify for infoschema_reader_test.go (#32688)
close pingcap/tidb#28587
|
2022-03-01 16:31:45 +08:00 |
|
|
|
0c9b0c0ef2
|
util/testutil: cleanup testutils depend on pingcap/check (#32662)
close pingcap/tidb#32660
|
2022-02-28 20:01:45 +08:00 |
|
|
|
cce1ebdebb
|
util: avoid column allocator reuse the column hold huge memory (#32554)
close pingcap/tidb#31981
|
2022-02-23 18:55:42 +08:00 |
|
|
|
991132080f
|
planner: don't decorrelate the APPLY when the inner's projection reference no column (#32370)
close pingcap/tidb#32089
|
2022-02-23 18:43:43 +08:00 |
|
|
|
cc789d078b
|
codec: Don't convert set or enum datum to float64 (#32372)
close pingcap/tidb#32302
|
2022-02-23 16:57:43 +08:00 |
|
|
|
816a0835db
|
planner: support filter statements by users for SPM auto capture (#32460)
|
2022-02-23 15:37:40 +08:00 |
|
|
|
5988d0b2f4
|
*: update client-go and etcd version (#32457)
close pingcap/tidb#32456
|
2022-02-22 11:11:43 +08:00 |
|