Commit Graph

532 Commits

Author SHA1 Message Date
80a6b1d58e fix align_date4cmp get_double problem 2023-09-14 11:14:09 +00:00
8915b19f61 Fix: column_conv type inference set wrong collation_level 2023-09-14 09:10:25 +00:00
89260ce666 invalid tenant id bugfix: tenant_id check with ddl_info_ 2023-09-14 07:51:25 +00:00
1f0c63c0d7 bugfix: json_set order & JsonBaseCmp bugfix 2023-09-14 04:17:52 +00:00
1db0d89765 fix sign expr bug 2023-09-13 13:14:13 +00:00
f2a538942f to issue<52166867>:fix core when using object construct function if input argument is null 2023-09-13 07:40:11 +00:00
e4415822c8 fix bug: update set should report error when charset convert error 2023-09-13 07:10:33 +00:00
105d1b66c2 fix json-array exceeding max depth bug 2023-09-13 04:17:18 +00:00
fe15aec896 make regexp functions be valid for generated column in mysql 2023-09-11 07:14:27 +00:00
794549cf22 Add normal_date_expr to the rewriting phase to solve the problem of comparing illegal date constants with date columns. 2023-09-11 07:10:43 +00:00
53a02c619d [to #52021144] fix(expr): make max VARCHAR2 length compatible with oracle MAX_STRING_SIZE=EXTENDED mode 2023-09-11 03:44:05 +00:00
4a904949c2 fix correctness bug of replacing zerofill column expr 2023-09-09 13:42:25 +00:00
5b773f1b88 fix validate password bug of special char 2023-09-08 14:21:17 +08:00
23e5e34042 fix result type merge error when func contain enum and char 2023-09-08 12:33:13 +08:00
73ae6ba395 add log for repeat/space cost too much memory 2023-09-08 11:51:25 +08:00
4f2cb1d056 fix cast int zerofill to text utf16 bug 2023-09-05 08:49:06 +00:00
38cdda42f8 Fix substr result type in mixing run of different versions of observer 2023-09-01 15:14:24 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
df933519e7 fix:json agg coredump bug as no deep copy string value 2023-08-30 07:10:34 +00:00
e024bcd778 fix mysqltest for implicit cast of charset convert 2023-08-30 05:10:36 +00:00
b2520806ee to issue<51872346>:fix core when access uninit memory 2023-08-30 02:44:10 +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
220556e5be fix exec context do not release temp expr ctx leads memory leak 2023-08-29 09:40:32 +00:00
0697e7f776 [FEAT MERGE]JSON_TABLE EXPR Implement IN MySQL Mode && dbms lob implement
Co-authored-by: skylhd <dickylhd@gmail.com>
2023-08-29 05:18:37 +00:00
886a2c7275 [to #50702943]fixed some define_array/execute_and_fetch bug 2023-08-28 11:40:33 +00:00
53e98c7750 to issue<51805002>:fix pltemp memory leak 2023-08-28 07:40:29 +00:00
643f28f54a [CP] [CP] [to #51457237]fix bug subquery result collation in PL 2023-08-28 04:51:36 +00:00
6893f76763 to issue<50473724>:fix pltemp memory leak about set expr 2023-08-25 07:18:03 +00:00
e510646f63 Fix core at number format model 2023-08-24 12:10:26 +00:00
22a9b2252c [FEAT MERGE] support aead in tde
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-24 04:10:29 +00:00
01a8cc78da bugfix json_object with year data core dump 2023-08-23 02:10:22 +00:00
ad74fb0068 [CP] [to #51373389] fix user privilege check of AUTHID DEFINER routines 2023-08-22 09:18:19 +00:00
fc317ca70a sync bugfix:oralce json-agg func coredump bug 2023-08-21 10:40:29 +00:00
392f7dfe04 fix is_unicode_valid bug 2023-08-18 12:20:18 +08:00
3bd00fdbb4 Runtime Filter Optimization 2023-08-18 12:11:53 +08:00
902896a63e compat convert mistaken code with oracle 2023-08-18 11:44:56 +08:00
cd3e528819 fix to_type() bug 2023-08-17 10:47:24 +00:00
9146a24817 [xml bugfix] xml encoding bugfix 2023-08-17 10:36:01 +00:00
d2cd503be2 Fix coalesce bug 2023-08-17 09:55:36 +00:00
09f80e6a68 fix some bugs 2023-08-17 17:06:37 +08:00
c1d282d2f9 [xml bugfix] nvl bugfix 2023-08-16 05:10:31 +00:00
2bb6877cdd fix find in set bug 2023-08-15 07:18:46 +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
5d0ad0e767 fix mysqltest 2023-08-14 14:42:37 +00:00
618ad9980b fix expr concat upgrade compatibility bug 2023-08-14 02:12:34 +00:00
e88540ebc8 to issue<44184376>:fix udf argument issue 2023-08-11 07:42:30 +00:00
766e0c2c35 [CP] [to #51304280]fix bug nested udf 2023-08-11 03:54:52 +00:00
4c7c89c2fd [to #48216783] fix array access out of range error report 2023-08-10 11:48:28 +00:00
a0e110cc8a fix bugs 2023-08-10 08:18:37 +00:00