2ef6e5e944
修改test/readme.md中--auto-try 为--auto-retry ( #119 )
...
fix typo in documentation for mysqltest
2021-06-28 18:52:01 +08:00
00672c3c73
fix plan cache memleak for add local plan route
2021-06-22 20:29:47 +08:00
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
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
5f77d98752
fix mysqltest issue
2021-06-16 13:26:53 +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
d113832231
fix charset log print bug
2021-06-16 11:43:45 +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
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
90bf58aa7c
fix typo ( #54 )
2021-06-15 14:43:00 +08:00
38ca7f719e
typo ( #43 )
2021-06-15 14:37:43 +08:00
c36014b57e
code: Fix typo of log and variables ( #42 )
2021-06-15 14:36:04 +08:00
a9a6cbc2aa
fix typo ( #40 )
2021-06-15 14:30:12 +08:00
9b307878bf
Style: fix typo ( #34 )
2021-06-15 14:28:37 +08:00
fcf52f5ee3
Fix code comment typo ( #32 )
...
fix comment typo
2021-06-15 14:26:26 +08:00
f6ee74f9cd
fix error spell ( #16 )
...
* fix error spell
* Change words to lowercase
2021-06-15 14:23:46 +08:00
f399bfe3e1
Use bash
instead of sh
in README and build.sh ( #2 )
...
`build.sh` uses bash-specific array creation syntax, which may not
work with `/bin/sh`. Change it to `bash` to avoid confusion:
2021-06-15 14:22:42 +08:00
179a540032
Merge pull request #80 from LINxiansheng/master
...
Update .clang-format
2021-06-05 16:57:10 +08:00
a5c36e37a2
Update .clang-format
...
correct the problem that 'private' and 'public' indentation problem.
2021-06-05 16:43:50 +08:00
377fa3d62f
Merge pull request #38 from rayzui/fix-contributing-doc
...
docs: Fix typo of url in CONTRIBUTING.md
2021-06-01 17:03:45 +08:00
70269d9a66
Merge branch 'master' into fix-contributing-doc
2021-06-01 17:03:06 +08:00
a961030392
Merge pull request #36 from Amber1990Zhang/add-commit-msg
...
add pr and issue template
2021-06-01 17:02:08 +08:00
8572c9c7e2
add pr and issue template
2021-06-01 17:00:00 +08:00
80dd6842fd
Merge pull request #24 from ycjcl868/patch-1
...
docs: markdown level format README.md
2021-06-01 16:54:53 +08:00
11fa854ade
Merge branch 'master' into patch-1
2021-06-01 16:54:06 +08:00
2b4ae43ac3
Merge pull request #18 from gh-pr/master
...
tweak docs, use code instead of quote, note that u r not using POSIX sh syntax
2021-06-01 16:52:25 +08:00
3a0131dedf
Merge pull request #14 from afc163/patch-1
...
docs: fix typo in README-CN.md
2021-06-01 16:45:03 +08:00
157507e240
docs: Fix repo url in CONTRIBUTING.md
2021-06-01 16:42:17 +08:00
b854d9fa2b
Merge pull request #8 from seeflood/master
...
Fix a grammar problem in README.md
2021-06-01 16:41:47 +08:00
4807d5502a
Merge pull request #5 from moonsphere/patch-1
...
docs: Fix spell issue in CONTRIBUTING.md
2021-06-01 16:32:14 +08:00