Commit Graph

2073 Commits

Author SHA1 Message Date
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
1624123b84 *: fix time zone problems encountered when changing the other type columns to timestamp type columns (#31843)
close pingcap/tidb#29585
2022-02-21 23:11:42 +08:00
2ede6a35b8 topsql: make unit test stable (#32463)
close pingcap/tidb#32461
2022-02-21 15:37:42 +08:00
5233d2eca8 stmtsummary: issue left in #32156 (#32427)
close pingcap/tidb#32156
2022-02-21 15:11:42 +08:00
1b04c3b054 planner: fix wrong range calculation for Nulleq function on Enum values (#32440)
close pingcap/tidb#32428
2022-02-21 13:03:41 +08:00
1254140e61 topsql: fix unstable test in reporter (#32464)
close pingcap/tidb#32002
2022-02-21 12:31:41 +08:00
6517f3b315 planner,expression,util: scatter hotspot index in certain scenes by expression index (#30659)
close pingcap/tidb#31040
2022-02-18 16:47:40 +08:00
5e52263d81 stmtsummary: fix unstable test (#32434)
close pingcap/tidb#32046
2022-02-17 17:55:40 +08:00
8622c06652 cpuprofile: fix unstable test (#32429)
close pingcap/tidb#32080
2022-02-17 16:27:40 +08:00
c4a0bfb3bd stmtsummary: fix data race (#32424)
close pingcap/tidb#31998
2022-02-17 14:59:40 +08:00
4548f12b1c *: clean sqlexec in statistics handle (#32282)
close pingcap/tidb#32238
2022-02-16 16:55:39 +08:00
886650b582 codec: Don't convert set or enum datum to float64 when encoding them (#32308)
close pingcap/tidb#32302
2022-02-15 14:31:38 +08:00
3c77cf9ada statement table: fixed issue #32156 time_zone not sync in stmt table (#32315)
close pingcap/tidb#32156
2022-02-14 18:45:38 +08:00
2f0c23da24 executor: migrate test-infra to testify for stale_txn_test (#32285)
close pingcap/tidb#28618
2022-02-14 16:49:38 +08:00
7c56706622 *: support predeclared golangci-lint linter (#32066)
close pingcap/tidb#30733
2022-02-14 10:35:38 +08:00
9c64224c49 *: Reduce data inconsistencies (#31547)
ref pingcap/tidb#26833
2022-02-11 13:51:36 +08:00
30cd559fa9 *: refactor sqlexec to support using current session (#32229)
close pingcap/tidb#32233
2022-02-10 18:09:36 +08:00
7c727e10dd util/range: replace in-place create store helper function with testkit (#32181)
close pingcap/tidb#32180
2022-02-09 14:33:35 +08:00
3738dec53e *: enable the new collation by default (#32016)
ref pingcap/tidb#32015
2022-02-08 12:53:35 +08:00
c30e8320d8 *: correct use require (#31904)
ref pingcap/tidb#31716
2022-02-07 18:11:35 +08:00
db
43b818b80d executor: add retriver for tikv_region_peers (#30657)
close pingcap/tidb#31050
2022-02-07 16:47:35 +08:00
d177ee4ba6 *: replace os.MkdirTemp with t.TempDir (#32071)
close pingcap/tidb#32070
2022-01-31 00:13:30 +08:00
e7da7d4f95 *: change fsp from int8 to int (#28347) 2022-01-27 13:59:12 +08:00
f885a7a3cb planner: support trace fast plan (#31926)
close pingcap/tidb#31763
2022-01-26 17:06:45 +08:00
257282f767 util/topsql: fix goroutine leak in test (#31959)
close pingcap/tidb#31960
2022-01-26 16:08:45 +08:00
203ab22982 *: move the functions that only used in tests (#31929)
ref pingcap/tidb#28720
2022-01-24 22:08:11 +08:00
2e1cff73f3 *: add ExecRestrictedSQL() func for RestrictedSQLExecutor interface (#31618)
ref pingcap/tidb#30918
2022-01-24 21:30:11 +08:00
b228c189cc topsql: try to reduce Plan Not Available (#31549)
close pingcap/tidb#31548
2022-01-24 16:00:12 +08:00
48a32aa323 topsql: fix typo (#31917)
ref pingcap/tidb#31716
2022-01-24 15:10:10 +08:00
5055177180 *: clean code (#31903)
ref pingcap/tidb#31716
2022-01-23 16:53:47 +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
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
453535600f util/topsql: remove unused functions (#31877)
ref pingcap/tidb#28720, ref pingcap/tidb#31192
2022-01-21 17:55:46 +08:00
2d62d23b20 planner: support trace candidates for Datasource (#31810)
ref pingcap/tidb#29661
2022-01-21 11:11:45 +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
883f72bd36 planner: revise optimize tracer code structure (#31739)
ref pingcap/tidb#29661
2022-01-19 12:47:44 +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
5484ce90e1 topsql: fix race in test (#31714)
close pingcap/tidb#31713
2022-01-18 11:57:45 +08:00
34ce5b5e60 topsql: optimize life cycle of stmtstats (#31727)
ref pingcap/tidb#31704
2022-01-17 21:11:45 +08:00
78b4112dfa go.mod: update gopsutil to v3.21.12 (#31720)
close pingcap/tidb#31607
2022-01-17 14:19:44 +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
c7419bc741 util: fix data race in stmtSummaryByDigestMap (#31683)
close pingcap/tidb#31642
2022-01-14 12:03:42 +08:00
c2279cee83 cpuprofile: make sure the cpu profile will be produced each second (#31531) 2022-01-13 20:13:43 +08:00
acff9c3cff *: Change stmt summary and capture plan baselines to GLOBAL only (#30756) 2022-01-12 13:29:42 +08:00