Commit Graph

13968 Commits

Author SHA1 Message Date
ran
fd06dbf246 util/checksum: migrate to testify (#26252) 2021-07-15 20:59:33 +08:00
35e19eff7f executor: ingore locks of temporary table for point_get/batch_point_get/select_lock (#26267) 2021-07-15 18:05:33 +08:00
1fd8aa8070 expression: minus/plus/multiply (for Int and Real) check null iff overflow (#26105) 2021-07-15 17:49:33 +08:00
d05b6f4c71 dml: fix index column offset beyond the range (#25699) 2021-07-15 17:29:33 +08:00
2412437041 executor: support spill intermediate data for unparalleled hash agg (#25714) 2021-07-15 17:21:32 +08:00
702ee7c15f config, sessionctx: deprecate streaming config (#25906) 2021-07-15 17:03:33 +08:00
05bedf7cc0 util: fix can use invisible index after admin check table (#26233) 2021-07-15 16:41:33 +08:00
6e72be0013 session, ddl: amend txn correctly when "modify column" needs reorg data with tidb_enable_amend_pessimistic_txn=on. (#26269) 2021-07-15 16:27:33 +08:00
2b192e3149 topsql: refine collect information for DDL and internal SQL (#26047) 2021-07-15 16:13:36 +08:00
60b600ef1a planner/core: always add projection to agg that is pushed to tiflash (#26263) 2021-07-15 16:05:32 +08:00
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