Commit Graph

213 Commits

Author SHA1 Message Date
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
zs0
996696c528 fix mysql calc found rows bug, adjust semi condition check 2022-03-16 20:17:12 +08:00
st0
8d81ad6ed1 cherry-pick to opensource branch 2022-03-16 20:16:36 +08:00
xj0
e5f59ea074 support json type 2022-02-08 15:08:04 +08:00
st0
c6185fe3ea fix codegen convert tablelookup core 2022-01-14 10:38:22 +08:00
ls0
0afbb84439 patch bugfix to opensource 2021-12-27 20:52:43 +08:00
f41ee5fb17 fixed bug of issue #606 (#609) 2021-12-10 14:12:22 +08:00
c04244902d fix [WhiteScan] [EVALUATION_ORDER]#677#681
Co-authored-by: BlaBlaBlaWang <wjx1999126@qq.com>
Co-authored-by: Dousir9 <736191200@qq.com>
2021-12-07 16:14:12 +08:00
cx0
df7cdeaace fix unchecked reference in convert_global_index_update_info() 2021-11-23 11:31:05 +08:00
zs0
c84b7de59c enhance plan expiration, optimize index prune for small row count 2021-11-11 19:49:35 +08:00
b2e66c1cd8 batch patch to opensource 2021-09-22 19:31:35 +08:00
br0
d392312a09 Fix enum/set insert into values in irregular order 2021-09-16 15:29:54 +08:00
Wan
726dad3ff7 去除alter外键约束时ob_ddl_timeout的约束,修改当前代码中遗失返回码和dead code的问题 (#344)
* 去除alter外键约束时ob_ddl_timeout的约束,修改遗失返回码和dead code的问题

* 修改log记录的信息,修改移除dead code的代码
2021-09-09 11:24:34 +08:00
bf0
dde5e02569 impl fixed route mode for temporary tables 2021-08-24 19:25:17 +08:00