Commit Graph

13507 Commits

Author SHA1 Message Date
d5e0ed0aae ddl: ban the setting replica for tables in system database (MySQL) (#24745) 2021-05-24 22:13:33 +08:00
9865d51f79 planner: fix the ORDER BY column not match the GROUP BY clause (#24708) 2021-05-24 20:29:34 +08:00
xhe
bfdad7c752 *: milisecond test and infoschema fix (#24820) 2021-05-24 18:27:34 +08:00
b7c93e8952 variable: remove radix join variable (#24566) 2021-05-24 18:05:34 +08:00
26cf50ebe5 executor: implement cteutil.Storage (#24193) 2021-05-24 17:49:34 +08:00
23ce65724a planner: rewrite LIKE as range for expression index (#24250) 2021-05-24 17:25:33 +08:00
9d8935e39a executor: add partition test with expression (#24744) 2021-05-24 16:27:33 +08:00
559a0067fa store/tikv: extract methods for LockCtx (#24736) 2021-05-24 15:59:33 +08:00
5acff639cb docs: add the temporary table design proposal (#24168) 2021-05-24 14:21:33 +08:00
2e7ace474c ci acceleration: reduce execution time for TestDirectReadingWithAgg (#24818) 2021-05-24 14:05:33 +08:00
a126b06a1d ddl: the clustered index primary key conflict prompt information is not an index value (#24831) 2021-05-24 13:31:33 +08:00
375e438be4 session, variable: invert builtinGlobalVariable from allow to deny list (#24836) 2021-05-24 12:29:33 +08:00
0191281b92 session: improve collation_server handling (#24835) 2021-05-24 11:55:33 +08:00
19e100c27a expression: add integration test for JDBC's SHOW VARIABLES (#24834) 2021-05-23 23:31:32 +08:00
49f614e05f executor: add a test case for 'tidb_constraint_check_in_place' on temporary table (#24784) 2021-05-22 02:58:21 +08:00
163eb5f03c planner: Implement PointGet in TryFastPlan for range/list paritition table (#24588)
* implement PointGet in TryFastPlan for range/list partition
2021-05-22 01:23:53 +08:00
032d34c750 executor: fix index join panic on prefix index on some cases (#24568) 2021-05-21 16:06:21 +08:00
35f5ff4407 executor: remove the unnecessary use of fmt.Sprintf (#24815) 2021-05-21 15:54:21 +08:00
17e8561040 ddl: speed up the execution time of ddl test and Test Chunk #7 ddl-other (#24780) 2021-05-21 14:14:21 +08:00
6833280fab *: update go.etcd.io/bbolt (#24799) 2021-05-21 12:58:21 +08:00
e167b26e11 ddl: grammar check for create unsupported temporary table (#24723) 2021-05-21 11:28:21 +08:00
327638c874 util/stmtsummary: remove import package tikv (#24776) 2021-05-21 10:34:21 +08:00
55d26c5832 region_cache: filter peers on tombstone or dropped stores (#24726) 2021-05-21 10:16:22 +08:00
bc7f18229e README: remove the link of TiDB Monthly Update (#24791) 2021-05-20 23:58:21 +08:00
4000975ad1 privileges: improve dynamic privs registration and tests (#24773) 2021-05-20 22:56:21 +08:00
a2b9cb0929 config: ignore tiflash when show config (#24770) 2021-05-20 22:44:22 +08:00
789874e201 store/tikv/retry: define Config instead of BackoffType (#24692) 2021-05-20 22:06:21 +08:00
db71d7fb83 test: record random seed in TestIssue20658 (#24782) 2021-05-20 21:54:21 +08:00
b91aeedab7 planner: add tests for partition range boundaries for LT/GT (#24574) 2021-05-20 21:34:22 +08:00
bcfe952921 executor: Fix unstable TestTiDBLastTxnInfoCommitMode (#24779) 2021-05-20 21:22:22 +08:00
6bfc5f8b44 *: support AS OF TIMESTAMP read-only begin statement (#24740) 2021-05-20 20:54:22 +08:00
40a8ae7711 ddl: make TestDropLastVisibleColumns stable (#24790)
* ddl: make `TestDropLastVisibleColumns` stable
2021-05-20 20:42:17 +08:00
ca23f55d89 expression: add builtin function `json_pretty` (#24675) 2021-05-20 19:36:22 +08:00
013b3f1f49 executor: add table name in log (#24666) 2021-05-20 18:34:22 +08:00
5be8a65633 expression: support cast real/int as real (#24670) 2021-05-20 18:00:22 +08:00
542da5d60b *: prepare errors for CTE (#24763) 2021-05-20 06:03:40 +08:00
c8c2726f3e ddl: speed up the execution time of TestBackwardCompatibility. (#24704) 2021-05-20 05:51:40 +08:00
b54603637c store/tikv: remove Variables.Hook (#24758) 2021-05-20 04:49:40 +08:00
20e467a046 executor: add some test cases about dynamic-mode and apply operator (#24683) 2021-05-20 03:29:41 +08:00
651e041201 ranger: fix incorrect enum range for xxx_ci collation (#24661) 2021-05-20 03:17:41 +08:00
28f4d79a0b executor: fix wrong enum key in point get (#24618) 2021-05-20 03:05:41 +08:00
a2278dfdf5 oracle: simplify timestamp utilities (#24688) 2021-05-20 02:53:41 +08:00
d1a5fa3ac9 planner: add range partition boundaries tests with BETWEEN expression (#24598) 2021-05-20 02:05:41 +08:00
9fe83e759f docs: Some proposal for renaming and configurations for Lock View (#24718) 2021-05-20 01:53:41 +08:00
3904ca3e4e infoschema, executor: Add the deadlock table (#24524) 2021-05-20 00:21:42 +08:00
15dfd7bdd3 *: Implementing RENAME USER (#24413) 2021-05-20 00:09:41 +08:00
1136126991 variable: fix sysvar datarace with deep copy (#24732) 2021-05-19 23:55:42 +08:00
89cf970202 executor: add correctness tests about direct reading with indexJoin (#24497) 2021-05-19 22:03:42 +08:00
f71fbdb179 execution: fix the incorrect use of cached plan for point get (#24749) 2021-05-19 21:01:42 +08:00
8fb29eb17e kv: move TxnScope into kv (#24715) 2021-05-19 20:01:42 +08:00