Commit Graph

94 Commits

Author SHA1 Message Date
86b8b822b9 fix core caused by missing const flag 2024-02-20 09:46:17 +00:00
60b61c9a6c add docker env to cluster name 2024-02-19 12:42:27 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
cfae8974c1 using same assign exprs in join first rewrite for update stmt 2024-02-09 12:43:12 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +00:00
01d18c752e [CP] to issue<53642848>:fix collect package dependence issue if sql using package udf 2024-02-08 00:44:44 +00:00
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
a97235802c Fix compare routine for questionamrk expr 2024-02-07 20:52:15 +00:00
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
b414155cd5 Bugfix for ObDecimalIntType 2024-02-07 10:43:38 +00:00
2f4a337e83 fix copy shared exec param bug 2024-02-07 06:56:08 +00:00
ae90c30120 Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2024-02-07 04:13:50 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
1e2209de2c using same assign exprs in join first rewrite for update stmt 2024-01-16 10:43:37 +00:00
056e47167d misc refinement 2024-01-11 10:14:47 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
27e485c0ff [CP] to issue<53642848>:fix collect package dependence issue if sql using package udf 2023-12-18 23:47:17 +00:00
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00
de9cd80b7c Fix compare routine for questionamrk expr 2023-12-14 11:13:07 +00:00
58aad590f1 [FEAT MERGE] Solidify session vars for functional index 2023-12-12 06:42:37 +00:00
5c7d80971b Bugfix for ObDecimalIntType 2023-12-05 16:41:48 +00:00
19a1c56239 fix copy shared exec param bug 2023-11-30 09:16:16 +00:00
743740102d Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2023-11-28 15:11:49 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
d3d95a19a3 make state func not to be shared 2023-09-13 13:44:14 +00:00
fe15aec896 make regexp functions be valid for generated column in mysql 2023-09-11 07:14:27 +00:00
19a59fc849 Merge branch 'pr_1546' 2023-09-08 15:51:13 +08:00
ff1d83df68 fix ObRawExpr::add_child_flags bug 2023-09-08 12:38:14 +08: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
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
e067fa2e07 fix some window func bugs 2023-08-14 07:18:41 +00:00
af62662569 support extract query range with user var and fix some bugs 2023-08-08 06:13:14 +00:00
10799656c7 [to #42396335] fix mysqltest 2023-08-07 03:18:24 +00:00
a56c5b6dec Add error codes for sql module, !! Please Read Task Description Carefully!! 2023-08-01 17:18:33 +00:00
772ea65742 fix temporary table bug 2023-07-31 12:42:16 +00:00
b3e8f8f67b [CP] enhance GTT 2023-07-21 09:48:59 +00:00
6f619f09bc Fix print rowid expr bug 2023-07-18 08:48:20 +00:00
sdc
2f80e0251a fix coll pred expr bug 2023-07-18 04:12:23 +00:00
781d80c9b4 Fix to_date bug 2023-07-11 10:18:54 +00:00
4ff18491b9 Fix ps prepare error 4016 2023-06-22 03:18:28 +00:00
90c2c33118 [CP] Fix bug for last_insert_id() 2023-06-14 02:48:21 +00:00
0993ee7420 to issue<50010749>:fix memory leak about forall stmt & searray 2023-05-30 06:41:06 +00:00
2ecf1f811d bugfix: keep func extracted shared expr wrongly 2023-05-29 12:47:05 +00:00
3f332fa853 to issue<38211687><49782442><36841844><33833762>:fix serveral bugs 2023-05-29 09:11:05 +00:00
65d39aaf03 fix shared group by subquery bug 2023-05-23 03:47:33 +00:00
e8e7d25eed [to #49482546] fix compare/order function of object type resolve 2023-05-22 05:47:10 +00:00
e556c2117c Fix some prepared statement bug 2023-05-17 14:22:00 +00:00