Commit Graph

1781 Commits

Author SHA1 Message Date
64df4d7271 fix case when, returning with xmltype incompatible 2023-05-15 08:21:48 +00:00
b1ef77c953 disable implicit cast between gb18030 and gb18030_2022 when insert 2023-05-15 04:41:21 +00:00
0ff05b2832 Remove the restriction of max_table_load_session_count in direct-load data 2023-05-15 03:46:35 +00:00
25728606d3 [BUGFIX]fix hex to text null 2023-05-15 03:21:41 +00:00
6a8ad504cd fix a sql_mode bug and some mysqltests 2023-05-15 03:16:25 +00:00
ecdc3d2fde server id persistence 2023-05-12 12:41:17 +00:00
bddcfc3d68 to issue<49576316>:fix core when package complex variable as udf out param 2023-05-12 06:41:11 +00:00
17114b6933 Fix RF performance degradation. 2023-05-12 06:16:32 +00:00
e56b488630 Fix core at assign datum value 2023-05-12 04:41:12 +00:00
40e9a1b569 fix print global hint bug for set stmt 2023-05-12 04:11:25 +00:00
a9b068daa1 [FEAT MERGE] tablelock_42
Co-authored-by: YangEfei <yangyifei96@outlook.com>
Co-authored-by: joseph12138 <17862707376@163.com>
2023-05-12 03:11:22 +00:00
a8ac8b911f fix: procedure with xmltype inputs not supported 2023-05-12 01:11:19 +00:00
4381d4ce17 [CP] Support nls_initcap in oracle mode 2023-05-11 13:03:57 +00:00
20101d03dd adjust log level from ERROR to WARN 2023-05-11 12:48:13 +00:00
2325157f39 handle error line in parse 2023-05-11 12:37:40 +00:00
aaab6560a1 [FEAT MERGE] 4.x Dup Table
Co-authored-by: Minionyh <minions.yh@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: ChangerR <dingjinchengyx@163.com>
2023-05-11 10:07:21 +00:00
sdc
0509c5f9fe fix vectorized dblink read urowid bug 2023-05-11 09:55:34 +00:00
96edb62834 Fix common array memleak 2023-05-11 09:44:36 +00:00
8bf4d8b3e9 Unfree ptr in adjust_topn_heap when meet error unexpectedly 2023-05-11 09:39:08 +00:00
02849ea1f8 fix bug: ObPxMSCoordOp rescan without resetting row_heap_ 2023-05-11 09:26:39 +00:00
4b927ebc84 [BUGFIX] fix routine return type in lob type 2023-05-11 08:18:05 +00:00
6672b68e98 fix erase interm result with errno 4201 2023-05-11 02:34:05 +00:00
sdc
93283e3726 fix nullif deduce type 2023-05-10 18:10:02 +00:00
f3d62d52ed Fix external table bugs 2023-05-10 14:21:03 +00:00
cb396c38f2 [BUGFIX]fix lob bugs 2023-05-10 13:57:06 +00:00
e23cc9ead4 Fix ora_decode precision and scale error 2023-05-10 13:22:43 +00:00
6a42a36864 fix wrong output bug for group join buffer 2023-05-10 05:51:43 +00:00
5eef4de86d fix some optimizer bugs 2023-05-10 05:19:22 +00:00
a4d3658f03 Fix core at assign datum value 2023-05-10 05:13:52 +00:00
25b2740486 Copy datums for dynamic const exprs in remote stage 2023-05-10 04:52:14 +00:00
0cc8f2bee5 fix hash join core because of const overwrite && fix NL-hash join report 4016 2023-05-09 19:43:02 +00:00
2c1d3153d7 Bugfix for wm_concat memory leak 2023-05-09 19:32:16 +00:00
8afeece673 fix DAS dynamic partition pruning memleak 2023-05-09 19:15:27 +00:00
4108e781d4 [FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com>
Co-authored-by: sdc <njucssdc@gmail.com>
Co-authored-by: seuwebber <webber_code@163.com>
2023-05-09 18:32:04 +00:00
d98f89683d fix merge union get wrong result when batch_size decrease 2023-05-09 18:10:22 +00:00
48fcdf2c45 fix direct load memory leak when an error occurs 2023-05-09 07:38:36 +00:00
22c390d8e6 optimize performance 2023-05-09 07:12:01 +00:00
7a2df88e93 xml bugfix: join table used xmltype and xmltype col use upper create index 2023-05-09 07:08:35 +00:00
b7792b75fe Fix check datum modified error 2023-05-09 06:42:07 +00:00
e6af7509a0 fix external table iter memleak 2023-05-09 03:08:39 +00:00
cbaf61bef6 bugfix: 1. ban xmltype cmp in check; 2. ban xmltype column set number as default value; 3. error code adaptation; 2023-05-08 12:42:10 +00:00
c1a19e5d4f Fix rf msg crash problem 2023-05-08 05:08:42 +00:00
8331f2f878 fix merge set op last_store_row dynamic leak 2023-05-08 04:08:29 +00:00
755ebe4fd8 fix: create table with select xmlexprs, disable returning object type, disable some xml expr called in pl semantics 2023-05-08 03:08:37 +00:00
2a16b851f1 Fix distinct aggregation out of memory error 2023-05-08 02:45:27 +00:00
2343aa1174 fix: xml chinese charactor truncate length no correct & nchar not support & error code not consistent at in or = expr 2023-05-08 02:42:01 +00:00
b05bba4bdd issue<49217722>:fix sql use complex type issues 2023-05-06 13:38:37 +00:00
03695f6cb2 fix osg bugs 2023-05-06 10:38:37 +00:00
5671ac7b40 fix: json_contains bug 2023-05-06 09:45:35 +00:00
d6c6e05727 [FEAT MERGE] log4200
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-05-06 08:15:43 +00:00