Commit Graph

7827 Commits

Author SHA1 Message Date
065913ae86 Fix skip scan bug, retire to normal scan in some case 2023-09-05 08:10:50 +00:00
cf60fe3f3a Fix Bug: Offline DDL can't handle the situation when the column ddl type is OB_DDL_ALTER_COLUMN. 2023-09-05 07:45:19 +00:00
35d793363d fix split range 2023-09-05 07:41:15 +00:00
013386a767 [MDS] add monitor to watch MDS memory 2023-09-05 07:17:03 +00:00
13a7f463fb Optimize the performance of SMART_CALL 2023-09-05 07:13:00 +00:00
f4bf5f41c9 [FEAT MERGE] merge recover table
Co-authored-by: hamstersox <673144759@qq.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2023-09-05 06:47:00 +00:00
bed8398a6b BUGFIX: fix tx data recycle 2023-09-05 04:10:41 +00:00
d2e528c2c0 fix typos-remove modifications: ob_transform_min_max.h,ob_transform_semi_to_inner.cpp 2023-09-04 13:31:08 +08:00
a91a0535f3 supporting sub_ctxs for each tenant_ctx_allocator, which can optimize the problem of memory fragmentation. 2023-09-04 02:40:49 +00:00
5ae3de7429 Fix reinitialized max id due to unexpected 4018 from sql read 2023-09-04 02:14:31 +00:00
5cfa6d074f Fix query memtable use wrong allocator 2023-09-04 02:10:49 +00:00
b60e4f8d97 [FEAT MERGE] [OBKV] support TTL
Co-authored-by: IHEII <602280108@qq.com>
2023-09-04 01:10:37 +00:00
464ba63de9 [CP] [OBCDC] Decoupling tenant timezone and fix cdc progress exit issues 2023-09-01 15:18:07 +00:00
38cdda42f8 Fix substr result type in mixing run of different versions of observer 2023-09-01 15:14:24 +00:00
0b8f0353c5 fix mysqltest introduced by deduce redundant preds 2023-09-01 15:10:40 +00:00
ylz
457bf72f0b fix some spells 2023-09-01 19:21:54 +08:00
5e3a117ca7 to issue<51710744>:fix datetime type as argument of store routine issue 2023-09-01 10:44:34 +00:00
4e93734f83 remove signal_refresh in restore serice thread 2023-09-01 10:40:46 +00:00
c088b1e98c [to #51957187]arraybinding + send long data need is null check 2023-09-01 09:44:34 +00:00
040eb9f6b1 to issue<51908205>:fix refcursor core 2023-09-01 09:40:45 +00:00
8d019b471a [to #50980105]ps+anonymous need set is_inner_call to false 2023-09-01 09:14:27 +00:00
bee9ea154a fix backup overwrite comment 2023-09-01 09:10:40 +00:00
beb8db4bc3 [fix] get member_list may core due to concurrent reconfirmation 2023-09-01 08:47:31 +00:00
36b4b174ea limit get_real_batch_type conditions and fix some mysqltest 2023-09-01 08:10:45 +00:00
d90aeb8241 improve major freeze performance about cross cluster checksum verification 2023-09-01 07:48:17 +00:00
cb2055f349 fix nested sql bug 2023-09-01 07:44:33 +00:00
1228ef225a Fix reboot replay replay mds data without wait tablet create finish bug. 2023-09-01 07:40:48 +00:00
5eed1011a1 to issue<51947103>:fix 4016 when using '==' condition operator and pl cache match issue 2023-09-01 07:14:37 +00:00
6d8fedae8b return syntax error when order by or limit before union in mysql mode 2023-09-01 07:10:52 +00:00
bf0272041a [FEAT MERGE] dbms_scheduler media related support 2023-09-01 06:44:29 +00:00
e957044033 Add Ob2DTMArray to solve sys_tenant memory problem caused by ObPxTabletRange 2023-09-01 06:40:42 +00:00
f8162edc20 Fix the memory leak issue in CleanDtlIntermRes 2023-09-01 06:14:22 +00:00
b2505d511e fix cos compile err 2023-09-01 06:10:36 +00:00
4c232da560 bugfix: lnnvl raw expr printer 2023-09-01 04:44:17 +00:00
9a3e84dc86 Table direct load support obproxy 2023-09-01 04:40:32 +00:00
e344e593fd fix pushdown state func into subplan bug 2023-09-01 03:14:24 +00:00
bee27c3201 [to #51918518]get_cursor_by_name find local cursor 2023-09-01 03:10:40 +00:00
934174edcb Optimize small macroblock write bandwidth 2023-09-01 02:44:34 +00:00
d2cc567fb3 [FEAT MERGE] Merge DBMS_LOCK feature to master 2023-09-01 02:40:49 +00:00
d63cad4745 [MDS] mds_written() corrected to tablet_status_written() 2023-09-01 02:14:26 +00:00
081d5b2dd1 optimize memtable releasing in mini compaction 2023-09-01 02:10:43 +00:00
04020d65af fix mysqltest case 2023-08-31 14:10:43 +00:00
a7aa01b993 increase the upper limit of memory_limit_percentage to 95 2023-08-31 13:40:49 +00:00
386d16f1a1 remove shuffled server list of temp table 2023-08-31 13:10:50 +00:00
895157da23 check server online when switchover 2023-08-31 12:14:23 +00:00
6e1811678e refine tablet init functions & refactor code struct 2023-08-31 12:10:35 +00:00
b7da983c8d Refresh profiles to solve performance reduction on 4.2.1 2023-08-31 11:44:48 +00:00
97e5a5e21a fix auto_inc_seq core 2023-08-31 11:40:50 +00:00
26ddd1c766 fix bug print log cause core 2023-08-31 11:10:41 +00:00
49d54bfc46 [FEAT MERGE] Parallel create table
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-08-31 10:40:35 +00:00