13108 Commits

Author SHA1 Message Date
dimstars
2f57bd7cec [CP] add ENABLE_BOLT(compile option) to control BOLT_OPT 2024-04-30 02:16:20 +00:00
seuwebber
7cf81786a9 [to #55185495]error code placeholder 2024-04-29 14:10:00 +00:00
obdev
f8c7d78fcc Add placeholder for T_SHARED_STORAGE_INFO 2024-04-29 14:04:24 +00:00
renju96
556b47cc62 Fix cancel of direct_load_mgr 2024-04-29 11:59:19 +00:00
LYAccc
cf6c0aba50 master 占位 2024-04-29 11:48:53 +00:00
zxlzxlzxlzxlzxl
e6e35752b3 [CP] [LogFetcher] Fix coredump cause by destroy LogRouteService before stopping its threads 2024-04-29 11:43:31 +00:00
obdev
efa62c5e5c fix hash join not clear eval flag before output 2024-04-29 09:16:50 +00:00
coolfishchen
f212606f61 add skip_lob param for ObDirectLoadInsertTableRowIterator get_next_row 2024-04-29 08:47:10 +00:00
obdev
0220af4e18 [Bug fix] fix the query on oracle client which matches has_addon condition and called has_unfree_callback 2024-04-29 08:41:46 +00:00
haohao022
96299732e7 [CP] [to #55213789] fix: add boundary check before accessing ps protocol data through ObMySQLUtil::get_length(). 2024-04-29 04:58:58 +00:00
maosy
4d22af1c07 [CP] add refresh schema_status 2024-04-29 04:53:41 +00:00
pe-99y
908d9f298c [BUG FIX] fix the compatibility issue with incorrect primary keys in older version 2024-04-29 04:20:53 +00:00
Handora
7ead259547 [BUG] remove the protection of replay transfer_out_v2 if mds txn aborted 2024-04-28 14:55:28 +00:00
yangqise7en
5de7a177d4 add comment & func for minor merge 2024-04-28 14:50:01 +00:00
fkuner
db22f4f1b1 [OBCDC] modify oblogmsg version of el9 2024-04-28 14:44:31 +00:00
oceanoverflow
dc8f8f2106 Revert Fix tablet table store check sstable continue bug. 2024-04-28 12:38:11 +00:00
zhenhan.gong@gmail.com
fb848a9ce9 fix fts issues 2024-04-28 12:27:04 +00:00
chinaxing
97f888cfba [mysqltest] tx_free_route 2024-04-28 12:21:42 +00:00
qingsuijiu
f6ce2a7498 [MySQL Compatibility] Dynamic system variables completion, master placeholder. 2024-04-28 12:16:18 +00:00
pe-99y
38ce00b6c7 [OPT] Support merge iter to return multiple rows with the same group id 2024-04-28 11:59:23 +00:00
wjhh2008
63ad7c72de [CP] fix mysql utf16 insert padding bug 2024-04-28 09:45:48 +00:00
obdev
0534984dcf add retry when fail to replay ddl inc log 2024-04-28 09:33:58 +00:00
hwx65
7aaeade0b3 Fix the problem of generating SEQUENCE operator when the default sequence is not used 2024-04-28 06:45:40 +00:00
obdev
d8fd236fa0 fix:multivalue delete from table bug, json overlaps search result not correct,add some constraint 2024-04-28 06:34:50 +00:00
wxhwang
ead3e7cb36 [CP] fix round checkpoint scn is not consistent with piece checkpoint scn 2024-04-28 06:18:16 +00:00
lyxiong0
57b9848525 [modis] occupy error code and rpc code for obkv redis 2024-04-28 04:16:35 +00:00
Tyshawn
c4ed3f10af [FTS.BUGFIX] fix compatibility of MySQL default fulltext parser 2024-04-28 03:58:17 +00:00
YangEfei
1442b06e77 [TABLELOCK] fix several bugs about mysql lock functions and DBMS_LOCK 2024-04-27 17:53:39 +00:00
godyangfight
dc5fc328ac Fix tablet table store check sstable continue bug. 2024-04-27 17:48:12 +00:00
coolfishchen
08350c392f add ddl kv multi row iterator
Co-authored-by: suz-yang <suz.yang@foxmail.com>
2024-04-27 17:42:48 +00:00
suz-yang
7fa2e8dc39 fix incremental direct load ctx leak 2024-04-27 17:16:02 +00:00
haohao022
fcb30bad2e [to #56420037] fix: reset ret explicitly before local retry in ps and ps-exec protocol 2024-04-26 14:16:31 +00:00
saltonz
79d9ebaa91 [bugfix] fix ret code for flashback query 2024-04-26 13:46:50 +00:00
18523270951@163.com
33b7da2ecb fix gby uninit ptr core 2024-04-26 13:16:39 +00:00
saltonz
fb6f777b86 [bugfix] fix invalid character in tokenization 2024-04-26 12:46:07 +00:00
ZenoWang
af51225977 [FIX] create memtable for dml may dead loop 2024-04-26 12:20:43 +00:00
obdev
6a23c064bc [CP] [to #56242693] move pl opaque type impl to close_moudle/pl 2024-04-26 11:46:31 +00:00
HaHaJeff
6bdeecb4d0 add wait event to ObGarbageCollector 2024-04-26 11:20:27 +00:00
KyrielightWei
30748ceed7 init direct_load_inc hash set in the function of assign 2024-04-26 10:50:53 +00:00
obdev
7637863c6d 占位:ObExprCeilFloor::calc_ceil_floor_vector 2024-04-26 10:16:32 +00:00
Tyshawn
305a71c544 [FTS.BUGFIX] fix test_fts_plugin in centos8 2024-04-26 09:55:55 +00:00
rolandqi
6b7caed6ce placeholder for ash columns. 2024-04-26 09:15:58 +00:00
YangEfei
7b2d31f0ff [TABLELOCK] fix core which is cauesd by release exec_ctx and phy_plan_ctx concurrently 2024-04-26 08:46:13 +00:00
JinmaoLi
3f6e55f2bc [CP] fix session var solidify ap-sysbench bugs
Co-authored-by: 2149 <260391947@qq.com>
2024-04-26 08:21:13 +00:00
suz-yang
028f6e1373 add direct load retry err: OB_SCHEMA_EAGAIN 2024-04-26 08:15:51 +00:00
obdev
f01ca274b3 return OB_EAGAIN when get_sort_memory equal to zero 2024-04-26 07:21:55 +00:00
LINxiansheng
6797c56e2f Fix bugs when docker restart 2024-04-26 07:16:30 +00:00
zhjc1124
f8b46b62ff [CP] [4_2_1_release] replace std::stoull to strtoull 2024-04-26 06:20:23 +00:00
Tsunaou
202a87b8a7 fix useless mock column group schema 2024-04-26 05:58:20 +00:00
hezuojiao
c1cc38db65 Fix mysql tests 2024-04-26 04:46:59 +00:00