Commit Graph

126 Commits

Author SHA1 Message Date
c157309bc6 add -Wshorten-64-to-32 for share 2023-02-07 00:40:02 +08:00
4c1209c6c7 [to #45990438]fix bugs about trigger order 2023-02-06 14:35:04 +08:00
4f65ea3349 Partition sort check earlier and more strictly 2023-02-06 13:56:36 +08:00
814de27a42 dblink_write implement [FEAT MERGE]
Co-authored-by: zzg19950727 <1071026277@qq.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2023-01-29 16:23:19 +08:00
3d4f554258 [FEAT MERGE] Lob SQL refactoring (Mem-LobLocator, expressions and dbms_lob adaptions)
Co-authored-by: chaser-ch <chaser.ch@antgroup.com>
2023-01-28 20:40:16 +08:00
81d28c0295 [FEAT MERGE] add direct load function
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: yongshige <598633031@qq.com>
2023-01-28 18:08:51 +08:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
bbb017266b [FEAT MERGE]:Oracle Json Supported 2023-01-28 15:52:30 +08:00
9484175163 [FEAT MERGE]: online optimizer stats gather.
Co-authored-by: obdev <obdev@oceanbase.com>
2023-01-28 13:54:38 +08:00
263a44af96 [FEAT MERGE] merge NLJ/SPF group rescan 2023-01-12 15:17:04 +00:00
53f98748f5 [CP] column id of cte table start from 16 2023-01-12 19:02:33 +08:00
08802d94f6 [FEAT MERGE] 4.1 PL/SQL enhence & development 2023-01-12 19:02:33 +08:00
07b1224a51 [FEAT MERGE] skip scan feature and performance optimization 2023-01-12 19:02:33 +08:00
95806f25cb disable block scan with scn output 2023-01-12 19:02:33 +08:00
26f2754db2 [FEAT MERGE] Support float/double(m, d) in mysql mode 2023-01-12 19:02:33 +08:00
5aed6bd3d8 [FEAT MERGE] ELR & WeakRead feature enhancement 2023-01-12 19:02:33 +08:00
40d215fc5a [FEAT MERGE] GIS 2023-01-12 19:02:33 +08:00
35eec7741d remove ObOperator::get_next_row() in ObSelectIntoOp::inner_open() 2023-01-12 19:02:33 +08:00
6c25f369ba [CP] fix a error code overlaying in cg 2023-01-12 19:02:33 +08:00
194d99c19c [Fix] use old execution id when select for update fail 2023-01-12 19:02:33 +08:00
099a445e4c fix typo 2023-01-12 19:02:33 +08:00
045c826c51 [scn] fix 4377 caused by miss one line code when refresh 2023-01-12 19:02:33 +08:00
51de5b5911 [SCN] fix farm failure 2023-01-12 19:02:33 +08:00
99d4f56fec [scn] mv definition of SCN to dir of share 2023-01-12 19:02:33 +08:00
11485d6a98 [SCN REFACTOR] replace flash back snapshot and remove read snapshot session 2023-01-12 19:02:33 +08:00
54b64a7263 [scn] fix failure of mittest after refresh feature scn 2023-01-12 19:02:20 +08:00
0cd740c277 [CP] fix T_OP_STACK_OVERFLOW_CHECK reset child ptr leads core 2022-11-24 15:05:23 +00:00
73ef48ed09 [BUG] report error when 4013 for assign participants 2022-11-23 03:06:04 +00:00
e5a2f1f5db fixed bug in src/sql/code_generator/ob_column_index_provider.cpp (#690)
Co-authored-by: wangyunlai <hnwyllmm@126.com>
2022-11-23 10:46:32 +08:00
8aee7d972f add inner_same_as for udf func and remove useless GET_MIN_CLUSTER_VERSION 2022-11-16 07:35:39 +00:00
dfba79d833 fix expr in sanity core cause of using hash calc when right params contain dynamic const 2022-11-15 09:08:02 +00:00
0b9d1f8cd0 Fix: fix duplicate delete same row induced by fk cascade delete 2022-11-15 08:08:00 +00:00
74cb7c51f4 fix eval questionmark table assign val failed bug 2022-11-13 02:33:32 +08:00
cbeae2bffc [to #45264327]move the instead of trigger code to das 2022-11-04 03:37:14 +00:00
741643eb40 opt adaptive hash gby calc simple aggr func (count/sum/min/max) 2022-11-03 11:10:27 +00:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
493b2fb2e2 [CP] Check ret code for ObSqlBitSet::add_member() 2022-10-03 20:03:27 +00:00
9d8f2db509 fix code can never be reached isse1042 (#1070) 2022-09-19 18:02:30 +08:00
a43efe3742 [CP] regexp use const pattern uncorrectly in non-static engine 2022-08-23 10:03:30 +08:00
88dad848e0 [CP] fix bug insert on duplicate key update with unexpected error_no 5024 2022-08-16 11:51:22 +08:00
1799f31d6f fix issue [WhiteScan] [DEADCODE] (#678) 2022-08-08 20:42:22 +08:00
c5e1383f82 [CP] Fix insert values op access enumset string_values core 2022-08-08 16:10:46 +08:00
522aef175c [CP] [CP] fix const expr output not deep copy in implicit_aggr 2022-08-04 19:30:55 +08:00
52e5b99c15 [CP] fix: add defensive code for table api global index 2022-07-20 11:21:49 +08:00
031989c299 fix issue/42559381,query result incorrect bug 2022-07-05 16:15:51 +08:00
29ee400113 [CP] [CP] fix ps with timestamp parameter bug 2022-06-30 16:15:36 +08:00
67d20c3ffc [CP] fix nullif replace var expr report 4016 bug 2022-06-29 11:04:33 +08:00
4c8ccd1fe6 [CP] fix shared exprs bug after view merge 2022-06-21 10:55:41 +08:00
a8a604e10e [CP] when column default is , add plan fail 2022-05-10 15:50:28 +08:00
st0
fd436db3f8 fix nullif/least calc_resultN bug in static engine 2022-03-23 14:01:09 +08:00