122 Commits

Author SHA1 Message Date
lx0
b7a5e34908 Add sanity_check API for ObNumber 2022-01-14 10:51:45 +08:00
dz0
01724ead75 TableAPI New Query 2022-01-14 10:38:50 +08:00
nroskill
d5a5ed4251 fix btree core 2022-01-05 20:36:49 +08:00
hiddenbomb
baa96708eb set DIO_ALIGN_SIZE from 512 to 4096 2022-01-04 11:39:41 +08:00
hf0
c2cb7a79e5 Lower the level of logging message when cluster_id mismatching. 2021-12-28 19:24:44 +08:00
cr0
888a02778c add some fix for speed_limit 2021-12-24 10:54:59 +08:00
godyangfight
27c68a2d92 Fix backup check disk is enough bug 2021-12-23 14:27:50 +08:00
WenJinyu
fbedc9b55a support delete mode tag(oss) 2021-12-23 14:20:10 +08:00
YoungYang0820
c371a17fe0 Add retry for building index 2021-12-19 20:30:58 +08:00
hezuojiao
ed22c8dacd Fix core when copy number digits in add_v3 2021-12-16 21:04:52 +08:00
zb0
0dc8820123 add code for sw compiling and fix some problems 2021-12-15 10:54:48 +08:00
xuhuleon
11ba7bf233 disable ob alloc stack for asan 2021-12-14 15:12:43 +08:00
nroskill
66288ad214 fix __all_virtual_memory_info can not show all tenant 2021-12-06 20:15:46 +08:00
nroskill
0657b959cd fix fifo return -4013 2021-12-06 19:27:41 +08:00
1115839967
41465805e3 Add mulan(#665) 2021-12-06 10:57:09 +08:00
chaser-ch
74e3e4cb0b fix reverse scan with magic row problem 2021-12-02 15:24:41 +08:00
tj0
aa3637dac7 Implement MySQL Function TO_BASE64() and FROM_BASE64() 2021-12-01 11:06:39 +08:00
Monk-Liu
db82de6a5b [cp]: fix 4 bugs for NO_BACKSLASH_ESCAPES mode. 2021-11-30 11:13:39 +08:00
al0
e28151b107 Support uuid_short in mysql mode. 2021-11-30 11:13:10 +08:00
Monk-Liu
d06570baf4 Support sql_mode "ANSI_QUOTES". 2021-11-30 11:12:43 +08:00
ym0
c8292c2c2e Fix retrieve schema problem 2021-11-29 19:33:50 +08:00
rq0
3c36c7057c implement mysql function VALIDATE_PASSWORD_STRENGTH() 2021-11-29 19:24:42 +08:00
xy0
fc8e532b0b Merge DAY() system function into opensource branch. 2021-11-29 15:27:44 +08:00
ls0
7b9fe43335 implement expr benchmark in mysql mode 2021-11-29 14:58:11 +08:00
leslieyuchen
f0e34e03f6 add dml data strict defensive check 2021-11-29 14:57:40 +08:00
Monk-Liu
bd258f9338 implement sql_mode NO_BACKSLASH_ESCAPES 2021-11-29 11:36:40 +08:00
al0
a2b5b77779 implement of any value expr in mysql mode 2021-11-29 11:30:40 +08:00
nroskill
22d92d191b add ctx_id in log 2021-11-24 15:21:40 +08:00
zbf0
b68eff8a02 placeholder for standby disconnect cluster 2021-11-15 11:58:07 +08:00
nroskill
bd97d72a04 add guard variable in try-catch stmt to aviod exception not caught 2021-11-11 14:08:48 +08:00
zb0
a9f411e75c adjust easy ssl print level when observer starts and the connection state is not ready 2021-11-11 14:08:22 +08:00
wxhwang
fa9b5fdfc0 fix prepare tenant during stop archive 2021-11-04 18:00:57 +08:00
yangyangzi
afae65547b
refactor: remove unused code (#418)
Clean the code and remove unused codes,
or these unused codes would confuse our developers.
2021-11-03 21:02:44 +08:00
nico-lius
619e5e3d06 fix a coredump problem caused by a null pointer. 2021-11-03 20:37:22 +08:00
Fireatoms
c4933ab1b9 correct dependency rpm package name: bintuils => binutils 2021-11-01 11:57:44 +08:00
xj0
97b4a6afb8 [tableapi] support hbase api 2021-10-29 15:27:51 +08:00
MizuhaHimuraki
647c095737 fix aarch64 pkg path 2021-10-28 11:18:40 +08:00
MizuhaHimuraki
db025266d4 support aarch64 compilation 2021-10-21 20:16:17 +08:00
LINxiansheng
e0748037b0 编译兼容Alibaba Cloud Linux,更新readme文档 2021-10-21 16:36:42 +08:00
AntiTopQuark
4ca9eabca4 support expr WEIGHT_STRING() in mysql mode. master->3_1_opensource_release 2021-10-20 11:33:38 +08:00
nroskill
5baefa81ff support _enable_fatal_error_hang 2021-10-18 17:53:45 +08:00
leslieyuchen
4a67d3f351 Change the ap_mini_task_mgr memory allocator from TCFactory to op_reclaim_alloc 2021-10-14 16:49:18 +08:00
Monk-Liu
75c14d5c88 add DEGREES() function that converts radian to degree. 2021-10-13 20:00:57 +08:00
jg0
f7ac50cd5d fix memory leak of dynamic creation and release of threads 2021-10-13 14:27:53 +08:00
wangzelin.wzl
8cf53d726b update gitsubmodule 2021-09-30 23:35:34 +08:00
SanmuWangZJU
88e1000d95 [liboblog] opensource liboblog 2021-09-30 19:50:25 +08:00
Hongqin-Li
febfa4863f Fix test cases 2021-09-27 21:16:00 +08:00
mw0
64b53b6a17 patch backup &migrate code to open source 2021-09-27 20:48:34 +08:00
Jackie Tien
bb004431db
call the destructor while memcpy is not safe in the pop_back() function of ObSEArrayImpl (#319) 2021-09-26 13:58:30 +08:00
Tyshawn
cd2ffe63ad fix schedule fast gc sstable after stop server 2021-09-24 15:26:58 +08:00