Commit Graph

18302 Commits

Author SHA1 Message Date
e96100b5b5 expression: support GBK charset for builtin function hex() (#28305) 2021-10-13 15:23:28 +08:00
505299fe9c lightning: move RemoveCheckpoint and CleanupEngine from ctl/main.go (#28769) 2021-10-13 14:33:27 +08:00
c1ec51e049 privilege: add Event and Routine privilege on db level (#28690) 2021-10-13 14:07:27 +08:00
fcf2178543 table: fix redundant and misleading conditions (#28228) 2021-10-13 12:15:26 +08:00
f279753ecd planner/core, ddl: disable placement options on temp tables (#28737) 2021-10-13 11:47:26 +08:00
4f21360e8f planner/core: migrate test-infra to testify for planner/core/integration_partition_test.go (#28543) 2021-10-13 11:29:26 +08:00
6553404bb2 *: fix regression from FLUSH PRIVILEGES fix (#28736) 2021-10-13 11:19:26 +08:00
4a4f71114e statistics: migrate test-infra to testify for integration_test.go (#28693) 2021-10-13 10:55:26 +08:00
e6c600ad16 *: always convert sysvar values when out of range (#25686) 2021-10-13 10:37:27 +08:00
d53f9f55a0 executor,distsql: fix analyze version 2 memory leak (#28729) 2021-10-12 19:49:26 +08:00
e933e0008d statistics: migrate test-infra to testify for histogram_test.go (#28550) 2021-10-12 19:39:26 +08:00
4a580bf26d docs/design: support SELECT FOR UPDATE OF TABLES (#28747) 2021-10-12 17:13:27 +08:00
4c4d3f6daa planner: generate the additional filter in table filter when enable plan cache (#28722) 2021-10-12 17:01:26 +08:00
d5bd9f030b *: record result_rows in statements_summary and slow log (#28479) 2021-10-12 16:51:25 +08:00
5a4ee311ff test: implement ShortCircuitForBench (#28732) 2021-10-12 16:39:26 +08:00
a0df2353dd store/driver: convert undetermined error (#28730)
Signed-off-by: disksing <i@disksing.com>
2021-10-12 15:10:08 +08:00
5cc6b816b4 cmd/ddltest: migrate test-infra to testify (#28423) 2021-10-12 12:07:25 +08:00
4fb89956f4 br: split ranges time be a duration instead of sum of the split time of all nodes. (#28708) 2021-10-12 09:51:25 +08:00
fd42198c39 server: handle clients without authplugin support (#27931) 2021-10-11 23:39:25 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
9f094cc865 statistics: fix auto analyze triggered out of specified time (#28703) 2021-10-11 17:53:25 +08:00
38f05d1f4b executor: Add TiKV read throughput metric (#28701) 2021-10-11 17:37:25 +08:00
e8f4e47798 expression: no-op implementation for load_file to support Navicat (#28216) 2021-10-11 16:33:26 +08:00
62bc4d5b54 cmd, server: support system variable character_set_results (#27875) 2021-10-11 16:17:25 +08:00
7e184f1d01 lightning: support dm set session variables and remove checkpoint. (#28471) 2021-10-11 15:13:25 +08:00
32f96fef77 expression: make infer collation support the expressions with different charset (#27863) 2021-10-11 14:51:25 +08:00
dbfc28239b lightning_web: update npm (#28702) 2021-10-11 14:25:25 +08:00
9b13dc409c *: Delete parser/.github directory (#28685) 2021-10-11 11:11:25 +08:00
2f9d591ef7 session: migrate test-infra to testify for tidb_test.go and bootstrap_test.go (#28555) 2021-10-11 10:19:24 +08:00
6e70be97c2 .github: add CODEOWNERS file to implement config review (#28249) 2021-10-09 21:53:24 +08:00
219c02e962 statistics: avoid mutate global variable (#28678) 2021-10-09 17:47:24 +08:00
501e87ec44 planner: fix the issue that some PointGet plans generated in physical-stage cannot be cached (#28478) 2021-10-09 17:33:24 +08:00
1a0770b235 tidb-server: prevent the misuse of the terror API (#28438) 2021-10-09 16:37:24 +08:00
711e27e991 planner: check whether the plan is valid in skylinePruning first (#28655) 2021-10-09 15:29:24 +08:00
1555ebd1bc *: Forbid tablesample for local temporary table (#28672) 2021-10-09 15:19:23 +08:00
xhe
1001bcc54e [parser] remove replace check
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
xhe
fc964cf92e [parser]: modify module name
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
xhe
94982a2c69 [parser] fix errdoc
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
xhe
2d19d7cf14 [parser] go mod tidy
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
xhe
eecb7b4771 [parser] ignore license check for now
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
xhe
f86cbd1762 [parser] use the submodule
Signed-off-by: xhe <xw897002528@gmail.com>
2021-10-09 14:53:23 +08:00
77e63887f2 [parser] mysql: add references priv in AllColumnPrivs (#1358) 2021-10-09 14:53:23 +08:00
a1ff6f89c9 [parser] Create TMP Tables issue fix (#1359) 2021-10-09 14:53:23 +08:00
83d66f517c [parser] terror: provide a RegisterFinish API (#1352) 2021-10-09 14:53:23 +08:00
e85391f97a [parser] parser: support hexLit and binaryLit for load data lines (#1355) 2021-10-09 14:53:23 +08:00
db3b91a0b6 [parser] *: Support syntax of "CREATE/ALTER DATABASE [DEFAULT] PLACEMENT POLICY ..." (#1351) 2021-10-09 14:53:23 +08:00
99525690f1 [parser] Implement interface for acquiring literal value (#1350) 2021-10-09 14:53:23 +08:00
f4591b0e80 [parser] model: support database placement option and partition placement option (#1342) 2021-10-09 14:53:23 +08:00
bd299b990e [parser] charset: fix Encoding.Encode() and add some tests (#1344) 2021-10-09 14:53:23 +08:00
a68e007548 [parser] mysql: fix MaxDurationWidthWithFsp (#1345)
Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com>
2021-10-09 14:53:23 +08:00