Commit Graph

7889 Commits

Author SHA1 Message Date
8bb7c8394f [CP] Fix cume_dist/percent_rank bug 2023-09-08 10:40:37 +08:00
4ef22979ef fix double free direct insert table context. 2023-09-08 10:38:08 +08:00
0922e834d5 fix MBR calculation error of spherical coordinate geometry under spatial index 2023-09-06 07:42:36 +00:00
f131ac541c Fix the issue of 500 tenant memory inflation caused by slice_calc in the px module 2023-09-06 07:38:42 +00:00
3ddb371a82 fix -4114 by changing errorcode 2023-09-06 07:27:56 +00:00
7aad6f2d81 fixed read invalid data because of read block is being deleted. 2023-09-06 07:21:32 +00:00
1bf2c36b76 update mysqltest and change the owner of some cases 2023-09-06 07:15:36 +00:00
94264813e2 fix do_row_gt_and generate unexpected range graph 2023-09-06 07:11:34 +00:00
73c770ebab Merge branch 'master' into fix_new_05 2023-09-06 11:23:56 +08:00
eb1d1ff665 fix dup table new gc method core 2023-09-05 09:43:26 +00:00
4f2cb1d056 fix cast int zerofill to text utf16 bug 2023-09-05 08:49:06 +00:00
85fd1ae1a8 FIX: fix dbms_workload_repository package syntax error in Oracle mode 2023-09-05 08:44:51 +00:00
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