Commit Graph

2128 Commits

Author SHA1 Message Date
9478a6bfaf util: track the memory usage of rowPtrs in sortedRowContainer (#34128)
ref pingcap/tidb#33877
2022-04-21 13:36:03 +08:00
a5033d14d0 *: use global auto analyze ID in order to kill auto analyze globally (#34075)
close pingcap/tidb#34076
2022-04-20 17:58:03 +08:00
d63a5fd33d executor: add some memory tracker in HashJoin (#33918)
ref pingcap/tidb#33877
2022-04-19 23:28:03 +08:00
645ae1ce19 *: implement non-transactional delete (#33736)
ref pingcap/tidb#33485
2022-04-15 20:06:36 +08:00
88c18ea01f util: Adjust the minimum TLS version supported by TiDB tools from 1.0 to 1.2 (#33997)
close pingcap/tidb#33996
2022-04-15 19:46:36 +08:00
4844c833a9 executor: fix CTE race case by avoiding reopen iterInTbl (#33731)
close pingcap/tidb#33193
2022-04-15 18:02:36 +08:00
b5de819d00 util: fix memory.reArrangeFallback cpu usage (#30414)
close pingcap/tidb#30353
2022-04-15 12:48:35 +08:00
7a9d5b750e util/sem: add tidb_audit_redact_log to invisible sysvars (#33712)
close pingcap/tidb#33711
2022-04-14 12:56:35 +08:00
1dc419a5f1 util: migrate importer and watcher from tidb-tools to tidb (#33846)
close pingcap/tidb#32999
2022-04-14 12:02:36 +08:00
8f5582a1ef topsql: make TestPProfCPUProfile test stable (#33810)
close pingcap/tidb#33808
2022-04-13 18:44:36 +08:00
9c836a5ddf session, statistics, util: fix data race of Handle.mu.ctx (#33732)
ref pingcap/tidb#32822, close pingcap/tidb#32867, ref pingcap/tidb#33001
2022-04-13 15:36:36 +08:00
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