Commit Graph

1684 Commits

Author SHA1 Message Date
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
0ac5e967aa Fix memory leak and memory expansion in das group scan. 2023-05-09 18:04:57 +00:00
44824c8521 fix: fix trigger mutating error in mysql mode 2023-05-09 17:54:10 +00:00
baf5ab66b6 fix session lock leak when set dbms_monitor.ob_session_trace_disable 2023-05-09 08:45:41 +00:00
1b2d159c09 fix bug reset_datum_ptr for all das_result_ouput_expr may case performance regression 2023-05-09 07:45:32 +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
0e16cc4545 Fix incorrect accuracy when replacing nvl expr and disable simplify nvl expr in rollup 2023-05-09 06:12:11 +00:00
e6af7509a0 fix external table iter memleak 2023-05-09 03:08:39 +00:00
c22ebcba79 fix bug during the upgrade, it is necessary to disable the generation of plans with trans_info_expr 2023-05-09 02:47:24 +00:00
fda1d9f41b fix mysql comment fast parser param node isn't equal normal parser param node 2023-05-09 02:43:58 +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
994138989a Fix union hash distinct hang 2023-05-08 12:08:39 +00:00
a4f5e20706 fix osg bug and failed cases 2023-05-08 11:46:00 +00:00
162132a9c7 fix unexpected das group rescan bug for spf 2023-05-08 11:38:59 +00:00
067d7b6846 pullup_expr & replace_const outline failed bugfix 2023-05-08 09:42:16 +00:00
3fe7063b93 to issue<49517319>:fix xa start failed issue 2023-05-08 09:08:26 +00:00
5f46913d04 [CP] fix row expr query range death loop bug 2023-05-08 08:15:40 +00:00
a81123864d fix outline fail:eliminate_join&predicate_move_around 2023-05-08 07:15:35 +00:00
c1a19e5d4f Fix rf msg crash problem 2023-05-08 05:08:42 +00:00
c219b5a194 Fix incorrect result when q quote is included in SQL 2023-05-08 04:47:24 +00:00
8331f2f878 fix merge set op last_store_row dynamic leak 2023-05-08 04:08:29 +00:00
c8b3ff602c Fix functional index bugs 2023-05-08 03:41:56 +00:00
5671bf1857 fix shared expr canonicalize bug and const propagate bug 2023-05-08 03:15:27 +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
1d1d1e009e fix generate partition join filter plan bug 2023-05-08 02:38:37 +00:00
cbc4f744dd fix transform any/all to exists logical error 2023-05-08 02:08:41 +00:00
5e0eea169f Fix query range obj cast unset scale for double type 2023-05-07 03:45:54 +00:00
70fa0179cd Fix ps prepare stage error 4016 2023-05-07 03:38:52 +00:00
b05bba4bdd issue<49217722>:fix sql use complex type issues 2023-05-06 13:38:37 +00:00
ccc3ee9784 fix px hang when use px batch rescan and ignore virtual table error 2023-05-06 13:08:29 +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
527f1b1cbb Fix a bug when allocate shared expr in link stmt 2023-05-06 09:38: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
f0fdf277f1 adjust some case owner and fix dynamic sampling bug 2023-05-06 08:12:10 +00:00
aaf2948a86 bugfix : [49401262] xmltype array error code not mismatch,[49423175] extract + transform sync fail then return default 2023-05-06 08:08:38 +00:00
05ffe5a646 to issue<45173384>:fix cursor expression remote execute issue 2023-05-06 06:48:40 +00:00
8bcb1ce7a6 to issue<49484128>:fix a core when using dynamic sql bulk into 2023-05-06 06:38:20 +00:00
4b60f93f18 [BUGFIX] fix hash distinct 2023-05-06 06:12:00 +00:00
9e328378c8 [FEAT MERGE] 4.2 add trans_debug_info for 4377
Co-authored-by: Handora <qcdsr970209@gmail.com>
2023-05-06 06:08:35 +00:00
711f4d5cd0 Forbid sql like 'alter system set' record in sql audit. 2023-05-06 04:15:43 +00:00
e2b8865fd5 [CP] fix print view bug 2023-05-06 04:12:14 +00:00
8bd42198fe fix 49399121, table_alias.col_name.member_func.udf not support 2023-05-06 04:08:44 +00:00