Commit Graph

1832 Commits

Author SHA1 Message Date
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
4ca1daa3c1 Fix outline bug 2023-05-12 03:16:41 +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
8dc9ed868a [to 49511006] fix select complex type value core 2023-05-11 13:31:14 +00:00
b8ce00f94c [to #49620051]fixed local unstream cursor reopen to local stream cursor mem core dump 2023-05-11 13:26:01 +00:00
d5854e43fc fix mysqltest case 2023-05-11 13:20:39 +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
sdc
6a97c6f04e fix first buffer not first bug 2023-05-11 12:16:42 +00:00
d89b3ef9ef [to #49328715] fix a -4016 problem of trigger parser 2023-05-11 12:11:23 +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
8eba126aca fix simplify group by cause group_concat result error 2023-05-11 09:04:33 +00:00
95dc4939b6 fix kill 15 issues 2023-05-11 08:52:56 +00:00
635cd39eda fix subquery coalesce cause update 4016 2023-05-11 08:41:57 +00:00
857ed98699 Disable mysql SO UDF. 2023-05-11 08:29:45 +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
1c0685460b [4.x] not return 4016 for empty xid in mysql xa 2023-05-11 02:27:58 +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
6bb1a8b703 [to #49482918] fix error code of combined usage of Ordinal binding and Named binding 2023-05-10 14:15:20 +00:00
ed4922aca0 [CP] Support sequence currval session sync via obproxy 2023-05-10 14:09:19 +00:00
cb396c38f2 [BUGFIX]fix lob bugs 2023-05-10 13:57:06 +00:00
bf7035b688 fix some bug 2023-05-10 13:45:59 +00:00
39e9b1b0d7 bugfix : [49581233]oracle json fast parse and normal parse mismatch && xmltype cast need deep copy[49490646] 2023-05-10 13:40:09 +00:00
cb1af1dc53 Fix estimate row count of data inserted by current trx 2023-05-10 13:28:12 +00:00
e23cc9ead4 Fix ora_decode precision and scale error 2023-05-10 13:22:43 +00:00
ddca87aa3d Fix const number of fast parse and normal parse is different 2023-05-10 13:17:17 +00:00
d2424c13db [CP] add with_subquery, generate_with_clause, group by placement parameters 2023-05-10 09:38:30 +00:00
01e566ca07 [xml bugfix] irregular xlst in xml transform bugfix 49538940; xmlserialize in pl indent bugfix 49543617; 2023-05-10 09:03:45 +00:00
4a5f184671 [to #49511006] fix core at resolve_field_list when select complex type value 2023-05-10 08:57:35 +00:00
6a42a36864 fix wrong output bug for group join buffer 2023-05-10 05:51:43 +00:00
253e483237 BugFix:Add Column 'Expression' to 'show index from' 2023-05-10 05:35:36 +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
377f02cd3f [XML] fix xml view merge into 2023-05-10 05:03:01 +00:00
f27495534e Fix:session self-validation error 2023-05-10 04:57:37 +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
f0c4ce4af1 Fix: control info can't be verified 2023-05-09 19:26:47 +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