Commit Graph

14085 Commits

Author SHA1 Message Date
4b05c0aac6 update zlib from 1.2.7 to 1.2.13 on 8u 2024-06-24 06:24:53 +00:00
d1e91320ec [FEAT MERGE] Support Parquet Format for External Table 2024-06-24 06:19:18 +00:00
851ab86cbc temp fix of huge number of files in oss dir 2024-06-24 05:57:45 +00:00
175b976263 adjust error message and add test 2024-06-24 05:52:13 +00:00
790d2060f8 Fix json count aggregate pushdown error 2024-06-24 05:46:32 +00:00
e09b341e60 [DeadLock] add request stat machine and meesage member occupy 2024-06-24 05:40:47 +00:00
782576de45 direct_insert_mgr should not read empty shell when in calc range 2024-06-24 05:34:49 +00:00
26fdcdafba [to #57690225] print a log when SQL failed inside PL 2024-06-21 15:46:31 +00:00
9ec6708fb3 add item type and member of select into spec 2024-06-21 15:22:22 +00:00
cc1b65e578 [FEAT MERGE] sql execution improvements
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: tushicheng <18829573815@163.com>
2024-06-21 15:16:43 +00:00
a238c1fbea [FIX] unblock ls replay failed because of allocating memory failed 2024-06-21 13:23:17 +00:00
296e3d64ae fix wrong top_dir handle of recursion_process_group_ 2024-06-21 13:17:23 +00:00
a8517e4167 [CP] force cache hastable for cs encoder to avoid frequently page fault 2024-06-21 12:52:58 +00:00
e1dd490185 fix transfer move create txCtx's type init 2024-06-21 12:47:09 +00:00
b5f1d56b0c [CP] fix ObLobDataOutRowCtx bytes aligned padding byte init 2024-06-21 12:17:09 +00:00
478006eb5e [CP] fix dbms_lob char len range check error 2024-06-21 11:46:31 +00:00
a62d96f8f3 [FEAT MERGE] support dbms_scheduler citic related requirement 2024-06-21 10:46:29 +00:00
3bfa3e2070 [FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
2024-06-21 09:46:21 +00:00
3723b0f580 occupy position 2024-06-21 09:21:54 +00:00
2724fb32a8 the resource management module has not been allocated, return OB_EAGAIN 2024-06-21 09:16:23 +00:00
7e7296cec8 fix hash gby process empty string equals null value 2024-06-21 08:17:12 +00:00
aca387b877 ARM compatibility not properly implemented leading to core issues 2024-06-21 07:07:51 +00:00
5801165afd fix incremental direct load update sql stats 2024-06-21 06:50:49 +00:00
cc59066e45 [CP] [OBKV] fix bugs for dml operations with auto-inc and virtual-generated cols 2024-06-21 06:45:24 +00:00
7f32e4fac8 [CP] bugfix: resolve star from generated table 2024-06-21 04:33:25 +00:00
449c48b219 Placeholder for __all_virtual_log_transport_dest_stat and its system views 2024-06-21 03:52:09 +00:00
628f9746a8 occupy item type for vector index query 2024-06-21 03:46:34 +00:00
d84e65a7b4 [CP] Fix transfer mistake errors. 2024-06-21 03:21:11 +00:00
ba16ddd354 Fix datum rowkey vector compare rowkey with diff type 2024-06-20 16:52:19 +00:00
63e3a602e0 placeholder for ObUpdateTenantInfoCacheArg 2024-06-20 16:46:55 +00:00
a15edc2af8 Fix cmp results of date types 2024-06-20 14:48:26 +00:00
d83b66ec6a fix get from ddlkv 2024-06-20 14:42:44 +00:00
2383698d81 [CP] Optimize slow performance when adding not null columns to empty table in oracle mode
Co-authored-by: Someti1mes <chenguo.chen@qq.com>
2024-06-20 14:08:23 +00:00
92546c111b Fix the upgrade script when password is less than 6 characters 2024-06-20 13:45:21 +00:00
1169ba55de placeholder for auto split. 2024-06-20 13:39:20 +00:00
1d8d2ae381 [to #57627726]fix memory leaks in abnormal scenarios 2024-06-20 13:32:43 +00:00
d502913e4b [CP] [OBCDC] fix create column family failed when adding tenant timeout and retry 2024-06-20 13:26:31 +00:00
97f10fdb8a fix bug, ddl hung due to scheduler not clean task when add task fail 2024-06-20 11:26:18 +00:00
f67f7ccbd3 remain cpu_cfs_quota=-1 when dec cpu_quota 2024-06-20 11:20:45 +00:00
8755322616 fix build error for gf_mul duplicate in libisal.a and libcrypto.a 2024-06-20 11:04:10 +00:00
74a061bcb3 fix filter monotonic not judge func_expr on right 2024-06-20 09:56:19 +00:00
1820122dd8 fix create mview with null value 2024-06-20 09:50:18 +00:00
6dc5a3f6cb [CP] [CP] [to #53572641] fix numeric type conversion of PL param in MySQL mode 2024-06-20 09:38:57 +00:00
69a75aecc2 fix for check all_rows_active in hash group by 2024-06-20 09:32:23 +00:00
edfad6976f [cp]:sync multivalue bugfix from 431 to master 2024-06-20 09:26:27 +00:00
bf47be7c3a [to #57603539] fix: text protocol convert complex type field to varchar in response packet 2024-06-20 04:46:37 +00:00
1e812be3c2 [CP]Fix storage stat and mysqltest 2024-06-20 04:22:38 +00:00
e1ddbd0f0a fix direct load task hang 2024-06-20 04:16:33 +00:00
d2001401ff [CP] [to #56507678]Fix bug 56507678, substrb should not return error when cacl pos_val/len_val fail in oracle mode. 2024-06-20 03:58:34 +00:00
7eb45945a9 fix eliminate self-foreign_key join incorrectly 2024-06-20 03:27:26 +00:00