Commit Graph

5803 Commits

Author SHA1 Message Date
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
af4d3515d1 [CP] In a multi-level join scenario, batch_rescan cannot be performed when the right branch of NLJ appears non-NLJ 2023-10-10 12:41:55 +00:00
a637376cb6 [CP] fix: fix the core induced by spf batch rescan 2023-10-10 09:41:52 +00:00
1d56199e55 [CP] Fix the bug of garbled characters caused by merge into plan reuse 2023-10-10 08:26:34 +00:00
d4fcd8d62e [CP] fix log print core 2023-10-10 08:20:59 +00:00
50918bd13e [CP] Fix: session sync related bug 2023-10-10 08:15:28 +00:00
8a48052441 [CP] fix bug: use sqc handler after free 2023-10-10 08:09:42 +00:00
cfb15df43f [CP] [CP] fix select * from subquery ambiguously error 2023-10-10 08:03:44 +00:00
f15d407394 [CP] Fix fast parser error when containing chinese commas 2023-10-10 07:52:39 +00:00
d5e65c8697 [CP] fix license header in googletest path 2023-10-10 07:41:15 +00:00
b64c35e60a [CP] fix ObOptColumnStat serialize bug 2023-10-10 07:24:10 +00:00
1cff14a8a7 [CP] don't handle aggr_first_unnest if order by has an correlated param. 2023-09-28 15:41:39 +00:00
683c867c9d revert code: the code with and without this commit will cause differences in the partition mapping rules 2023-09-28 08:11:31 +00:00
8be0e9f35e [CP] Fix bug some case may do batch optimization failed 2023-09-28 04:11:39 +00:00
2eb22b2157 [CP] fix do_row_gt_and generate unexpected range graph 2023-09-27 12:52:50 +00:00
fe51003db0 [CP] fix data type bugs in transformer 2023-09-27 12:47:19 +00:00
1bb968d4a2 [CP] [to #48895314]prexecute support packet retry 2023-09-27 12:41:45 +00:00
b983cf1cc3 [CP] fix dblink print binary double lose precision & flush case result file 2023-09-27 03:58:15 +00:00
b73f545dc2 [CP] Change Codeowner 2023-09-27 03:47:21 +00:00
54160c6b12 bugfix : json expr & json cast 2023-09-27 03:41:48 +00:00
7c62a76d51 [CP] fix skip scan prefix NDV bug 2023-09-26 06:07:48 +00:00
9336432008 [CP] fix change user get invalid arg when accesing database 2023-09-26 06:02:09 +00:00
5b4150f3c7 [CP] [BUGFIX] fix join on text and string
Co-authored-by: skylhd <dickylhd@gmail.com>
2023-09-26 05:51:20 +00:00
c62ac18e45 [CP]: json bugfix: datetime to jsonbase 2023-09-26 05:45:47 +00:00
8ea62f2b14 [CP] [GIS]fix geomcollection subtype 2023-09-26 05:33:56 +00:00
45b07d6782 [CP] fix query range bug when intersect in node with other node 2023-09-26 05:28:19 +00:00
22551cfe16 [CP] fix query range bug when union in node with other node 2023-09-26 05:22:47 +00:00
c1700735d9 [CP] make state func not to be shared 2023-09-26 05:17:15 +00:00