obdev
4c04455403
fix collation free compare with rowkey helper
2021-07-11 21:15:12 +08:00
obdev
025f70b876
force mini minor to reduce mini sstable cnt
2021-07-11 21:00:11 +08:00
obdev
c1a3a90fb9
fix coverity issues
2021-07-11 20:40:11 +08:00
obdev
5b403f4e84
fix memory out of bounds
2021-07-11 20:05:12 +08:00
obdev
7dcf2baa4e
Fix query push down and add subquery handling
2021-07-11 19:51:25 +08:00
obdev
49d67f8644
refresh schema hang in inner_sql
2021-07-10 17:11:12 +08:00
obdev
c6f5f093e9
bugfix: char function data error in gc col
2021-07-10 16:35:24 +08:00
obdev
eb4dc36332
white scan bugfix
2021-07-10 15:17:56 +08:00
ben
4fdec18c61
Avoid accessing array out of range ( #115 )
2021-07-09 20:21:31 +08:00
disksing
00b843a3c7
Remove some rowkey functions ( #17 )
...
* Remove some rowkey functions
Signed-off-by: disksing <i@disksing.com>
* add comment about return code
Signed-off-by: disksing <i@disksing.com>
2021-07-09 17:36:21 +08:00
obdev
a26b60e7a4
fix view col alias name bugs
2021-07-09 17:16:31 +08:00
obdev
701367dbff
bugfix: create global index hung
2021-07-09 15:49:16 +08:00
obdev
0d7180c6c4
fix session serialize bug
2021-07-08 13:43:55 +08:00
obdev
f02d4c0d30
not support protocol need disconnect
2021-07-08 13:37:46 +08:00
obdev
d6ae24e6c1
Fix purge reset range issue when remain row
2021-07-08 13:29:44 +08:00
wangzelin.wzl
99866eb99d
Fix a typo Github->GitHub
2021-06-30 19:59:56 +08:00
wangzelin.wzl
673919f01e
Merge branch pr_126 into master
...
Title: Github merge request from the pull request #126
code review from github
2021-06-30 15:14:35 +08:00
outcontributer
4a9512ce70
fix: correct some release id related variables
2021-06-29 17:40:59 +08:00
hither199
2ef6e5e944
修改test/readme.md中--auto-try 为--auto-retry ( #119 )
...
fix typo in documentation for mysqltest
2021-06-28 18:52:01 +08:00
jh
00672c3c73
fix plan cache memleak for add local plan route
2021-06-22 20:29:47 +08:00
MizuhaHimuraki
524427c455
update os compatibility list ( #105 )
...
* update os compatibility list fix #56
* Update README.md
Co-authored-by: Amber Zhang <42762957+Amber1990Zhang@users.noreply.github.com>
2021-06-17 14:32:48 +08:00
ly
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
gm
4a92b6d7df
reformat source code
...
according to code styles, 'AccessModifierOffset' should be -2.
2021-06-17 10:40:36 +08:00
gm
8c4a2f26a6
fix compile warnings
2021-06-17 10:40:21 +08:00
xc
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
wq
4a0238e2da
fix unexpected logs of ddl_task_executor
2021-06-16 13:50:49 +08:00
MizuhaHimuraki
5f77d98752
fix mysqltest issue
2021-06-16 13:26:53 +08:00
bz
58c1f135c5
fix bug that hash map/set entry exist when adding partition
2021-06-16 13:26:04 +08:00
zs
49cfee7fa4
fixed: adjust the log
2021-06-16 13:22:45 +08:00
mw
104f9eba60
fix strncpy issue in parition validate
2021-06-16 13:22:01 +08:00
lc
77c424517e
fix memory opreation bugs in log disk manager
2021-06-16 13:19:54 +08:00
mw
ffb16dd91f
Fix rs start work related freeze info bug
2021-06-16 13:18:08 +08:00
cd
21dfb1ca01
fix global index failed with schema refresh
2021-06-16 13:07:21 +08:00
yy
795c834621
[replayengine] fix rollback of min_unreplay_log_ts
2021-06-16 11:54:12 +08:00
yy
ede1213446
force drop tenant when physical restore fail
2021-06-16 11:53:07 +08:00
ms
d3d110b766
remove memstore limit for inner table
2021-06-16 11:52:02 +08:00
bf
d113832231
fix charset log print bug
2021-06-16 11:43:45 +08:00
cd
d1a8226c32
fix resize file
2021-06-16 11:38:56 +08:00
zs
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
xl
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
stutiredboy
06e1198115
bug(): typo fixed for compiling error ( #104 )
2021-06-15 20:45:38 +08:00
Sun Jianyun
1be5137743
optimize logs of io manager ( #102 )
2021-06-15 15:58:01 +08:00
Sun Jianyun
2e1a0c26e4
fix crash error of ObMacroMetaReplayMap ( #96 )
2021-06-15 14:52:44 +08:00
hiddenbomb
a2e86378c6
adapt to 4k align size for slog and clog ( #94 )
2021-06-15 14:51:46 +08:00
chuancy
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
Fu Zhe
a55849046f
Refine the desc of parameters ( #59 )
2021-06-15 14:48:13 +08:00
Ethanzjp
6aa3e351ce
Fix the log message, make it consistent ( #44 )
...
* Making the root service log consistent
* update log message
* fix typo
* making the log message consistent
Co-authored-by: EthanDBer <13810907+EthanDBer@users.noreply.github.com>
2021-06-15 14:43:49 +08:00
Raywill
90bf58aa7c
fix typo ( #54 )
2021-06-15 14:43:00 +08:00
block
38ca7f719e
typo ( #43 )
2021-06-15 14:37:43 +08:00
rayzui
c36014b57e
code: Fix typo of log and variables ( #42 )
2021-06-15 14:36:04 +08:00