13336 Commits

Author SHA1 Message Date
Tyshawn
9bb5269c64 [BUG.FIX] fix normal tablet buffer memory fragment 2024-05-16 12:46:49 +00:00
wxhwang
b729ca7979 add member macro meta row in ObCopyMacroBlockHeader 2024-05-16 12:41:32 +00:00
obdev
aa43f643c8 [CP] confirm begin retry when ret=OB_EAGAIN 2024-05-16 12:35:55 +00:00
fengdeyiji
9699fbce39 [DeadLock] fix farm compat whitelist 2024-05-16 12:24:26 +00:00
Hooper9973
2c3630a705 MDS MINI/MINOR place at i_table 2024-05-16 12:08:30 +00:00
shenyunlong.syl
fbf39bf8b4 [CP] [OBKV] fix async query session cannot destoried actively 2024-05-16 09:46:11 +00:00
lmjhh
81508428b8 occupy for event_scheduler and OB_DO_EVENT_DDL 2024-05-16 09:21:51 +00:00
swjtu-wenxiang
cd9f3cfc42 [to #56636904]Fix bug 56636904, set audit_record.sql = current_query_string in EXECUTE_PL_EXECUTE mode. 2024-05-16 09:16:15 +00:00
Tyshawn
78d299ab14 [BUG.FIX] Disable full-text or multi-value index for partition table without primary key 2024-05-16 08:52:02 +00:00
shenyunlong.syl
9dda2ed0ea [CP] [OBKV] fix intermittent timeout in test_htable_lock 2024-05-16 08:46:29 +00:00
wangt1xiuyi
f49a82336a [CP] fix material hybrid histogram bug 2024-05-16 06:58:29 +00:00
hezuojiao
238f10498b Fix nan comparison result of fixed double 2024-05-16 06:47:53 +00:00
obdev
84cdeb1437 [CP] not check direct_load_type is invalid 2024-05-16 06:42:38 +00:00
Tsunaou
a60cb378cd refactor ObCompactionTimeGuard to process failed event 2024-05-16 06:26:20 +00:00
BinChenn
d94ee24ba3 [fix] lock_config_change don't prevent migration(add_member) 2024-05-16 04:15:39 +00:00
hanr881
b78a200b64 [CP] to issue<56691678>:fix pl cache match issue when pl containing same name table cross user 2024-05-16 03:45:52 +00:00
oceanoverflow
57321b6c95 fix backup hold tablet handle do not hold memtables issue 2024-05-16 03:22:42 +00:00
fkuner
b4af2f554c [OBCDC] print get_full_table_schema cost in formatter 2024-05-16 03:06:10 +00:00
wjhh2008
a43dc110e7 support https protocal for oss external table 2024-05-16 02:59:57 +00:00
obdev
159a4ab61c fix cdc sync recover restore table log failed. 2024-05-15 13:21:45 +00:00
qingzhu521
b7138be5c0 Pull up the order by in nested aggr exprssion stmt fix the sementic error given by system 2024-05-15 13:01:00 +00:00
JinmaoLi
9cbbb91a7b [CP] temporarily disable generating hash group by plans for keep aggrs 2024-05-15 12:31:27 +00:00
zxlzxlzxlzxlzxl
1d68d4b1ee [NetStandby] [Patch From 4.2.1 BP3] NetStandby Fetching Log Performance Optimization 2024-05-15 08:46:08 +00:00
maosy
f70e4019e2 Modify the compatibility logic for the correction of config_version. 2024-05-15 08:15:48 +00:00
KyrielightWei
69896715d6 rewrite err_code from the local abort in the switch_to_leader 2024-05-15 07:51:33 +00:00
JiahuaChen
a8c76f3652 Optimize ObTxContext memory 2024-05-15 07:46:08 +00:00
joseph12138
3bfa0f6a5d [CP] [421] fix show create duplicate table will show duplicate index problem 2024-05-15 06:21:35 +00:00
fkuner
52163bc1b7 [OBCDC] fix commit_version retreat when starting obcdc between ADD_TENANT_START and ADD_TENANT_END 2024-05-15 05:20:44 +00:00
raywill
dd4cb0c107 add default parameters and system variables 2024-05-15 05:15:22 +00:00
shenyunlong.syl
1c3f6f16cc [OBKV] add QUERY_END ObQueryOperationType placeholder 2024-05-15 04:58:33 +00:00
zhjc1124
5a7b771301 force SLOG write when disk error 2024-05-15 04:53:14 +00:00
JLY2015
63dd5e953e [auto_split] fast split relative variable master place holder 2024-05-15 04:42:38 +00:00
simonjoylet
7372e6e810 dump ddl kv before major sstable migrated 2024-05-15 04:37:12 +00:00
shenyunlong.syl
8700ec2bbe [CP] [OBKV] add obkv error code for filter syntax error && rename query_sync to query_async && error code is overwritten 2024-05-14 16:44:55 +00:00
shenyunlong.syl
1acdd6ecd5 [OBKV] change OB_KV_HBASE_CONVERT_INT_ERROR to OB_KV_HBASE_INCR_FIELD_IS_NOT_LONG 2024-05-14 16:39:17 +00:00
Hongqin-Li
697d41cc03 Accelerate remove snapshot by specify index hint 2024-05-14 16:22:03 +00:00
YangEfei
2427fca500 [MySQL COMPATIBILITY] mock system variables 2024-05-14 14:21:53 +00:00
fengdeyiji
fbb3c3240e [DeadLock] add whitelist comment 2024-05-14 14:16:25 +00:00
joseph12138
252389c2b5 [CP] [421] fix oracle tenant table column related views showing index table problem 2024-05-14 13:49:03 +00:00
obdev
03cc19e66b fix test_io_manager test case 2024-05-14 13:32:22 +00:00
obdev
8849306ffb rename occupy oracle agent table of __all_scheduler_job_run_detail_v2 2024-05-14 12:53:20 +00:00
leftgeek
f7fa2e7dee disable table recover for materialized view 2024-05-14 12:47:37 +00:00
hanr881
78275b0316 [CP] to issue<56261113>:fix system package pick routine issue 2024-05-14 12:42:13 +00:00
LINxiansheng
e05517c72c fix build bug on arm debian 12 and ubuntu 22 2024-05-14 12:30:52 +00:00
obdev
c5880d0ca1 Minor, prepare a position for repeat expr vector 2024-05-14 12:25:25 +00:00
YangEfei
4555973451 [TABLELOCK] move the process of recycling the DBMS_LOCK_ALLOCATED table to the background GC thread 2024-05-14 12:19:55 +00:00
hy-guo
0a654826a2 move conflict detector into new file 2024-05-14 12:03:13 +00:00
ZenoWang
6857f369e6 [CP] [FIX] reject creating direct load memtable if there is only one slot in memtable mgr 2024-05-14 10:03:52 +00:00
obdev
b9cec994cb master rpc seize: migrating micro block cache in shared storage 2024-05-14 09:58:07 +00:00
DengzhiLiu
143e1b4b4a Fix core when judge column store 2024-05-14 09:16:44 +00:00