85 Commits

Author SHA1 Message Date
Xiaotian Wu
338b65240a fix build 2025-01-14 09:12:50 +08:00
Xiaotian Wu
ef90c92c10 fix build 2025-01-14 09:04:06 +08:00
sdlaqz
7088f83a35 add loongarch patch 2025-01-13 17:19:17 +08:00
Xiaotian Wu
1abcb356dc fix build error 2025-01-07 19:58:10 +08:00
Xiaotian Wu
aaefafd5ce link shared libraries on the system 2025-01-07 18:07:20 +08:00
Xiaotian Wu
930aa8fe4b use pkg-config to check openssl module 2025-01-07 18:07:20 +08:00
Xiaotian Wu
125919295d Remove -Werror to use a later version of the toolchain 2025-01-07 18:07:20 +08:00
Xiaotian Wu
de9ece7a96 Add support for openssl-1.1 2025-01-07 18:01:43 +08:00
LINxiansheng
3d03d6f4df upgrade llvm from 11 to 17 2024-12-05 03:15:16 +00:00
obdev
c141972115 [FEAT MERGE] [PATCH] serverless_opt 2024-11-23 18:14:57 +00:00
AntiTopQuark
6d3a8a8b76 [FEAT MERGE] patch 3A from 4_2_x_release to master
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: WeiXinChan <chenwx6728@163.com>
2024-11-22 17:15:27 +00:00
tushicheng
022fbefd85 [CP] memleak with light_backtrace 2024-03-28 07:15:48 +00:00
obdev
1e94d64dc3 [CP][FEAT MERGE] 42x ipv6完善 2024-03-19 08:39:37 +00:00
dimstars
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
496148326@qq.com
a41ae44f1b upgrade libcurl version and use openssl 1.1.e 2023-09-22 12:43:56 +00:00
obdev
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
496148326@qq.com
5cfc4e7073 [FEAT MERGE]SQL SSL support specify the minimum TLS version number 2023-08-25 03:40:26 +00:00
496148326@qq.com
45bb61f6ad fix the bug of reload_ssl_config that will cause memory leak 2023-08-17 11:13:10 +00:00
wenxingsen
9b31f8aa03 [FEAT MERGE] 开源裁减颗粒度优化
Co-authored-by: nroskill <nroskill@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: yinyj17 <yinyijun92@gmail.com>
2023-08-15 02:40:26 +00:00
496148326@qq.com
5b9655c0e7 [revert]observer forbid SSLv2,SSLv3,TLSv1,TLSv1_1 and only support TLSv2 and TLSv3 2023-06-28 12:12:16 +00:00
xuhuleon
9dae112952 [FEAT MERGE] merge transfer
Co-authored-by: wxhwang <wxhwang@126.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
2023-06-21 11:42:28 +00:00
496148326@qq.com
4c8bf212ae observer forbid SSLv2,SSLv3,TLSv1,TLSv1_1 and only support TLSv1_2 and TLSv1_3 2023-06-14 03:12:36 +00:00
496148326@qq.com
f1d47d5ea6 reduce the easy thread local hash table size 2023-05-29 11:11:15 +00:00
nroskill
b6cb96f6ce remove unused code 2023-05-22 03:41:34 +00:00
nroskill
b1bb0aefec fix wrong status type in __all_virtual_thread 2023-05-17 16:11:24 +00:00
nroskill
caaed5132f fix __all_virtual_thread result incorrect 2023-05-11 10:13:16 +00:00
握猫猫
0afe7ce669 Update easy_pool_cleanup_new (easy_pool.c)
fixed bug that alloc memory of incorrect size and add test
2023-04-27 21:56:28 +08:00
obdev
9c71ad825e fix: collect query response time core dump for null pointer 2023-04-24 09:14:53 +00:00
obdev
83f8e7721d [foreign key] remove change DMLFlag by iter_uncommited_row in sstable, to avoid 4377 problem 2023-04-24 09:11:25 +00:00
nroskill
3c9e9477db [CP] [CP] [CP] lower down pidfile test log level 2023-04-24 08:41:38 +00:00
SanmuWangZJU
229db2bb7b [CP] [OBCDC] Support heap table for OB4.x mark part_key or dep_col of part_key as primary_key 2023-04-24 08:11:42 +00:00
xianyu-w
a58de12030 disable write udf to remote dblink tables 2023-04-24 07:48:15 +00:00
obdev
565f3e5325 fix mysqltest case in master 2023-04-24 07:44:46 +00:00
obdev
f2c45a5f49 add error filter to avoid rpc error 2023-04-24 07:41:18 +00:00
Handora
7beeb7dd31 [BUG] fix after append cb core 2023-04-24 07:11:32 +00:00
obdev
4b4abc7be1 obd: fix observer link error when deploy to remote server 2023-04-24 06:41:31 +00:00
obdev
87ad8877d4 [BUGFIX] fix lob delete with MINIMAL mode 2023-04-24 04:41:24 +00:00
obdev
16b713759f fix dtl interm result leak 2023-04-24 04:18:38 +00:00
jingtaoye35
0e5a7281f9 forbid to use hostname in oracle mode 2023-04-24 04:15:07 +00:00
seuwebber
7c79e6fccf [CP] [CP] [to #48737315]fix bug of remote execution of select for update statement in PL 2023-04-24 04:11:38 +00:00
obdev
ced1abdc78 [to #49178989] fix mysqltest 2023-04-24 03:41:03 +00:00
zzg19950727
a3c1c19606 fix set partition wise bug 2023-04-24 03:18:14 +00:00
obdev
2f49f58bc7 [CP] fix unthread safe allocator used by plan baseline manager 2023-04-24 03:14:46 +00:00
obdev
8ea3acb795 Fix cache inst map iterator erase 2023-04-24 03:11:20 +00:00
obdev
240d3685c6 fix longops start time not correct 2023-04-24 02:44:38 +00:00
obdev
610f5a50d4 fix drop_partition_info swallow error code since 2_2_x 2023-04-24 02:41:14 +00:00
HaHaJeff
27657e795b don't print error log when read integrity data in case of fetch log 2023-04-23 15:11:18 +00:00
obdev
6bbd52c696 Set need_print_error false in Log Restore Itrator 2023-04-23 11:10:56 +00:00
obdev
d663d4218e Fix direct load data buffer members inconsistent lifecycle 2023-04-23 10:44:32 +00:00
obdev
f5d814801f Fix memory-leak on the failure of px_finish_trans 2023-04-23 10:41:06 +00:00