Commit Graph

59 Commits

Author SHA1 Message Date
c8b34032f9 Debug info 2023-08-08 05:56:24 +00:00
cf8fd8eada debug with debug-info 2023-07-24 02:40:57 +00:00
b926ec7d47 add download image 2023-07-24 10:31:33 +08:00
d32a1a39a9 Create png 2023-07-24 10:30:39 +08:00
8bb059d696 add debug-info method 2023-07-24 10:26:30 +08:00
485f7d20ac Merge branch 'pr_1461' 2023-07-17 12:13:38 +00:00
f1e1095a79 Update debug.md 2023-07-14 09:24:48 +08:00
0bc983a7bf Apply suggestions from code review 2023-07-07 22:39:36 +08:00
4c46407da9 Create debug.md 2023-07-07 11:11:39 +08:00
8d99645533 docs: toolchain and compile
Signed-off-by: tison <wander4096@gmail.com>
2023-07-05 21:43:58 +08:00
6c5af9ab26 check the introduction chapter 2023-06-16 11:46:02 +08:00
53774c17ef Update coding_standard.md
1. add log level
2. modify the format
3. remove the 'tests'
2023-06-16 10:56:17 +08:00
4737ff4f4e Create coding_standard.md 2023-06-15 17:49:37 +08:00
60289acff5 docs: create the docs folder and update repo metadata 2023-05-16 10:53:01 +00:00
eb82c66278 fixed #803 remove useless documents in the code repo 2022-03-07 19:49:46 +08:00
ea63e7942b fix typos ocena->ocean #646 (#788) 2022-03-02 10:42:21 +08:00
7b003df452 Fix some errors 2022-02-10 20:07:13 +08:00
d42f317422 Move the docs folder 2022-02-10 14:51:49 +08:00
5a7aaf95a9 Update 5.dump-and-merge.md (#733)
当达到freeze_trigger_percentage发生转储 memstore=memory_limit * memstore_limit_percentage 转储条件  memstore*freeze_trigger_percentage
2022-02-10 14:20:42 +08:00
ab2a692dbd Add tutorials about oceanbase cdc (logproxy) (#686)
* Add tutorials about oceanbase cdc (logproxy)

* Modify tutorials about canal.

Co-authored-by: LIN <wangzelin19961202@gmail.com>
2022-02-10 11:04:54 +08:00
6b502f35f4 docs(ob_error): research and scheme documents of ob_error tool 2022-02-09 17:05:45 +08:00
77cf1effd1 add common error solutions to 4.7.md file (#712) 2021-12-15 10:37:41 +08:00
2a36347832 update 4.11.md v1 (#710) 2021-12-13 15:31:57 +08:00
09b22898e1 fixed #637, 'concurrentcy' typo error (#697) 2021-12-13 12:00:13 +08:00
ab09b32033 Add chapter05/06/07/08 #692 2021-12-10 15:22:04 +08:00
360a980562 Fix typo error (#671) 2021-12-06 17:15:10 +08:00
274f8fc5e9 Add chapter03 tutorial, about 'how to use oceanbase'. (#538)
* Add chapter03 tutorial, about 'how to use oceanbase'.

* Update some descriptions https://github.com/oceanbase/oceanbase/pull/538

* Replace pictures with urls
2021-12-06 14:16:11 +08:00
2d8ea0b71d #653 (#675) 2021-12-06 13:47:55 +08:00
1ad42e371f Fix typo error (#673) 2021-12-06 11:49:30 +08:00
04c7985b3b transfomer -> transformer (#669) 2021-12-03 16:28:43 +08:00
a1f8d434dc fix: typo error ../oceanbase/docs/docs/docs-cn/13.reference-guide/1.system-view/2.dictionary-view/16.information_schema-dba_outlines.md #638 (#660)
* #557

* #557

* Fix typo #636

* #638

* rollback

* rollback
2021-12-01 16:56:22 +08:00
50211ed1ef Update 2.plan-binding.md (#658)
修正文档 markdown 格式问题
2021-12-01 11:25:34 +08:00
dbdecb53a2 Fix a line break problem in Chinese documents (#656) 2021-11-30 11:21:02 +08:00
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
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
ad33fa48ea cp a document commit from github 2021-11-23 16:06:17 +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
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
c27c54b764 add clog faq (#328) 2021-11-18 18:16:31 +08:00
131a315f1b fixed 494, Add <<Developer Manual>> to README (#495) 2021-11-18 17:15:02 +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
10c3950b05 Update 1.database-operations.md (#429) 2021-10-27 10:26:31 +08:00
0806d47fd2 Merge pull request from GitHub 147(#147) 2021-09-28 23:15:29 +08:00
24e3f93d59 install-dir info (#341)
* install-dir info

* update

* update2
2021-09-28 19:34:14 +08:00
0090a16941 add recmd-config-pro doc (#340) 2021-09-28 19:15:27 +08:00
73164b746b Update index.md (#360) 2021-09-18 14:51:13 +08:00
08d478d5db Fix invalid link in document (#356) 2021-09-14 20:25:28 +08:00