Commit Graph

49 Commits

Author SHA1 Message Date
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
4b7a3767b0 telemetry: Fix window algorithm (#23518) 2021-03-25 11:37:23 +08:00
906828b159 telemetry: add transaction usage info (#23470) 2021-03-24 14:11:36 +08:00
5243049e18 telemetry: add copr-cache, tiflash, cluster index, async commit (#23454) 2021-03-23 20:27:07 +08:00
7e067b2d3f telemetry: fix err check (#23006) 2021-03-16 16:58:55 +08:00
xhe
4172f473da *: adapt new api for the executor package (#22644)
Signed-off-by: xhe <xw897002528@gmail.com>
2021-02-04 17:32:15 +08:00
106b04ddab *: Fix sysvars to native type in @@ context (#20394) 2020-10-19 14:13:43 +08:00
d43436535a telemetry: support collecting RAID information to CLUSTER_HARDWARE (#19171)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-08-26 12:04:51 +08:00
37984d7cb0 tests: improve tests for Windows platform (#19088)
* tests: improve tests for Windows platform

* fix race build

* update badger to fix kill issue on Windows

Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-08-13 17:17:19 +08:00
3b63270909 telemetry: Add telemetry initial implementation (#18180)
Signed-off-by: Breezewish <me@breeswish.org>

Co-authored-by: crazycs <crazycs520@gmail.com>
Co-authored-by: Lynn <zimu_xia@126.com>
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2020-06-24 14:41:46 +08:00