Commit Graph

415 Commits

Author SHA1 Message Date
098ebfbf83 Disable dynamic sampling for external table 2023-10-20 13:09:43 +00:00
763d2240d5 [CP] Relax the collation type check defense for runtime filters. 2023-10-19 07:09:24 +00:00
f57b979472 fix subplan stack overflow 2023-10-17 13:13:35 +00:00
86d7a2b8d6 Fix core at RCTE 2023-10-17 06:39:31 +00:00
ceaef5c7da fix tenant_role user primary as default 2023-10-16 09:09:00 +00:00
62e21b0cea fix pdml cannot be enabled after rewrite generate joined table 2023-10-16 02:40:26 +00:00
d06948658f [CP] In a multi-level join scenario, batch_rescan cannot be performed when the right branch of NLJ appear to be non-NLJ 2023-10-10 13:47:36 +00:00
af4801cfc0 [CP] fix: fix the core induced by not push back the part expr of foreign key that is parent table mock 2023-10-10 10:09:47 +00:00
3d363ea059 Fix core caused by check_stmt_unique 2023-10-10 09:24:53 +00:00
00c32f328e Fix core at multiset subquery 2023-10-09 12:39:33 +00:00
508120bc1f [CP] fix: fix the core induced by spf batch rescan 2023-09-28 02:43:45 +00:00
47547fac71 fix table location compute bug 2023-09-21 11:40:21 +00:00
f0e08622bd fix index_ss hint failure 2023-09-21 03:40:37 +00:00
062982af03 fix bug: thread count in compile and execute time not consistent 2023-09-21 02:47:53 +00:00
42bd5e0e91 [CP] [CP] fix table location reset incorrectly bug 2023-09-20 16:11:31 +00:00
8b4f1665de add limit to solve slow compute_fd_item 2023-09-20 15:01:11 +00:00
b78a9ca5a0 Add a startup filter for limit 2023-09-20 14:45:59 +00:00
3a1422f11e weak read proxy feedback 2023-09-14 10:10:22 +00:00
94dc17a7f8 fix join reorder bug 2023-09-14 08:40:06 +00:00
0bddf9447f fix a deduce index func expr typo 2023-09-14 05:47:47 +00:00
1769873118 fix some optimizer stat bug 2023-09-14 05:40:21 +00:00
53824d0e67 fix connect by level cannot be pushed down 2023-09-14 05:18:03 +00:00
8f2327f912 Modify the default value of the better_inlist optimization configuration item to True 2023-09-14 02:10:40 +00:00
c8c222deaa Add a rule to force use das if has variable assignments in sql 2023-09-13 13:21:37 +00:00
e831a7f141 Fix core at cost-based rewrite in temp table query 2023-09-13 10:14:07 +00:00
4fc00eb489 fix equalsets use 500 tenant memory 2023-09-13 09:48:07 +00:00
2d06e1eb45 Fix skip scan hint mysqltest 2023-09-13 08:10:38 +00:00
c9ee19a33c Merge branch 'pr_1549' 2023-09-13 05:38:03 +00:00
45573c67e5 Fix bug in skip scan with splitted ranges 2023-09-12 02:10:42 +00:00
6a99c43af7 fix dependent info memory leak bug 2023-09-11 09:17:52 +00:00
68d091760c fix duplicate table bug 2023-09-11 06:44:20 +00:00
32bc1e3d3d push cte preds when generate plan in cost based rewrite 2023-09-11 03:10:33 +00:00
c72fbafe90 Merge branch 'master' of https://github.com/shuangzi52/ob4 into fix_new_05 2023-09-11 10:18:26 +08:00
98807f99aa [BUGFIX] fix join on text and string 2023-09-09 13:49:49 +00:00
6b6a8ca778 bugfix: change errorcode from -4016 to -4013 2023-09-09 12:50:21 +00:00
ad99419dc9 fix skip scan prefix NDV bug 2023-09-09 12:09:59 +00:00
fee6f76595 revert a modification 2023-09-08 19:06:41 +08:00
19a59fc849 Merge branch 'pr_1546' 2023-09-08 15:51:13 +08:00
46cc984ade Merge branch 'pr_1547' 2023-09-08 15:48:46 +08:00
4a3b7dd529 Remove PDML_ENABLE_BY_TRACE_EVENT 2023-09-08 14:04:01 +08:00
0ca39e9932 adjust auto dop 2023-09-08 11:53:52 +08:00
73c770ebab Merge branch 'master' into fix_new_05 2023-09-06 11:23:56 +08:00
a91a0535f3 supporting sub_ctxs for each tenant_ctx_allocator, which can optimize the problem of memory fragmentation. 2023-09-04 02:40:49 +00:00
0b8f0353c5 fix mysqltest introduced by deduce redundant preds 2023-09-01 15:10:40 +00:00
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