Commit Graph

5680 Commits

Author SHA1 Message Date
7599f4c4d2 [CP] Fix core at ObSelectStmt::assign_set_op 2023-10-28 02:42:02 +00:00
918204d54b [CP] fix obj compare bug in sql audit table scan 2023-10-27 04:11:40 +00:00
2e3a4b57d9 [CP] fix partition wise join and global index lookup -4016 2023-10-26 13:41:42 +00:00
sdc
f59ca5f4ec [CP] fix soundex calc result type not stable bug 2023-10-26 09:17:49 +00:00
sdc
2cc5a224cd [CP] fix window function memory leak 2023-10-26 09:11:58 +00:00
0527fddbfd [CP] Fix invalid mclock and Execute resource_manager related sql in transaction lock 2023-10-25 13:11:41 +00:00
ccfa6ca32b [CP] fix row_scn report -4016 2023-10-25 03:11:56 +00:00
ebc4f9abf1 [CP] fix batch rescan report -4016 2023-10-25 02:42:06 +00:00
56d75e1863 [CP] fix direct load still write after task exit 2023-10-24 12:12:01 +00:00
96c0f61e9f [CP] bugfix blob_raw dataum cast use expr res allocato return result 2023-10-24 08:42:16 +00:00
f4de61fbeb [CP] fix select into outfile with gbk encoding bug 2023-10-24 06:42:14 +00:00
f6bad67263 [CP] Fix: column_conv type inference set wrong collation_level 2023-10-24 05:17:26 +00:00
7ba34a367c [CP] Fix: inner sql retry logical modification 2023-10-24 05:11:52 +00:00
2f08ca4ed7 [CP] to issue<52687254>:fix pl complex type argument default value check issue 2023-10-24 03:17:13 +00:00
65cb69aa81 [CP] Change log level where remove ghost item 2023-10-24 03:11:40 +00:00
9b2c7afe3c [CP] increase default log_archive thread count for small tenant 2023-10-23 10:47:39 +00:00
63d2c5f28e [CP] modify archive sequencer run interval 2023-10-23 10:41:54 +00:00
7ee9c878f1 [CP] Fix pushdown filter constructor 2023-10-23 02:48:21 +00:00
af212b003e [CP] [to #52466277]ps cursor support select DO_NOT_OPERATE_THIS_FOLDER into outfile 2023-10-23 02:42:24 +00:00
62be43983d [CP] fix tpcds execute plan different with explian plan 2023-10-20 06:52:52 +00:00
241e4d2a0f [CP] fix coredump in link_hashmap 2023-10-20 06:47:20 +00:00
1a4a81fa9d [CP] fix: check di session collect before unlock it. 2023-10-20 06:41:46 +00:00
3ace27cde3 [CP] to issue<51908205>:fix refcursor core 2023-10-19 11:11:37 +00:00
sdc
9ee37a9c2e fix spf+px batch rescan clean dtl interm result bug 2023-10-19 04:11:35 +00:00
c8b8eb880b [CP] to issue<50405195>:fix anydata core 2023-10-18 09:11:37 +00:00
ea5beab8d4 [CP] Fix unset bit type obj scale 2023-10-18 08:17:57 +00:00
22bdb23e68 [CP] [CP] fix spf iter do not release memory context 2023-10-18 08:12:07 +00:00
f7a78f8d71 [CP] [fix] the new leader do not degrade crashed server when arbitration_timeout is larger than 10s 2023-10-17 11:22:55 +00:00
9ec3176bc3 [CP] [fix] fix concurrent get and slide in FixedSlidingWindow 2023-10-17 11:17:21 +00:00
97ad42cf20 [CP] [CdcService][LogFetcher][OBCDC] fix memory leak of RemoteLogParent 2023-10-17 11:11:51 +00:00
bd9736c5d9 [CP] Fix core caused by check_stmt_unique 2023-10-17 10:48:07 +00:00
99b1fdf105 [CP][BUGFIX]fix rename over database with lob aux table 2023-10-17 10:42:26 +00:00
74fa79a4a5 [CP] [Bugfix] fix obkv lob core & aggregation in sync query core & session pool error 2023-10-17 10:17:26 +00:00
0789612991 [CP] fix dag scheduler destroy memleak 2023-10-17 09:12:16 +00:00
40a5b851ee [CP] Fix merge join backup restore const expr datum out of bounds 2023-10-16 14:54:01 +00:00
411aa62c07 [CP] [CP] Fix number div wrong result when div_precision_increment is zero 2023-10-16 14:48:28 +00:00
3fc4ccfaef [CP] to issue<51998150>:fix core when fetch cursor after this cursor has been closed 2023-10-16 14:42:42 +00:00
00e31d3e79 [CP] to issue<52166867>:fix core when using object construct function if input argument is null 2023-10-16 12:47:24 +00:00
fc9675110a [CP] [BUG.FIX] fix asan heap-use-after-free in tmp file 2023-10-16 07:11:44 +00:00
fb198c6e45 [CP] Fix merge join memory expand during subplan filter rescan 2023-10-15 15:41:48 +00:00
cabca30bae [CP][Bugfix] fix multi database authentication failure 2023-10-13 09:41:50 +00:00
b08d52cdda [CP] Fix print log core 2023-10-13 02:18:07 +00:00
sdc
6368bd68d0 [CP] fix calc least expr bug 2023-10-13 02:12:08 +00:00
598af8cc7b [LogService] Patch code: Optimize the performance of consuming archived logs
Co-authored-by: taoshuning <616811991@qq.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: zxlzxlzxlzxlzxl <zxlzxlzxlzxlzxl@outlook.com>
2023-10-11 07:12:00 +00:00
bd490ee923 [CP] fix expr TO_SINGLE_BYTE/UNISTR/ASCIISTR/TO_MULTI_BYTE error code 2023-10-11 06:17:41 +00:00
84efbb23a9 [CP] plan_cache may core after the add batch execution plan fails. 2023-10-11 06:11:47 +00:00
5ad0fd40c5 [CP] Fix core at multiset subquery 2023-10-11 04:53:37 +00:00
07e9c3fc61 [CP] [CP] fix create as select partition print error 2023-10-11 04:48:06 +00:00
2186f7c7c1 fix mysqltest 2023-10-11 04:42:21 +00:00
a553acc394 [CP] Fix query memtable use wrong allocator 2023-10-11 04:12:10 +00:00