ce63c8923f
fix bug of tinytext type in mysql mode can insert 256 bytes chars
2021-07-13 14:54:13 +08:00
1ec7b00f36
bugfix cherry-pick to opensource release
2021-07-13 14:39:14 +08:00
601c09e290
add a OB_FAIL for ret check ( #142 )
2021-07-13 14:15:27 +08:00
996bc85dbb
add param proxy_readonly_transaction_routing_policy
2021-07-13 14:03:12 +08:00
d922e21af7
forbid set backup dest before patch
2021-07-12 20:17:20 +08:00
4de3feb72f
batch cherry pick bugfix codes
2021-07-12 19:24:43 +08:00
9c7663609e
add guard_lock for deserialize session_info
2021-07-12 17:14:00 +08:00
e1a347ac63
fix bug for virtual table in __all_virtaul_proxy_partition_info
2021-07-12 16:47:17 +08:00
d4a22bb030
fix expr like print
2021-07-12 16:08:57 +08:00
9aebb91bf5
fix macro block mistake free issue.
2021-07-12 15:18:46 +08:00
94ba0a393b
cherry-pick bugfix to opensource
2021-07-12 15:04:52 +08:00
01321d90c7
fix: correct bootstarp typo to bootstrap issue #121 ( #124 )
...
* fix: correct bootstarp typo to bootstrap issue #121
* fix: remove misleading error message #137
2021-07-12 13:58:47 +08:00
d2f257f846
fix iterate flag with same sql_seq
2021-07-12 11:06:11 +08:00
4c04455403
fix collation free compare with rowkey helper
2021-07-11 21:15:12 +08:00
025f70b876
force mini minor to reduce mini sstable cnt
2021-07-11 21:00:11 +08:00
c1a3a90fb9
fix coverity issues
2021-07-11 20:40:11 +08:00
7dcf2baa4e
Fix query push down and add subquery handling
2021-07-11 19:51:25 +08:00
49d67f8644
refresh schema hang in inner_sql
2021-07-10 17:11:12 +08:00
c6f5f093e9
bugfix: char function data error in gc col
2021-07-10 16:35:24 +08:00
eb4dc36332
white scan bugfix
2021-07-10 15:17:56 +08:00
a26b60e7a4
fix view col alias name bugs
2021-07-09 17:16:31 +08:00
701367dbff
bugfix: create global index hung
2021-07-09 15:49:16 +08:00
0d7180c6c4
fix session serialize bug
2021-07-08 13:43:55 +08:00
f02d4c0d30
not support protocol need disconnect
2021-07-08 13:37:46 +08:00
d6ae24e6c1
Fix purge reset range issue when remain row
2021-07-08 13:29:44 +08:00
4a9512ce70
fix: correct some release id related variables
2021-06-29 17:40:59 +08:00
00672c3c73
fix plan cache memleak for add local plan route
2021-06-22 20:29:47 +08:00
5a51484bf9
fix: coredump when port num conflict
...
caused by ObLogger distruct after main(), some static instance that rely on may be destruct first
2021-06-17 10:40:46 +08:00
4a92b6d7df
reformat source code
...
according to code styles, 'AccessModifierOffset' should be -2.
2021-06-17 10:40:36 +08:00
8c4a2f26a6
fix compile warnings
2021-06-17 10:40:21 +08:00
ad8465b5ce
fix pointer print issue
...
when response_result fail, it will try to print row value. When the failure is caused by ctrl+c, neteasy memory is released in response_result function and row memory is invalid.
2021-06-16 14:53:05 +08:00
4a0238e2da
fix unexpected logs of ddl_task_executor
2021-06-16 13:50:49 +08:00
58c1f135c5
fix bug that hash map/set entry exist when adding partition
2021-06-16 13:26:04 +08:00
49cfee7fa4
fixed: adjust the log
2021-06-16 13:22:45 +08:00
104f9eba60
fix strncpy issue in parition validate
2021-06-16 13:22:01 +08:00
77c424517e
fix memory opreation bugs in log disk manager
2021-06-16 13:19:54 +08:00
ffb16dd91f
Fix rs start work related freeze info bug
2021-06-16 13:18:08 +08:00
21dfb1ca01
fix global index failed with schema refresh
2021-06-16 13:07:21 +08:00
795c834621
[replayengine] fix rollback of min_unreplay_log_ts
2021-06-16 11:54:12 +08:00
ede1213446
force drop tenant when physical restore fail
2021-06-16 11:53:07 +08:00
d3d110b766
remove memstore limit for inner table
2021-06-16 11:52:02 +08:00
d1a8226c32
fix resize file
2021-06-16 11:38:56 +08:00
03001c1fe3
update rewrite rules
...
* adjust re est cost for nestloop semi/anti join
* add threshold for cost base transform
2021-06-16 11:36:24 +08:00
cbeee6568e
assign use_seg_array_ true when prepare_container_
...
when prepare_container_, file_id_list use seg_array instead of list_array.
we need assign use_seg_array_ true that time
2021-06-16 11:27:56 +08:00
06e1198115
bug(): typo fixed for compiling error ( #104 )
2021-06-15 20:45:38 +08:00
1be5137743
optimize logs of io manager ( #102 )
2021-06-15 15:58:01 +08:00
2e1a0c26e4
fix crash error of ObMacroMetaReplayMap ( #96 )
2021-06-15 14:52:44 +08:00
a2e86378c6
adapt to 4k align size for slog and clog ( #94 )
2021-06-15 14:51:46 +08:00
a474a9cf55
code: fix typo ( #76 )
...
* Update ob_dtl_rpc_channel.cpp
* Update ob_time_convert.cpp
* Update ob_time_convert.h
* Update ob_expr_date_add.cpp
* fix log spell error:faild -> failled, Faild -> Failed
* Update ob_optimizer_util.cpp
* Update ob_sql.cpp
* Update ob_optimizer_util.cpp
* Update ob_plan_cache_manager.cpp
* Update ob_partition_merge_task.cpp
2021-06-15 14:50:25 +08:00
a55849046f
Refine the desc of parameters ( #59 )
2021-06-15 14:48:13 +08:00