Commit Graph

3958 Commits

Author SHA1 Message Date
c97842e890 executor: optimize warning information when query table information_schema.cluster_config (#24691) 2021-06-22 11:10:54 +08:00
3a1f65a473 test: make test TestIssue25506 stable (#25617) 2021-06-21 21:56:53 +08:00
6454885d4b expression: fix BIT type columns are not padded with left zeros (#25575) 2021-06-21 16:54:53 +08:00
9f18723e6a *: fix bug that write on temporary table send request to TiKV (#25535) 2021-06-21 16:46:53 +08:00
7cafe813a0 server: try to make test TestTopSQLAgent stable (#25399) 2021-06-21 16:38:53 +08:00
O2
449c0c6b42 executor: checking chunk is full precedes filtering (#23963) 2021-06-21 11:52:52 +08:00
58d8b960fa execution: fix dayofweek('0000-00-00') behavior (#21508) 2021-06-21 11:42:53 +08:00
a6f52fb450 types: warning information is inconsistent with MySQL when convert string to double/float (#24889) 2021-06-21 11:06:52 +08:00
xhe
5794e8ccd0 executor: forbid stale read table with tiflash (#25561) 2021-06-18 18:02:38 +08:00
799591a06f session: read local dc replicas automatically for stale read (#25525)
* fix select

Signed-off-by: yisaer <disxiaofei@163.com>
2021-06-18 17:13:38 +08:00
79db8cb3a3 executor: make analyze test be stable (#25547) 2021-06-18 16:02:38 +08:00
5b392334c6 *: temporarily skip some unstable test cases. (#25548) 2021-06-18 14:24:38 +08:00
5645edeec6 planner,executor: fix point get for update read panic on partition table (#25537) 2021-06-18 12:22:38 +08:00
0e32561000 planner: fix getPartitionColumnPos panic (#25524) 2021-06-18 11:30:38 +08:00
2653b128ed planner: forbid BatchPointGet on tables partitioned by compound expressions (#25538) 2021-06-18 11:02:38 +08:00
03847a8ded executor, infoschema: Add cluster_statements_summary_evicted table to TiDB (#25418) 2021-06-17 21:02:38 +08:00
ba77a2f58f planner: select distinct should bypass batchget (#25477) 2021-06-17 20:38:38 +08:00
ed686d1963 executor: fix a stupid mistake in filterTemporaryTableKeys() function (#25521) 2021-06-17 16:20:37 +08:00
57792c3d11 *: Fix ALTER USER privilege requirements (#25461)
* executor, planner: Allow ALTER USER to work on current user


Co-authored-by: Ti Chi Robot <ti-community-prow-bot@tidb.io>
2021-06-17 13:47:53 +08:00
9e08fc559c planner: fix begin statement consumed read_ts wrongly (#25492) 2021-06-17 10:48:37 +08:00
74055f7f0e statistics, executor: fix new collation for analyze version 2 (#25311) 2021-06-17 01:32:37 +08:00
xhe
b43f24fac4 executor: stable tests (#25495) 2021-06-17 00:56:38 +08:00
xhe
3c979129fc executor: mutex snapshot with txn (#25468) 2021-06-17 00:26:37 +08:00
0490590b01 planner,executor: fix 'select ...(join on partition table) for update' panic (#21148) 2021-06-16 23:00:37 +08:00
ed52601e6e executor: check ErrRowDoesNotMatchGivenPartitionSet when inserting rows into a partition table (#25484) 2021-06-16 20:58:37 +08:00
efc774aa5f planner: check filter condition in func convertToPartialTableScan (#25294) 2021-06-16 15:12:37 +08:00
fc48db9743 executor: check the length of lookUpContent in prunePartitionForInnerExecutor (#25426) 2021-06-15 18:16:36 +08:00
c8772c4bce executor: fix incorrect rows returned by TABLESAMPLE (#25357) 2021-06-15 16:36:37 +08:00
0da89207c9 txn: fix panic on duplicate insert on index column len longer than data len (#25414) 2021-06-15 16:00:37 +08:00
xhe
07d0b2d845 planner: forbid prepared stale select in txn (#25375) 2021-06-15 14:30:37 +08:00
39c503ef68 executor: fix panic for point get executor during stale read (#25292) 2021-06-15 13:44:36 +08:00
9321489621 ddl, executor: fix test race in terror (#25405) 2021-06-15 13:16:36 +08:00
b51a9ca71c *: fix sem dynamic privilege permission issues (#25316) 2021-06-15 12:28:37 +08:00
xhe
1a669a38c4 executor: snapshot for (batch) point get not working correctly (#25346) 2021-06-15 12:04:37 +08:00
xhe
9189ec66ac *: stale reads compatible with prepare (#25156) 2021-06-11 19:32:35 +08:00
cc5e161ac0 *: use tikv/client-go/v2 (#25359) 2021-06-11 17:24:35 +08:00
f4e608b8ba util: improve TopSQL reporter memory efficiency (#25195) 2021-06-11 13:16:35 +08:00
b76d4675d5 planner/core: fix bug that injected proj get wrong index. (#25336) 2021-06-11 12:24:35 +08:00
1f0245a821 planner: Revert tidb_allow_mpp modification for downgrade compatibility and add warnings for enforce mpp. (#25302) 2021-06-11 10:28:35 +08:00
faf139eae1 executor: Fix losing the auth string on changing SSL/TLS requirements (#25268) 2021-06-10 23:22:29 +08:00
7e9c912b1c executor: temporarily skip some unstable test cases (#25335) 2021-06-10 18:12:29 +08:00
a8ea9a75f2 store/tikv: make failpoints without code generations (#25247) 2021-06-10 17:58:29 +08:00
56b6797ab1 executor: open childExec during execution for UnionExec (#24899) 2021-06-10 16:02:30 +08:00
37472dc06b store/tikv: move region_* into package store/tikv/region (#25205) 2021-06-10 15:54:30 +08:00
d37062fe51 metrics: Add err label for TiFlashQueryTotalCounter (#25317) 2021-06-10 14:28:30 +08:00
xhe
7d76700ed7 executor: avoid panic in the test (#25114) 2021-06-10 13:38:30 +08:00
0ed8eafa9b executor: add tablesample compatibility for temporary table (#25288) 2021-06-09 21:14:29 +08:00
cbb6f4e64c *: add global system variable tmp_table_size (#24827) 2021-06-09 18:48:30 +08:00
6026b63891 *: update kvrpcpb to not use abbreviations (#25265) 2021-06-09 13:28:28 +08:00
d5a0d176db executor: add history read compatibility for temporary table (#25237) 2021-06-09 13:18:29 +08:00