3c1dc8c604
Update ob_th_worker.cpp ( #558 )
2021-11-23 14:25:27 +08:00
5183f3afd6
Fix typos in ob_partition_log_service.cpp ( #559 )
2021-11-23 14:06:41 +08:00
28026e845a
fix mispelled timestamp ( #563 )
2021-11-23 13:56:02 +08:00
5f57aa9e58
Fix rollup wrong result bug
2021-11-23 13:51:38 +08:00
b6dbe82e54
Fix some WhiteScan errors
2021-11-23 11:42:39 +08:00
df7cdeaace
fix unchecked reference in convert_global_index_update_info()
2021-11-23 11:31:05 +08:00
39f6a8264e
Update 18.create-table.md ( #556 )
...
只支持none,cluster
const char* const duplicate_scope_strings[] = {"none",
//"zone",
//"region",
"cluster"};
MySQL [test]> CREATE TABLE test (c1 INT PRIMARY KEY, c2 VARCHAR(50)) REPLICA_NUM = 3,DUPLICATE_SCOPE='region';
ERROR 1210 (HY000): Incorrect arguments to duplicate_scope
MySQL [test]> CREATE TABLE test (c1 INT PRIMARY KEY, c2 VARCHAR(50)) REPLICA_NUM = 3,DUPLICATE_SCOPE='zone';
ERROR 1210 (HY000): Incorrect arguments to duplicate_scope
2021-11-23 11:03:49 +08:00
d6ffaa0514
fix typos ( #560 )
2021-11-23 10:42:47 +08:00
cb4715be5a
fixed 493, MkDocs encountered as error ( #497 )
...
* fixed 493, MkDocs encountered as error
* add mkdocs-material to requirement according to review advice
2021-11-23 10:36:27 +08:00
da03889dbf
patch: Ob quick start
2021-11-22 21:34:52 +08:00
9a80911e62
Ob quick start ( #499 )
...
* Add Chapter One of the tutorial.
* Updated some descriptions.
* Added some urls.
* Add chapter02 : How to deploy an oceanbase-ce cluster
* Add all chapters of the tutorial. Waiting for review.
* Modifiy some files as the first preview suggested.
* Modifiy some files as the first preview suggested.
* I temporarily remove some chapters for this PR, I will add them back in the later PR.
* change OB to OceanBase.
* 1.Remove pictures. 2. Add some description about Prometheus and Grafana.
* Relocate the images.
* Change OceanBase Deploy to OBD.
* Fixed some format errors.
2021-11-22 21:12:11 +08:00
fd0fb2433c
fix compile and dump sstable_meta of ob_admin
2021-11-22 21:07:41 +08:00
a22496d9d5
Fix Github Issue( #555 )
2021-11-22 21:07:19 +08:00
85b67b6901
fix core caused by subquery in row occur unexpected obj type
2021-11-22 20:13:07 +08:00
50032ec99f
Fix WhiteScan deadcode
2021-11-22 15:41:08 +08:00
b5f5f6a80e
fix Readme bugs
2021-11-19 14:40:10 +08:00
a67bf40128
deep copy stmt need copy user var exprs
2021-11-19 14:39:44 +08:00
728762d35e
add MySQLClient to supported clients ( #441 )
2021-11-19 10:22:00 +08:00
c27c54b764
add clog faq ( #328 )
2021-11-18 18:16:31 +08:00
0dcda5774f
fix license url in readme file ( #487 )
...
* Update README.md
* fix license link in readme file
Co-authored-by: Amber Zhang <42762957+Amber1990Zhang@users.noreply.github.com >
2021-11-18 17:52:48 +08:00
131a315f1b
fixed 494, Add <<Developer Manual>> to README ( #495 )
2021-11-18 17:15:02 +08:00
528f205709
[BUG] fix report error msg from sql recheck
2021-11-18 17:12:42 +08:00
f6fbce3c52
error tool doc ( #490 )
...
* error tool doc
* fix wenqu comments
* fix wenqu comments2
2021-11-18 17:00:58 +08:00
f759c4f173
[doc]deploy ob manually ( #336 )
...
* deploy ob manually
* update yaml
Co-authored-by: LIN <wangzelin19961202@gmail.com >
2021-11-18 16:46:24 +08:00
ac3ef77f14
fix observer start failed due to large memory allocation
2021-11-17 17:10:13 +08:00
2b43f09ce1
[cp] fix bug remote_exec cover the err_code
2021-11-17 17:09:50 +08:00
db982ff170
Fix ObLogFileStore write not retry when meet disk full error
2021-11-16 16:49:06 +08:00
384568a347
fix bug of checking transaction end
2021-11-16 16:48:41 +08:00
942e2c6644
fix failed index errorly release snapshot
2021-11-15 12:03:41 +08:00
b68eff8a02
placeholder for standby disconnect cluster
2021-11-15 11:58:07 +08:00
90650d1da6
Fix WhiteScan forward null
2021-11-15 11:57:40 +08:00
c84b7de59c
enhance plan expiration, optimize index prune for small row count
2021-11-11 19:49:35 +08:00
f2f2aed95c
Fix cast mode bug when cast string to int explicitly
2021-11-11 19:49:10 +08:00
4405ab1a54
convert error code when participant schema error
2021-11-11 19:48:46 +08:00
bd97d72a04
add guard variable in try-catch stmt to aviod exception not caught
2021-11-11 14:08:48 +08:00
a9f411e75c
adjust easy ssl print level when observer starts and the connection state is not ready
2021-11-11 14:08:22 +08:00
55d9a874fa
Fix redundant tailing spaces in prefix index table
2021-11-10 14:00:41 +08:00
8546de77d5
release memory used in partition_log_info for dirty trans
2021-11-10 13:52:17 +08:00
ab2bb5a20c
fix fuse row cache problem with uncommited row across micro block
2021-11-10 13:51:41 +08:00
b5266f04ea
patch ob_admin
2021-11-09 17:33:43 +08:00
04ecb035fe
fix hash group by oom
2021-11-09 15:12:51 +08:00
878c594b56
support set names/charset and variables in one sql
2021-11-09 10:48:59 +08:00
fa9b5fdfc0
fix prepare tenant during stop archive
2021-11-04 18:00:57 +08:00
afae65547b
refactor: remove unused code ( #418 )
...
Clean the code and remove unused codes,
or these unused codes would confuse our developers.
2021-11-03 21:02:44 +08:00
e9ea5d7f57
fix asan report heap overflow: str has no ending
2021-11-03 20:38:08 +08:00
2e4c947fd7
slog writer task use dynamic memory alloc
2021-11-03 20:37:46 +08:00
619e5e3d06
fix a coredump problem caused by a null pointer.
2021-11-03 20:37:22 +08:00
c4a5e5d43d
[liboblog-ce]provide static lib of liboblog and header of oblogmsg
2021-11-03 13:46:31 +08:00
85c634e194
optimize get_clog_parent interface.
2021-11-03 13:46:04 +08:00
0121cc45a8
Add new type default string length
2021-11-02 14:31:00 +08:00