Commit Graph

421 Commits

Author SHA1 Message Date
e344e593fd fix pushdown state func into subplan bug 2023-09-01 03:14:24 +00:00
386d16f1a1 remove shuffled server list of temp table 2023-08-31 13:10:50 +00:00
f0661d33d5 fix tpcds execute plan different with explian plan 2023-08-31 02:10:37 +00:00
044fadf593 [FEAT MERGE]:Merge foreign key feature to master
Co-authored-by: YangEfei <yangyifei96@outlook.com>
2023-08-30 13:10:42 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
9cc1cce24d do not push down some filters when generate plan 2023-08-29 04:40:36 +00:00
0d518748e6 fix ObTableLocation::part_hint_ids_ deserialize bug 2023-08-25 12:40:17 +00:00
dc3b38fc59 add _hash_join_enabled/_optimizer_sortmerge_join_enabled/_nested_loop_join_enabled parameters 2023-08-25 10:10:33 +00:00
e0b1dda713 [FEAT MERGE] Phase one of 3A project
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: yangzhifeng <yangzhifeng83@gmail.com>
2023-08-25 08:44:14 +00:00
56ee77a670 fix data type bugs in transformer 2023-08-25 08:40:28 +00:00
d61b55b5e4 [CP] [CP] Fix RCTE plan bug 2023-08-25 05:44:11 +00:00
462b79ccff fix local merge into with empty partitions bug 2023-08-21 10:44:12 +00:00
00d479878b fix some optimizer stats bug 2023-08-18 08:17:39 +00:00
3bd00fdbb4 Runtime Filter Optimization 2023-08-18 12:11:53 +08:00
c550060ac7 [FEAT MERGE] memtable support dynamic sample
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-17 17:19:49 +08:00
7d7e68e967 fix some dup table bugs 2023-08-15 10:10:47 +00:00
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
9b3f07d4ad add for insert values statement split&rewrite batch optimization 2023-08-14 15:12:40 +00:00
02a2a424fa Fix RCTE bugs 2023-08-11 03:48:48 +00:00
ad5fdf9fea remove core at keybtree, adjust sort keys for unique index 2023-08-10 08:42:33 +00:00
e0a0ce93bd fix several compatibility bug 2023-08-10 03:42:46 +00:00
985ef218d4 Release the restriction of only reading the leader replica under the retry situation. 2023-08-10 03:12:34 +00:00
2820fea30b fix ret code is changed when alloc memory failed 2023-08-09 13:54:25 +00:00
7194825a19 fix pushdown none const exprs into set query bug 2023-08-09 10:42:35 +00:00
2e28ad4ffa Fix: There is a shared expression in the virtual generated column, which causes an error 2023-08-08 10:48:42 +00:00
9eabf48afa revert test code in ob_table_location.cpp 2023-08-08 07:48:57 +00:00
cf27086ec5 fix mysqltest 2023-08-08 07:19:05 +00:00
af62662569 support extract query range with user var and fix some bugs 2023-08-08 06:13:14 +00:00
ca5f363b3d fix create inner path bug 2023-08-08 04:42:25 +00:00
7d5247651d fix partition calc bug 2023-08-07 12:48:35 +00:00
f6de91c495 [CP] fix label security bug 2023-08-07 03:48:20 +00:00
88430a9d96 Fix temp table related bugs 2023-08-04 10:18:35 +00:00
e5f2807901 fix allocate multi part dml bug after or expansion transformation 2023-08-04 04:24:25 +00:00
43474aa72e fix pushdown none const filter bug 2023-08-04 02:54:19 +00:00
45f0c463a3 disable values expr using not onetime subquery 2023-08-03 03:42:17 +00:00
45f2690b0a fix some bugs related to cte and ctas 2023-08-02 05:42:29 +00:00
635b9ff62b fix miss check partition key type when check sharding equal 2023-08-02 03:42:17 +00:00
e3527955a7 [CP] fix partition pruning failed for oracle hash partitioned table 2023-08-01 20:48:19 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
559145f72d bugfix: lost some join pred 2023-07-31 13:42:21 +00:00
sdc
eb56572391 [CP] fix not mark GI as partition-wise bug 2023-07-28 06:54:17 +00:00
fbce1c5965 fix bug select for update ... skip locked can't execute parallen 2023-07-28 03:18:10 +00:00
89d5d2bb5e fix weak read disabled due to spm retry or explain retry 2023-07-26 06:42:22 +00:00
3ec3d5bcc5 [to #50537108]fix bug trigger error when exist virtual column and udf at the same time 2023-07-25 10:18:39 +00:00
2fac441fd9 fix allocate window function bug in mysqltest,update failed mysqltest 2023-07-21 03:48:57 +00:00
401306c2e5 Fix lossless cast bug 2023-07-20 11:12:30 +00:00
ea1c7c53d2 fix 4377 error because of mysql non strict mode 2023-07-20 01:48:02 +00:00
76c8a644a0 [CP] [CP]implement query range cost model 2023-07-19 10:42:16 +00:00