Commit Graph

13958 Commits

Author SHA1 Message Date
0752869945 topsql: add others to record all evicted item's data (#25910) 2021-07-15 15:51:33 +08:00
76c5fd0e26 planner: add warnings about joins when tidb_enforce_mpp is enabled. (#26246) 2021-07-15 15:31:32 +08:00
5ec3b34f2d go.mod: update client-go to the new version (#26256) 2021-07-15 15:19:32 +08:00
0516e36082 ddl: Remove useless const in DDL worker (#26218) 2021-07-15 14:33:34 +08:00
2c6446c742 *: update BR to latest master version (#26245) 2021-07-15 14:25:33 +08:00
1641b3411d executor: fix expression field for show keys from (#26119) 2021-07-15 10:29:33 +08:00
b6e8d6ccc3 cmd/ddltest: accelerate test speed (#26114) 2021-07-15 10:05:33 +08:00
1d0a4b78af planner: check the collations when building union plan (#25338) 2021-07-14 20:17:33 +08:00
737fa5b743 store/gcworker: remove NotifyDeleteRangeTask after UnsafeDestroyRange (#26247) 2021-07-14 17:49:33 +08:00
07739b7467 util/hack: remove pingcap/check for utils/hack (#26184) 2021-07-14 16:25:32 +08:00
f3c5c1ec90 expression: fix incompatible timestamp conversion between mysql and tidb (#25612) 2021-07-14 15:59:33 +08:00
1ecae3d1d8 ddl: stop DDL retry when partition ID is not found in truncate partition (#26232) 2021-07-14 14:49:32 +08:00
ed659df5e3 util/profile: migrate test-infra to testify (#26205) 2021-07-14 11:05:32 +08:00
3a5f434aad txn: change lock into put record for unique index key lock (#25730) 2021-07-14 10:57:32 +08:00
00a4c12d9d format: fix check (#26198) 2021-07-14 10:23:34 +08:00
9abf9d0bb4 *: reduce NewRuntimeStatsColl() object allocation (#26164) 2021-07-13 18:33:32 +08:00
a3919e3af3 ddl, meta: support altering auto_increment ID to a smaller value (#25868) 2021-07-13 17:39:33 +08:00
88cbdecc58 planner: Forbide create view on tmp table (#26091) 2021-07-13 16:57:32 +08:00
xhe
e04181b351 executor: forbid read from stale query result (#25954) 2021-07-13 16:49:32 +08:00
d696ce33a7 mpp: check the tiflash availabilities before launching mpp queries. (#26130) 2021-07-13 15:21:32 +08:00
94ed411ab8 util/ranger: fix wrong range calculation of prefix index when appending ranges to point ranges (#26066) 2021-07-13 14:07:32 +08:00
276a669efe planner: Keep view always select non-local-temporary table (#26087) 2021-07-13 12:49:31 +08:00
118671d990 *: move initial of membuff for temporary table to when table create (#26131) 2021-07-13 11:47:31 +08:00
54f18d5130 util/mock: migrate test-infra to testify (#26159) 2021-07-13 11:35:32 +08:00
93b5df2ef7 util: migrate test-infra to testify (#26158) 2021-07-13 11:27:32 +08:00
e28cc0fe56 util: support soft limit for memory tracker (#25820) 2021-07-13 11:19:32 +08:00
12a07d7004 test: cleanup mocktikv usage (#26118) 2021-07-13 10:43:32 +08:00
a2fd92f720 server: add details to runTestInfoschemaClientErrors output (#26011) 2021-07-13 10:13:32 +08:00
8f8dcf3a06 *: temporarily skip some unstable test cases (#26149) 2021-07-12 20:21:32 +08:00
ran
cca32e22dd util/arena: migrate test-infra to testify (#26116) 2021-07-12 20:09:32 +08:00
00e19642e5 planner/core: fix duplicate enum items (#26145) 2021-07-12 19:29:32 +08:00
13bad8579f executor, privilege: require CONFIG privilege for is.cluster_config (#26071) 2021-07-12 18:57:32 +08:00
7ee78d1e35 executor: fix a bug that cte.iterOutTbl did not close correctly (#26129) 2021-07-12 18:31:32 +08:00
d070f708cd load: fix load data with non-utf8 will succeed (#26054) 2021-07-12 17:45:32 +08:00
9f0bd37cbe statistics: avoid lock leak if error happens when reloading stats (#24753) 2021-07-12 17:27:32 +08:00
52f1e0e52d docs/design: Support Spilling Unparalleled HashAgg (#25792) 2021-07-12 17:17:32 +08:00
0db5df550b planner: rename stable-result-mode to ordered-result-mode (#26093) 2021-07-12 16:01:32 +08:00
52e6600437 session: reduce TxnInfo object allocation (#26040) 2021-07-12 15:23:32 +08:00
eaa0ef476e *: optimize MemTracker object allocation in point get (#26064) 2021-07-12 14:19:25 +08:00
50204b15af *: Add documentation to the checklist (#25909) 2021-07-12 12:53:32 +08:00
b7ca7ca8c5 kv: migrate test-infra to testify (#26101) 2021-07-12 12:45:31 +08:00
xhe
c8bcc3b92f executor: only forbid setting tidb_snapshot in stale txn (#25794) 2021-07-12 11:25:32 +08:00
d4a17a6151 expression: mod check null if zero (#26109) 2021-07-12 10:59:31 +08:00
98b2c88045 errno: migrate test-infra to testify (#26082) 2021-07-10 14:29:31 +08:00
372c529c16 expression: add builtin function `json_merge_patch` (#24711) 2021-07-10 13:13:31 +08:00
94194679a4 *: finish insert/point_get for local temporary table (#26053) 2021-07-09 18:13:30 +08:00
be28c4a8af go.mod: update client-go to reduce object allocation (#26045) 2021-07-09 16:25:30 +08:00
7670912948 session: Fix txn.onStmtEnd is not called when some special error occurs in ExecutePreparedStmt (#26056) 2021-07-09 13:59:30 +08:00
6825c1c027 planner: avoid alloc for paramMarker in buildValuesListOfInsert (#25996) 2021-07-09 11:13:30 +08:00
c6680e999b *: update client-go and update mocktikv usages (#25911) 2021-07-09 10:57:32 +08:00