Commit Graph

830 Commits

Author SHA1 Message Date
bf9767614d Ob quick start chapter04 (#583)
* Add chapter04 tutorial, about 'how to migrate data to or from oceanbase'.

* Update some description about mysqldump,datax
2021-11-25 15:30:15 +08:00
41007070b8 [liboblog-ce] adapt modify of oblogmsg 2021-11-25 14:13:50 +08:00
dt0
78b5e48569 FIX locate log when index file not exist 2021-11-25 14:13:26 +08:00
abe919ef4b Update ob_partition_group.cpp (#579) 2021-11-24 19:50:50 +08:00
6bbcebca37 Fix the problem of some links. (#578) 2021-11-24 19:42:12 +08:00
3135764001 Remove mkdocs 2021-11-24 15:22:03 +08:00
22d92d191b add ctx_id in log 2021-11-24 15:21:40 +08:00
9a12265c32 fix mispelled executor (#566) 2021-11-23 17:32:25 +08:00
ad33fa48ea cp a document commit from github 2021-11-23 16:06:17 +08:00
61de3c8d5d commit-message: fix issue 505, ob_partition_log_packet_handler.cpp with misspelled word (#567) 2021-11-23 15:06:40 +08:00
10fee2c4e2 修改: src/clog/ob_info_block_handler.h (#564) 2021-11-23 14:47:03 +08:00
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
lz0
5f57aa9e58 Fix rollup wrong result bug 2021-11-23 13:51:38 +08:00
br0
b6dbe82e54 Fix some WhiteScan errors 2021-11-23 11:42:39 +08:00
cx0
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
tj0
50032ec99f Fix WhiteScan deadcode 2021-11-22 15:41:08 +08:00
b5f5f6a80e fix Readme bugs 2021-11-19 14:40:10 +08:00
yb0
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
tj0
90650d1da6 Fix WhiteScan forward null 2021-11-15 11:57:40 +08:00
zs0
c84b7de59c enhance plan expiration, optimize index prune for small row count 2021-11-11 19:49:35 +08:00
br0
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
zb0
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