Commit Graph

12549 Commits

Author SHA1 Message Date
2e8dda5243 Fix the bug of error code in dbms scheduler job executor 2024-02-09 16:19:04 +00:00
166f40cb08 fix the problem of compiling large unity build units 2024-02-09 16:16:07 +00:00
2bcc3cdcb9 [placeholder] add ddl_type and ddl_status placeholder for auto_split 2024-02-09 16:13:11 +00:00
ed33b6e951 [opt]: vec_sort support truncate tmp_file. 2024-02-09 16:10:16 +00:00
97de0ef587 remove useless error reporting code 2024-02-09 16:07:19 +00:00
eaa13595a7 [CP] fix: dbms_scheduler job start_date has not read to local 2024-02-09 16:04:22 +00:00
a791b6ecf9 [BUGFIX] fix in expr process text with row 2024-02-09 16:01:24 +00:00
0c5211a51f [Restore] Fix restore obtest case 2024-02-09 15:58:26 +00:00
4a6436fe53 [BUG] fix data end scn not setten during upgrading 2024-02-09 15:52:44 +00:00
9913d92c1d [CP] Fix complement data task returns 4018 during reboot 2024-02-09 15:49:49 +00:00
120a638ecd [CP] Fix garbage tasks remain problem 2024-02-09 15:44:05 +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
772d84b21e fix column store index back cost 2024-02-09 15:35:27 +00:00
ce0d373f22 BUG] calculate checksum when recovered checksum is 0 2024-02-09 15:32:30 +00:00
f5af8f45b8 Change code owner 2024-02-09 15:26:48 +00:00
423a6e1ac2 to issue<54566685>:fix core when destruct spicursor 2024-02-09 15:21:04 +00:00
49ae4168c2 adjust item type definition location 2024-02-09 15:15:24 +00:00
f261efbe27 Fix drop mview 2024-02-09 15:12:24 +00:00
126ee828f8 Resolve a series of out-of-memory issues within 500 tenant 2024-02-09 15:09:27 +00:00
9a14caef15 [BUG] for txn with aborted txn transfer in, we need set as aborted 2024-02-09 15:06:31 +00:00
3d6580bdcd [CP] [to #54198856] fix udf with out parameter can not use in sql scope 2024-02-09 15:03:32 +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
c22f50d3c4 [CP] [BUGFIX] fix sys login 2024-02-09 14:46:28 +00:00
f3c42a8d5a [CP] build_version buffer_size 2024-02-09 14:43:32 +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
f8c1b864f8 fix row_offset in DDL_MERGE_CO && reset ObIndexBlockMacroIterator before reuse 2024-02-09 14:34:39 +00:00
c5a5b18553 [CP] use optimizer_features_enable system variable and optimizer_features_enable hint to control optimizer behaviors 2024-02-09 14:31:42 +00:00
d1a8a16e05 [CP] use gts or max_decided_scn to retry dup_table_before_prepare 2024-02-09 14:28:43 +00:00
05e57e88f6 Fix vector evaluation of const expr 2024-02-09 14:25:45 +00:00
ad945abd7f [CP] retry dup_table redo sync by 2pc_retry_interval 2024-02-09 14:22:48 +00:00
3a38b701c4 [CP] [GIS] fix srs_guard reuse 2024-02-09 14:19:50 +00:00
3cbf31a99f [to #54249319] fix: alter param_id_ type from int16_t to uint16_t 2024-02-09 14:16:54 +00:00
6b02b7f2ca [BUG.FIX] fix io cond_ missing for tmp file 2024-02-09 14:13:57 +00:00
f7f5a4737d fix direct load mgr leak 2024-02-09 14:11:00 +00:00
e764401ed9 [CP] alter cgroup write_string_to_file_ log level 2024-02-09 14:08:04 +00:00
ee68fd84f7 Optimize operator name with use_rich_format enabled 2024-02-09 14:05:06 +00:00
b7b06563ac [CP][Bugfix][OBKV]fix session pool hold too much memory when login frequently 2024-02-09 14:02:09 +00:00
68d387893f Fix direct load query timeout 2024-02-09 13:59:10 +00:00
e4860ecd9c Fix WR wrong CDB_ and DBA_ view definition 2024-02-09 13:56:13 +00:00
d3dff932a4 [CP] [to #54452952] fix serval pl/sql bugs 2024-02-09 13:53:15 +00:00
7084582acf [replay] fix replay serial part log when txn recover scn after final serial log 2024-02-09 13:50:18 +00:00
d6a09219c5 [CP] [to #54461207] fix for cursor loop with contine to label 2024-02-09 13:47:22 +00:00
429d27a05a Fix direct load mem compactor stop 2024-02-09 13:44:26 +00:00
55e412a1f8 [CP] check is_inited with the interface of a ObDupTableLSHandler 2024-02-09 13:41:29 +00:00
13c335d128 [CP] [OBKV] cherry-pick bugfix from 421 2024-02-09 13:38:33 +00:00
5fe99ad26f [CP] [42x] support check_member_list_and_learner_list retry when create new ls 2024-02-09 13:35:36 +00:00
4c88bd2118 内存可读位点统计忽略rpc失败 2024-02-09 13:32:41 +00:00
ff093f58f1 [CP] to issue<54260164>:fix select into package var stmt will not sync package var issue 2024-02-09 13:29:45 +00:00