1027 Commits

Author SHA1 Message Date
simonjoylet
50f8187546 [CP] fix block checker 2022-05-16 10:43:46 +08:00
chinaxing
6e4638eae9 [CP]fix: decide snapshot-type incorrect when change tx-isolation during txn executing 2022-05-16 10:43:20 +08:00
qianchanger
9d750fb89c add _max_trx_size 2022-05-16 10:42:55 +08:00
obdev
db22b2c67c [CP] fix negative dir id for sql mem mgr 2022-05-10 15:50:57 +08:00
obdev
a8a604e10e [CP] when column default is , add plan fail 2022-05-10 15:50:28 +08:00
Monk-Liu
dfc537e23c [bugfix]: support DISTINCTROW in mysql mode. 2022-05-10 15:49:39 +08:00
obdev
84ecffbdc4 [CP] Fix the problem that XA transactions are not aware of the need rollback field when committing 2022-05-05 14:23:15 +08:00
YoungYang0820
a3c05eca80 [CP] fix build index retry and build index concurrency problem 2022-05-05 14:22:46 +08:00
JiahuaChen
621cb06d10 [CP] Fix hash node memory leak 2022-05-05 14:22:19 +08:00
obdev
94f6956dbe [CP] fix error code in sort operator is overwritten 2022-05-05 14:21:53 +08:00
obdev
336c46df13 [CP] fix join elimination bug 2022-05-05 14:21:27 +08:00
obdev
7d150eca15 [CP] 【asan】G349509 ObExpr::do_eval_batch stack-use-after-scope 2022-05-05 14:20:59 +08:00
obdev
a7b3c02d75 [CP] add trigger for ckpt 2022-05-05 14:20:33 +08:00
Monk-Liu
d1aa3c5db6 [CP] [bugfix][errcode]: avoid -4013 errcode being overwritten in parser. 2022-05-05 14:20:05 +08:00
obdev
d647b8f1e4 [CP] fix the params collation level bugs when executing prepared sql 2022-05-05 14:19:39 +08:00
obdev
957bb6b7ee fix freeze hang problem 2022-05-05 14:19:13 +08:00
obdev
33d19d15f0 [CP] 【SQLancer】query result mismatch 2022-05-05 14:18:45 +08:00
obdev
7433acf7e3 [CP] [CP] [CP] Fix reference count exception when ps cache evict task concurrency 2022-05-05 14:18:18 +08:00
obdev
1da9b5316b [CP] Fix ps execute location leader not exist not retry 2022-05-05 14:17:52 +08:00
YoungYang0820
e2a21af4f1 [CP] ignore OB_PG_PARTITION_NOT_EXIST and OB_PARTITION_NOT_EXIST while building local index 2022-05-05 14:17:25 +08:00
obdev
73730a2c0d [CP] BUGFIX: block dirty trans context release while it is needed. 2022-05-05 14:16:38 +08:00
obdev
3946d3a920 [CP] BUG FIX: make create partition group process rollback success if it is failed. 2022-05-05 14:16:11 +08:00
obdev
829cfdecfa [CP] fix table location generate wrong key_exprs 2022-05-05 14:15:44 +08:00
Laughing
cb3e9eacc2
fix standalone docker bugs (#861)
* Update boot-tmp.yaml
* Update boot-mini-tmp.yaml
* Update Dockerfile
* Update _boot

- change the datafile_size to 10G
- use ob-deploy-1.2.1 instead of ob-deploy;
- use oceanbase-ce-3.1.3 instead of oceanbase-ce-3.1.2

- fix MINI_MODE bug:
`if ${MINI_MODE}` will throw exception while set the environment MINI_MODE=1
2022-04-26 10:21:49 +08:00
hiddenbomb
b79fb0ac75 [CP] optimize slog replay info output 2022-04-25 14:20:58 +08:00
JiahuaChen
25b3b3fff8 [CP] Fix batch create partitions rollback core 2022-04-25 14:20:31 +08:00
kongfy
8ce40d33af [CP] fix lost row caused by purge range 2022-04-25 14:20:04 +08:00
obdev
80133e10bc [CP] fix core when no memory 2022-04-25 14:19:36 +08:00
Monk-Liu
b2b9b757c1 Binary file (standard input) matches 2022-04-25 14:18:48 +08:00
hnwyllmm
209802bc49 log both user error code and internal error code while sending error packet 2022-04-25 14:18:22 +08:00
hnwyllmm
d915c6dd26 copy from data_dir config to variable datadir 2022-04-22 16:51:43 +08:00
obdev
c1e01ea7de [CP] Remove extra space in sql_mode 2022-04-22 16:51:14 +08:00
Charles0429
609e970478 [CP] fix memory leak of cuckoo hashmap 2022-04-22 16:50:47 +08:00
nroskill
4e898ddbf3 [CP] fix high_priority_net_thread_count > 64 coredump 2022-04-22 16:50:20 +08:00
obdev
acc4327715 Fix ObSchema::reset() related bugs 2022-04-22 16:49:51 +08:00
qianchanger
312e365e67 [CP] [CP] Fix crash in erase dtl interm result 2022-04-22 16:49:24 +08:00
obdev
a7eb2d81c5 [CP] not jump to routine stack when use asan 2022-04-22 16:48:55 +08:00
Monk-Liu
3942c22604 [bugfix]: support create table t select ~1; 2022-04-19 10:33:27 +08:00
obdev
2934fef1c7 [bugfix]: avoid parser::split_multi_query splits the stmt by a semicolon in comment 2022-04-19 10:33:01 +08:00
obdev
4fdbcc227c [CP] fix bug: alter tenant [xxx] set variables lower_case_table_names 2022-04-19 10:32:35 +08:00
LINxiansheng
79d5b68e0a Support loongarch64 2022-04-18 15:24:51 +08:00
Wu Xiaotian
6ea9991d84
add support for loongarch64 (#851) 2022-04-18 15:12:30 +08:00
hiddenbomb
047868e359 fix error when disk full 2022-04-18 11:36:49 +08:00
xuhuleon
5895e3cccb support check stack overflow for asan 2022-04-18 10:29:29 +08:00
xm0
abd9aad386 fix tmp_sysvar_schema stack-use-after-scope 2022-04-18 10:29:05 +08:00
qianchanger
5ff640d9b8 Fix px infinite retry loop in PL. && Clean up interrupt status at the beginning of the thread 2022-04-18 10:28:40 +08:00
LINxiansheng
3cec53aaec Fix a compile bug about OB net util 2022-04-18 10:28:17 +08:00
st0
c3fce71ce2 fix ob_time_to_date array index out of range bug 2022-04-18 10:27:52 +08:00
st0
37a40e46b2 fix asan core 2022-04-14 15:16:41 +08:00
st0
32f5552b33 fix time convert asan core 2022-04-14 15:16:16 +08:00