Commit Graph

59 Commits

Author SHA1 Message Date
d830900c98 session: use batch as the keyword for non-transactional DML (#34467)
ref pingcap/tidb#33485
2022-05-11 15:04:35 +08:00
6c30303937 session: refine non-transactional delete (#34273)
ref pingcap/tidb#33485
2022-05-09 13:30:34 +08:00
7f3afc9553 telemetry: rewrite cluster index usage info (#34296)
close pingcap/tidb#34035
2022-05-07 16:02:32 +08:00
6b2e37f18c gomod: update dependency for golang1.18 (#33053)
ref pingcap/tidb#32874
2022-03-17 15:10:31 +08:00
eb4cfcec78 telemetry, session: add telemetry collector for placement policies (#33165)
close pingcap/tidb#33188
2022-03-17 14:30:31 +08:00
cc960e8b9b telemetry: add telemetry for tso optimization (#33162)
close pingcap/tidb#32807
2022-03-16 23:45:54 +08:00
a5c92e1a06 telemetry: add mutation checker and assertion usage info to TxnUsage (#33156)
ref pingcap/tidb#26833
2022-03-16 21:03:53 +08:00
a79be59293 telemetry: add telemetry for auto capture (#32872)
ref pingcap/tidb#32466
2022-03-14 12:45:51 +08:00
ca10191377 Makefile, telemetry: fix typo (#32836)
close pingcap/tidb#32844
2022-03-05 18:25:47 +08:00
5988d0b2f4 *: update client-go and etcd version (#32457)
close pingcap/tidb#32456
2022-02-22 11:11:43 +08:00
2e1cff73f3 *: add ExecRestrictedSQL() func for RestrictedSQLExecutor interface (#31618)
ref pingcap/tidb#30918
2022-01-24 21:30:11 +08:00
78b4112dfa go.mod: update gopsutil to v3.21.12 (#31720)
close pingcap/tidb#31607
2022-01-17 14:19:44 +08:00
5cd37f0008 session: fix data race in ParseWithParamsInternal (#31058)
close pingcap/tidb#30918
2022-01-06 21:02:37 +08:00
3de13842b3 test: control log level with environment variables (#30871) 2021-12-24 17:03:48 +08:00
4dc385ce8b test: merge serial tests in ddl, infoschema, session, store, table, telemetry and types (#30874) 2021-12-23 20:01:47 +08:00
23c71f1a3b execute: don't transform charset in internal sql (#30843)
close pingcap/tidb#30789
2021-12-20 17:15:46 +08:00
b4df7ca4dc test: make all the tests run in serial (#30692) 2021-12-14 18:06:36 +08:00
9a074f1dbe *: use the real StateRemote interface implementation for cached table (#30066) 2021-12-10 16:55:57 +08:00
2d2fba5ee0 telemetry, session : add telemetry for cache table feature (#29963) 2021-11-22 14:03:49 +08:00
21b008864a telemetry: remove replicated analysisSQLUsage call (#29097) 2021-10-26 18:06:48 +08:00
958ab48fa0 *: set global temporary table as GA (#28525) 2021-10-14 11:27:26 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
ad20da1690 telemetry: fix skip condition on apple m1 in tests (#28145) 2021-09-20 11:04:44 +08:00
74c507b023 test: fix t.Parallel() is called in the range method but is not reinitialised (#27939) 2021-09-17 11:30:42 +08:00
def6b7df62 telemetry: TestBuiltinFunctionsUsage should run in serial (#27940) 2021-09-10 10:32:39 +08:00
e1216e50c1 telemetry: clean up test code (#27813) 2021-09-06 14:16:57 +08:00
d57aa2583f telemetry: Add unit test for builtin function usage (#26938) 2021-09-05 19:54:56 +08:00
7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) 2021-08-16 18:52:00 +08:00
73bb7dd2c6 *: Annotations and fixes related to gosec (#26907) 2021-08-09 22:27:15 +08:00
b78039635b telemetry: wrong skip test when apple intel or linux arm (#26826) 2021-08-03 11:49:06 +08:00
4de62d057f telemetry: fix that test fail to run on apple M1 (#26785) 2021-08-03 10:29:06 +08:00
7e6690df8e *: update client-go to solve #26359 (#26650) 2021-07-29 11:06:17 +08:00
85cce04f6b telemetry: migrate test-infra to testify (#26540) 2021-07-28 01:22:16 +08:00
126c9b407b telemetry: Add telemetry information about builtin functions usage (#26234) 2021-07-21 18:01:36 +08:00
9d234b6f14 telemetry: fix the bug of annoying log caused by telemetry (#25907) 2021-07-15 21:25:33 +08:00
c6680e999b *: update client-go and update mocktikv usages (#25911) 2021-07-09 10:57:32 +08:00
83acf6a4ac *: avoid using logutil in client-go (#25871) 2021-07-02 12:15:26 +08:00
1314b08c8b telemetry: fix the bug about unnecessary error when run tidb only (#25264) 2021-06-18 13:26:38 +08:00
cc5e161ac0 *: use tikv/client-go/v2 (#25359) 2021-06-11 17:24:35 +08:00
b649d6c482 telemetry: Block logs when referenced by other components outside tidb (#25330) 2021-06-11 10:56:34 +08:00
01dc05f873 telemetry: add SQL statistics to telemetry report data (#24990) 2021-06-06 16:04:27 +08:00
fbbada3f0f telemetry: fix panic caused by assign nil map (#25129) 2021-06-05 01:00:28 +08:00
83a9a12a14 *: add sys var tidb_enable_global_temporary_table to open global temp table (#25075) 2021-06-03 16:10:45 +08:00
0f151af7c5 *: add telemetry support for CTE (#25022) 2021-06-03 14:46:27 +08:00
b21aed8cc4 Telemetry: Add slow query statistic bucket into telemetry data (#25006) 2021-06-03 14:08:26 +08:00
456e72c56e telemetry: add pk type of clusterindex feature usage information (#24825) 2021-05-31 15:07:37 +08:00
348abf01f9 telemetry,session: add telemetry for the temporary table feature (#24866) 2021-05-28 12:07:35 +08:00
67e63d9ffa variable: merge Bool{On,Off} with {On,Off} (#24218) 2021-04-23 13:09:54 +08:00
7a224f10ca telemetry: log when sending telemetry (#24125) 2021-04-21 14:35:54 +08:00
a90e4f2b29 telemetry: fix prepare stmt and copr cache (#23526) 2021-03-25 16:15:15 +08:00