1188 Commits

Author SHA1 Message Date
obdev
f3f54ca0ea [CP] adjust NLJ/NL connectby open 2022-07-31 20:29:26 +08:00
obdev
edd206c037 [CP] [CP] Fix psSessionInfo memory not being released in time 2022-07-31 20:28:50 +08:00
hnwyllmm
19caf2060f revert 'use isal for crc check' 2022-07-27 16:42:35 +08:00
obdev
139fe70c10 select json_arrayagg(DISTINCT 1) coredump 2022-07-27 16:41:54 +08:00
LINxiansheng
be2abb986f Add github action to compile 2022-07-25 10:41:16 +08:00
obdev
7e8bf7f641 [CP] fix json output type 2022-07-25 10:41:16 +08:00
obdev
39fd66a55a [CP] fix: ObConfigMgr::got_version() maybe leave out to update local version 2022-07-25 10:41:16 +08:00
obdev
275a546e41 [CP] [CP] Fix overwrite ret problem 2022-07-25 10:41:16 +08:00
obdev
f844e90c8e [CP] fix rollup const expr bug 2022-07-25 10:41:16 +08:00
XiTang
c95b6b534e use isal for crc check
Co-authored-by: hnwyllmm <hnwyllmm@126.com>
2022-07-25 10:41:02 +08:00
obdev
c2c53f977c [CP] Set tenant id for ConnectByPump 2022-07-22 10:45:29 +08:00
obdev
fc3e6e947b [CP] Repair type conversion range check of year to tinyint or utinyint 2022-07-22 10:44:45 +08:00
obdev
b96d7663b5 [CP] JSON bug fix 2022-07-20 11:33:16 +08:00
obdev
1b88c27061 fix: json column default value(3.1_opensource) 2022-07-20 11:32:39 +08:00
obdev
af654e3a43 when pushdown rewrite, stack oversize 2022-07-20 11:31:59 +08:00
Tyshawn
18019f2bf2 [CP] [CP] [TMP.FILE] support single read huge tmp file. 2022-07-20 11:31:21 +08:00
obdev
cdb3f87700 [CP] [CP] Add useful log info to help debug when cast string to number 2022-07-20 11:30:44 +08:00
obdev
e4997016e0 fix bug: sys variables secure_file_priv doesn't work 2022-07-20 11:30:07 +08:00
chaser-ch
e1972c561a [CP] [CP] fix fuse row cache problem 2022-07-20 11:28:59 +08:00
obdev
913838f920 open archive compression defaultly 2022-07-20 11:28:24 +08:00
obdev
8dac963196 [CP] Error in window function with preceding frame end or following frame start. 2022-07-20 11:27:48 +08:00
obdev
ca60393418 [CP] Fix SERVER_SESSION_STATE_CHANGED flag is incompatible with mysql 2022-07-20 11:27:15 +08:00
Tyshawn
795bd80e28 [CP] [BUG.FIX] fix coredump when get_file_id() 2022-07-20 11:26:03 +08:00
obdev
90253a8264 [CP] fix a bug of swallowing ret code in drop_partition_info_for_nontemplate 2022-07-20 11:24:51 +08:00
wxhwang
2b00643064 [CP] persist piece checkpoint ts before round checkpoint ts 2022-07-20 11:24:13 +08:00
obdev
f46f1293e6 [CP] [CP] fix: for tenant worker, catch exception outside process_one() 2022-07-20 11:23:36 +08:00
obdev
52e5b99c15 [CP] fix: add defensive code for table api global index 2022-07-20 11:21:49 +08:00
hnwyllmm
3d8ce9cf22 fix mysql test trx_basic 2022-07-20 11:21:13 +08:00
obdev
979383c331 [CP] optimize large trans ctx limitation 2022-07-20 11:20:20 +08:00
obdev
b4bfa011ce [CP] [CP] fix bug that a tranction span tenant 2022-07-15 11:14:18 +08:00
obdev
2091075679 fix ttl report error by mistake when delete_rows failed 2022-07-08 14:37:24 +08:00
chaser-ch
942e690706 [CP] [CP] fix fuse row cache problem with warmup table store 2022-07-08 14:36:47 +08:00
obdev
20060e8887 fix issue 42920788 2022-07-08 11:50:27 +08:00
Monk-Liu
c29c99ea9e [bugfix]: avoid hang in number_to_year. 2022-07-08 11:49:56 +08:00
nroskill
0c2eb7a69a [CP] fix memory leak in ObLinearHashMap 2022-07-08 11:49:25 +08:00
Monk-Liu
9a79be651e [bugfix]: support const_aggr in subquery(fix the bug in regression); 2022-07-08 11:48:54 +08:00
YoungYang0820
9f436710cb [CP] fix try_update_tenant_info fail when tenant not exist 2022-07-08 11:48:24 +08:00
Hongqin-Li
68f715635b [CP] Fix snapshot releasing bug when building index 2022-07-08 11:47:52 +08:00
obdev
1190e78ce3 fix dfc server thread core when stop 2022-07-08 11:47:14 +08:00
obdev
e8452fc947 fix issue 9263606 2022-07-06 17:34:14 +08:00
obdev
924deae1ac [CP] fix atomicity of htable query_and_mutate 2022-07-06 17:33:40 +08:00
LINxiansheng
d84589f7f9 fix a bug about alter affect later than turn on or off 2022-07-06 17:33:04 +08:00
Monk-Liu
e01bfda9af [CP] [bugfix]: In mysql, const aggr(e.g., count(const_expr)) should belong to the nearest legal level. 2022-07-05 16:16:56 +08:00
obdev
031989c299 fix issue/42559381,query result incorrect bug 2022-07-05 16:15:51 +08:00
obdev
b056d5d732 fix ttl issue 43000669 2022-07-05 16:15:19 +08:00
LINxiansheng
daa17789a4 fix a bug about show query_response_time 2022-07-05 16:14:05 +08:00
obdev
81ddf03308 fix ttl issue 42742997 & 42787173 & 42954103 & 42920788 & 42876827 & 42869248 & 42868078 & 42867515 & 42767501 2022-07-05 16:12:57 +08:00
obdev
dce23aca87 Remove GUN GPLv2 declarations. 2022-07-05 16:11:44 +08:00
obdev
ae985635fe [CP] Avoid out of boundery buffer accessing for obnumber logging 2022-07-04 10:57:20 +08:00
obdev
c40f0fed2f [CP] 创建range分区与mysql不兼容 2022-07-04 10:57:20 +08:00