Commit Graph

776 Commits

Author SHA1 Message Date
4750154e16 [ERROR] remove unnecessary error log with too much lock retry 2024-02-10 11:03:56 +00:00
3ff2d82e7c fix:code check;json decimal rebuild 2024-02-10 09:55:45 +00:00
6542911b8a [CP] CRASH ERROR improve 2024-02-10 08:41:15 +00:00
cd30dbac63 修case:dump、tochar、nanvl、information_schema 2024-02-10 04:33:44 +00:00
053d3c0182 Placeholder for GIS expr: _ST_GEOHASH and _ST_MAKEPOINT 2024-02-10 04:16:21 +00:00
a5e25ac91e [CP][BUGFIX] add fix zero lob val 2024-02-09 23:42:38 +00:00
c4f680ba02 bugfix lrpad expr return freed memory in mysql mode 2024-02-09 23:22:13 +00:00
700204d98b fix eval functions inconsistent between master and 42x 2024-02-09 23:13:37 +00:00
8f9bf223e8 Fix type deduction error of mod expression 2024-02-09 23:05:03 +00:00
094f71022c fix:json-remove, json is true/false, json-length bug 2024-02-09 21:34:20 +00:00
d509a8e875 Fix prepare stmt error 4016 2024-02-09 21:02:22 +00:00
3b26dcb23a Vectorization 2.0, short-circuit processing of ‘in’ expressions. 2024-02-09 20:41:51 +00:00
ec9479ac3c Addressing upgrade compatibility issues related to between expressions 2024-02-09 18:13:53 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
d100c7fee3 [BUGFIX] fix udf expr type deduce for clob 2024-02-09 16:39:27 +00:00
978db9f70d placeholder of func decode_trace_id 2024-02-09 16:33:47 +00:00
cab20fa86b [CP] [to #52804352] fix bug, case expressions in PL actually do not require parameter types to be consistent 2024-02-09 16:22:00 +00:00
a791b6ecf9 [BUGFIX] fix in expr process text with row 2024-02-09 16:01:24 +00:00
f14101149a [CP] sync bugfix.fix sanity json pl type coredump, fix treat expr in pl coredump 2024-02-09 15:38:24 +00:00
3897e45a83 [CP]sync bugfix from 42x. fix:json compare with const string, behavior not consistent with mysql 2024-02-09 14:49:24 +00:00
8b37397157 修复dump的兼容性问题,在超出BUF时进行截断处理 2024-02-09 14:40:34 +00:00
05e57e88f6 Fix vector evaluation of const expr 2024-02-09 14:25:45 +00:00
e8cef94585 fix in expr upgrade compat 2024-02-09 13:00:31 +00:00
3faf4cd834 fix to_char: to_char(Nan) get 0 ==> 'Nan' 2024-02-09 12:05:41 +00:00
bc837f87f8 Fixed the problem that the like expression did not parse the lob type pattern, resulting in missing rows in the query. 2024-02-09 11:24:39 +00:00
1423eb527b adapt runtime filter eval_vector interface for single row calculation. 2024-02-09 11:03:55 +00:00
038fc04cf9 [CP] to issue<53963421>:fix memory leak when fail to executing udt construct function 2024-02-09 10:49:10 +00:00
3e4379dbd2 occupy code for show table status 2024-02-09 09:27:22 +00:00
b7f2fcb3d6 修复nanvl,第一个为null的参数如果是binary double类型,需要对第二个参数 进行取值,若转换数字失败的话报错,成功返回null值 2024-02-09 09:09:45 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
c02bdd18bc Prohibit the conversion of CLOB to OTIMESTAMP 2024-02-09 07:56:01 +00:00
b75fc423ec [CP][BUGFIX] fix lrpad mysql pad len zero 2024-02-09 07:07:47 +00:00
a929895ebb to issue<54372232>:fixr refcursor as argument of store routine issue 2024-02-09 06:43:52 +00:00
c025ac9d71 Fix prefix_pattern type deduce bug 2024-02-09 06:20:06 +00:00
fe5ca779ad Fixed the problem of core when logging due to missing error code 2024-02-09 05:50:26 +00:00
3ac498c2fe [placeholder][fts] object id and error no placeholder for fulltext index search 2024-02-09 05:05:46 +00:00
267b0d0bc8 clear null flags at number arithmetic expr 2024-02-09 03:30:28 +00:00
44879cf7d6 Bugfix for vector casting 2024-02-09 01:43:18 +00:00
b659c82a16 [CP] [to #54239515] fix udf out parameter with same source 2024-02-09 00:37:17 +00:00
5176ddee99 Fix a spelling error in the comment 2024-02-09 00:04:23 +00:00
a7bd5725da [CP] [to #53934515] Fix decode expression does not support returning complex types 2024-02-08 22:01:53 +00:00
3154082c61 Adapt the new vec2.0 interface for single row calculation 2024-02-08 21:55:56 +00:00
6c236f548c occupy codes for the password func 2024-02-08 20:11:53 +00:00
f8f62b75c7 Fix the memory leak bug of VectorHeader to_string 2024-02-08 19:54:30 +00:00
626c5536f9 bugfix: substr expr get wrong result length 2024-02-08 19:30:43 +00:00
3fd4afdc90 Fix print vectorized rows core when row is skipped 2024-02-08 19:03:50 +00:00
90b7fe53bb bugfix : json dot notation bugfix patch to master 2024-02-08 17:32:07 +00:00
201a6fc94d Placeholder of xml_phase3 branch on master 2024-02-08 16:05:32 +00:00
844dfb0162 [CP] Fix null hash value mismatch by using datum hash_func_v2 2024-02-08 14:51:04 +00:00
fc4d7e7c9c Correct the method of determining whether there are nulls on the right side in the IN expression. 2024-02-08 14:09:33 +00:00