Commit Graph

1647 Commits

Author SHA1 Message Date
f696a9b32f [CP] add some test for drop primary key, modify nullable column to auto_increment and modify partition by for heap table
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
2024-04-24 10:38:06 +00:00
552307f1e1 [CP] Prohibit dup table local read on a election expired leader 2024-04-24 04:16:16 +00:00
16d0c2d39a fix core of ob_table_load_mem_compactor 2024-04-23 17:41:28 +00:00
318e26232e [CP] add MTL_WAIT for tenant_session_mgr 2024-04-23 13:22:45 +00:00
3ef39dfe1d Supports meta tenants to access virtual tables of interm results 2024-04-23 07:50:48 +00:00
778c43f157 [CP] fix bug of mem chunk size 2024-04-23 07:22:53 +00:00
ec55cd9b24 [CP] [CP][OBKV] fix: invalid route check when query 2024-04-23 03:50:32 +00:00
9de65fb1d7 [FEAT MERGE] incremental direct load phase I
Co-authored-by: Monk-Liu <1152761042@qq.com>
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: ZenoWang <wzybuaasoft@163.com>
2024-04-22 09:23:47 +00:00
f1a6170c93 [FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-04-22 05:46:19 +00:00
3dd0008dc9 add trans_result in ObDirectLoadControlCommitRes 2024-04-20 15:15:24 +00:00
bf604885f8 [FEAT MERGE]
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-04-19 06:46:37 +00:00
36fdaab92e [CP] to issue<56141233>:add sys_var influencing cache to pl cache key & fix case when issue 2024-04-19 04:50:06 +00:00
57173123c4 [bugfix] fix request leak when receive request failed 2024-04-18 04:25:42 +00:00
022b220cc8 error code leak in direct load 2024-04-17 14:51:35 +00:00
f143ab3f5e fix ret missed and overwrite 2024-04-17 13:27:20 +00:00
0e45fe3bf4 [CP] fix bug of coordinator setting flush status 2024-04-17 07:44:40 +00:00
c85ca5f1d1 [CP] [Feat] uint filter 2024-04-16 19:46:38 +00:00
7a78d20312 [FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE 2024-04-16 17:16:59 +00:00
3aff0d6be3 [FEAT MERGE] resource manage patch to direct_load_res_patch431
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
2024-04-16 15:43:57 +00:00
5c28cef93c [FEAT MERGE]show limit
Co-authored-by: maosy <630014370@qq.com>
Co-authored-by: ND501 <chmbai02@gmail.com>
2024-04-16 15:11:32 +00:00
037fe7d9bb [FEAT MERGE]
Co-authored-by: cqliang1995 <cq.liang@outlook.com>
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: yaojing624 <jingfeng.jf@oceanbase.com>
2024-04-16 10:51:16 +00:00
49b1cfbe6b [FEAT MERGE] support log cache for read optimazation
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
2024-04-16 10:45:36 +00:00
67d7a0f8de Check slog disk during restart 2024-04-16 08:16:15 +00:00
1ee64365ea [FEAT MERGE] Support exchanging partition between partitioned table A and non-partitioned table B.
Co-authored-by: fkuner <784819644@qq.com>
2024-04-16 07:19:48 +00:00
dd7737c7ab [FEAT MERGE] [CP] query_interface 422 2024-04-15 16:23:22 +00:00
6423e587c1 [FEAT MERGE]patch sql compat feature to 431 2024-04-15 16:07:24 +00:00
027d9cf8fe [4.2.3 patch 4.3.1] [FEAT MERGE] support syslog compression 2024-04-15 13:06:14 +00:00
4bb2e95295 diagnose memory bloat 2024-04-15 03:20:56 +00:00
1ced1950f9 [obkv] fix for codescan 2024-04-15 02:49:37 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
263b3806fa [CP] 422_opensource feature patch 431 2024-04-11 10:14:23 +00:00
5c55cfa3c7 [bugfix] avoid small requests into large_query queue 2024-04-11 09:51:44 +00:00
aeeef83dac [FEAT MERGE] transfer_diagnose 422 patch 431 2024-04-10 12:46:00 +00:00
3d4ef9741d [FEAT MERGE] performance optimzation for OLTP
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
2024-04-10 07:32:28 +00:00
c2078c08c9 [FEAT MERGE] support backup plus archivelog progress 2024-04-09 13:45:27 +00:00
b1f1be5032 [OBKV] fix for ret miss scan 2024-04-09 05:32:04 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
2ce6bc28c8 FIX: fix the core induced by foreign key handle overwrite the datum pointer of expr in DML op 2024-04-08 10:24:42 +00:00
445c9dfc31 [CP] to issue<55748018>:fix memory leak about anonymous array when inject error 2024-04-08 09:16:18 +00:00
45ed604473 [virtual-table] fix gv$ob_session.trans_state column collation 2024-04-08 06:34:57 +00:00
44fc2f09f5 [FEAT MERGE] perf opt and support cs compaction to row
Co-authored-by: z404289981 <z404289981@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: wudidapaopao <664920313@qq.com>
2024-04-07 10:35:21 +00:00
5a4de37bb6 fix miss ret problem 2024-04-07 08:12:12 +00:00
0c6006d7fd [CP] fix the bad limit for session cnt of oracle 2024-04-07 07:35:55 +00:00
cac0a7d1e6 display of merge progress 2024-04-07 07:24:50 +00:00
17cff60f67 [CP] fix executor core 2024-04-03 11:57:13 +00:00
c7d582e4d7 placeholder for network bandwidth 2024-04-03 08:50:28 +00:00
2689c7bb67 [CP] [OBKV] fix ttl command report -4016 when observer restart 2024-04-02 10:27:38 +00:00
dd363f0336 [CP] [OBKV] fix TTL task rowkey memory invalid 2024-04-01 14:55:11 +00:00
edc410ce3c adjust error code for agent table && fix compile error 2024-04-01 09:49:10 +00:00
b17d28d52d [CP] [DAS RETRY] check schema status to determine whether to retry 2024-04-01 09:21:06 +00:00