Commit Graph

1864 Commits

Author SHA1 Message Date
39e144d7dd [CP] fix sequence operator memory leak 2024-02-10 06:47:59 +00:00
beddfda75e Fix the correctness problem of vectorized merge distinct 2024-02-10 06:05:27 +00:00
0b4699b3e9 [CP] fix show trace not show in standby database 2024-02-10 05:31:32 +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
690df5b287 Fix temp column store iterator vector reuse 2024-02-10 03:50:35 +00:00
4dab055605 abort receiving packets if idle more than 10 seconds 2024-02-10 03:47:42 +00:00
a2113b1923 Fix direct load use dirty phy_plan 2024-02-10 03:33:26 +00:00
8c5bdce48b revert adjust compact row format 2024-02-10 03:13:31 +00:00
f8fc25856b fix bug: runtime filter fill empty query range with multi columns 2024-02-10 03:07:44 +00:00
0b9512c5ac adjust compact row format 2024-02-10 02:44:42 +00:00
4decb5b506 Add error log for random table scan tracepoint 2024-02-10 02:10:44 +00:00
ecf9d91575 Split the memory of ObExecContext::temp_ctx_ between tenants. 2024-02-10 01:45:29 +00:00
828fb8b357 [bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block. 2024-02-10 01:42:36 +00:00
e76674237a fix wait init_sqc response core 2024-02-10 00:31:53 +00:00
081db61e75 [CP] fix wait msg hang because of broadcast msg can not received 2024-02-10 00:28:59 +00:00
ab5422253c Fixed the issue where memory could not be reused when reading interme results 2024-02-10 00:14:28 +00:00
51c22b73be [CP] check_parallel_ddl_schema_in_sync perceives the session and tenant status 2024-02-10 00:11:34 +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
fa3f89363b Adjust stmt printer and codeowners 2024-02-09 22:36:05 +00:00
19d5e20cf1 Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-09 22:21:21 +00:00
07c504639a [CP] fix nlj not clear eval flag bug 2024-02-09 22:12:31 +00:00
094f71022c fix:json-remove, json is true/false, json-length bug 2024-02-09 21:34:20 +00:00
1fecc53d98 fix bug: core at runtime filter deserialize because overwriting return code 2024-02-09 21:16:43 +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
3d8b312994 Add tracepoint of random batch_size/skip_bits for table scan 2024-02-09 18:16:53 +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
646a7d70fe [placeholder] serialization placeholder for domain index scan and text retrieval 2024-02-09 16:51:19 +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
ed33b6e951 [opt]: vec_sort support truncate tmp_file. 2024-02-09 16:10:16 +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
126ee828f8 Resolve a series of out-of-memory issues within 500 tenant 2024-02-09 15:09:27 +00:00
a0c1edc5c0 fix not exit immediately when session killed 2024-02-09 14:55:05 +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
82ccf93d74 [CP] [xa][4.x] add defensive measure for xa end in trigger 2024-02-09 14:37:37 +00:00
05e57e88f6 Fix vector evaluation of const expr 2024-02-09 14:25:45 +00:00
ee68fd84f7 Optimize operator name with use_rich_format enabled 2024-02-09 14:05:06 +00:00
68d387893f Fix direct load query timeout 2024-02-09 13:59:10 +00:00
e8cef94585 fix in expr upgrade compat 2024-02-09 13:00:31 +00:00
e15634314e Fix ObTempRowStore filling in uniform const format value causing crash 2024-02-09 12:49:05 +00:00
3faf4cd834 fix to_char: to_char(Nan) get 0 ==> 'Nan' 2024-02-09 12:05:41 +00:00