Commit Graph

71 Commits

Author SHA1 Message Date
23f7e51ae0 *: Use the new CI script as default (#31752)
close pingcap/tidb#31893
2022-01-27 21:25:13 +08:00
ec3ae9fc42 *: refine some tests related to the collation (#32000)
ref pingcap/tidb#31625
2022-01-27 11:51:13 +08:00
7647c2b9b0 parser: parse gbk encoding SQL token by token instead of the whole SQL (#31039)
close pingcap/tidb#30765
2021-12-28 22:07:49 +08:00
2e79433b71 test: merge executor's serial tests to other tests (#30711) 2021-12-15 19:36:35 +08:00
66dfc703b5 executor: TestBatchGetandPointGetwithHashPartition test typo (#29669) (#29671) 2021-12-08 15:51:56 +08:00
ffd59ec088 planner: show accessed partition when explain mpp query over partition table (#30367) 2021-12-07 13:53:56 +08:00
xhe
94e30df8e2 parser: fix compiling, add unit tests (#28700) 2021-10-11 23:15:25 +08:00
7755d25aba *: Integrate SkyWalking-eyes to check license headers in CI and fix licenses headers (#27198) 2021-08-16 18:52:00 +08:00
cdc03978c1 executor: fix table id to partition id mapping in select lock executor (#26380) 2021-07-21 17:23:35 +08:00
eeb534147e planner,executor: fix batch point get for update read panic on partition table (#25652) 2021-06-22 14:59:04 +08:00
9acd2ec455 planner: fix the risk of integer overflow when locating partitions (#25599) 2021-06-22 11:20:54 +08:00
5645edeec6 planner,executor: fix point get for update read panic on partition table (#25537) 2021-06-18 12:22:38 +08:00
2653b128ed planner: forbid BatchPointGet on tables partitioned by compound expressions (#25538) 2021-06-18 11:02:38 +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
fc48db9743 executor: check the length of lookUpContent in prunePartitionForInnerExecutor (#25426) 2021-06-15 18:16:36 +08:00
7e9c912b1c executor: temporarily skip some unstable test cases (#25335) 2021-06-10 18:12:29 +08:00
f81ef55795 planner: solve an incompatible issue about dynamic-mode and TiFlash and enable dynamic mode by default (#25255) 2021-06-08 20:08:28 +08:00
b07942836f planner: fix a panic caused by sinking a Limit with inlined Proj into IndexLookUp when accessing a partition table (#25063) 2021-06-04 13:54:27 +08:00
f966a3d9fb executor: fix the wrong KVRange for partition tables in TableReader (#25047) 2021-06-02 17:30:43 +08:00
02b4f3bcc8 executor: add more cases about dynamic-mode with plan-cache and transaction (#24998) 2021-06-01 11:23:36 +08:00
ac04473227 planner, executor: support batchget for range and list partition table (#24856) 2021-05-28 21:01:35 +08:00
cea4e20689 executor: fix the unstable test TestDML (#24960) 2021-05-28 20:33:35 +08:00
59ee6f8d01 executor: add more cases about dynamic-mode with union/DML/subquery (#24864) 2021-05-26 14:19:34 +08:00
681d8ccd16 executor: update memIndexLookUp to make it can read partition table correctly and add more cases about dynamic-mode with UnionScan (#24877) 2021-05-25 17:37:33 +08:00
2580240dde *: pass sql, plan digest down to KV request (#24854) 2021-05-25 15:47:33 +08:00
xhe
bfdad7c752 *: milisecond test and infoschema fix (#24820) 2021-05-24 18:27:34 +08:00
9d8935e39a executor: add partition test with expression (#24744) 2021-05-24 16:27:33 +08:00
2e7ace474c ci acceleration: reduce execution time for TestDirectReadingWithAgg (#24818) 2021-05-24 14:05:33 +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
35f5ff4407 executor: remove the unnecessary use of fmt.Sprintf (#24815) 2021-05-21 15:54:21 +08:00
b91aeedab7 planner: add tests for partition range boundaries for LT/GT (#24574) 2021-05-20 21:34:22 +08:00
20e467a046 executor: add some test cases about dynamic-mode and apply operator (#24683) 2021-05-20 03:29:41 +08:00
d1a5fa3ac9 planner: add range partition boundaries tests with BETWEEN expression (#24598) 2021-05-20 02:05:41 +08:00
89cf970202 executor: add correctness tests about direct reading with indexJoin (#24497) 2021-05-19 22:03:42 +08:00
883c7fb87c planner: add partitioning pruning tests for range partitioning (#24554) 2021-05-19 10:57:40 +08:00
f5a362d229 executor: add correctness tests about IndexMerge (#24674) 2021-05-19 08:03:40 +08:00
49d21dd9a8 executor: add correctness tests for partition table with different joins (#24673) 2021-05-18 15:25:40 +08:00
c20d496dd7 executor: add test cases about partition table with expression (#24628) 2021-05-17 14:23:39 +08:00
09e95b9028 planner: fix wrong column offsets when processing dynamic pruning for IndexJoin (#24659) 2021-05-17 11:51:39 +08:00
0eefeecd1b executor: add some test cases about partition table dynamic-mode with split-region (#24665) 2021-05-17 11:37:39 +08:00
4d7fcbb3df executor: add correctness tests about direct reading with ORDER BY and LIMIT (#24455) 2021-05-14 17:33:38 +08:00
18cbfaac15 *: enable gosimple linter (#24617) 2021-05-14 09:15:38 +08:00
61131c6f1d executor: add partition pruning tests for adding and dropping partition operations (#24573) 2021-05-13 00:47:39 +08:00
263a47e85c executor: add a test for dynamic partition prune mode with equal expression (#24520) 2021-05-11 15:51:39 +08:00
d27fda32fb executor: add correctness tests about direct reading with aggregations (#24491) 2021-05-11 11:59:39 +08:00
f13f696400 executor: add correctness tests about PointGet and BatchGet (#24467) 2021-05-11 10:57:38 +08:00
xhe
5e9e0e6e37 *: consitent get infoschema (#24230) 2021-05-10 21:00:36 +08:00
0581cb4ed9 executor: add some test cases about partition-table dynamic mode with view (#24448) 2021-05-10 18:47:27 +08:00
5d1958b82b planner: add some test cases about partition-table dynamic mode with global-stats and SQL binding (#24430) 2021-05-07 20:08:41 +08:00