601 Commits

Author SHA1 Message Date
tj0
aa3637dac7 Implement MySQL Function TO_BASE64() and FROM_BASE64() 2021-12-01 11:06:39 +08:00
姬小野
dbdecb53a2
Fix a line break problem in Chinese documents (#656) 2021-11-30 11:21:02 +08:00
Monk-Liu
db82de6a5b [cp]: fix 4 bugs for NO_BACKSLASH_ESCAPES mode. 2021-11-30 11:13:39 +08:00
al0
e28151b107 Support uuid_short in mysql mode. 2021-11-30 11:13:10 +08:00
Monk-Liu
d06570baf4 Support sql_mode "ANSI_QUOTES". 2021-11-30 11:12:43 +08:00
bx0
ec9c2087fb Try_cnt in sql_audit show greater than actual value 2021-11-29 20:42:41 +08:00
Kun Fan
f6b446336f
fix misspelled word (#607) 2021-11-29 20:23:57 +08:00
wsh
66d64ac96e
fix typos (#588) 2021-11-29 20:12:58 +08:00
ligen131
69970f4d28
fixed misspelled words oceanbase#273 (#589) 2021-11-29 19:49:36 +08:00
ym0
c8292c2c2e Fix retrieve schema problem 2021-11-29 19:33:50 +08:00
rq0
3c36c7057c implement mysql function VALIDATE_PASSWORD_STRENGTH() 2021-11-29 19:24:42 +08:00
nauta
da6f7be724
Remove redundant checks on ret (#613) 2021-11-29 18:05:12 +08:00
LINxiansheng
22e98cc42c Transfer the sql parser rule files production into cmake process 2021-11-29 17:45:47 +08:00
yanghao
c62b8698ed
ob_ilog_storage.cpp with misspelled word (#594) 2021-11-29 15:46:06 +08:00
xy0
fc8e532b0b Merge DAY() system function into opensource branch. 2021-11-29 15:27:44 +08:00
ls0
7b9fe43335 implement expr benchmark in mysql mode 2021-11-29 14:58:11 +08:00
leslieyuchen
f0e34e03f6 add dml data strict defensive check 2021-11-29 14:57:40 +08:00
Monk-Liu
bd258f9338 implement sql_mode NO_BACKSLASH_ESCAPES 2021-11-29 11:36:40 +08:00
al0
a2b5b77779 implement of any value expr in mysql mode 2021-11-29 11:30:40 +08:00
DAYC
d467ca3d3f
Fix typo #445 (#587)
* fix typo

* fix archive
2021-11-26 14:18:07 +08:00
LLThomas
4038374587
fix mispelled cancel (#577) 2021-11-26 11:21:32 +08:00
obpilot
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
SanmuWangZJU
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
richie
abe919ef4b
Update ob_partition_group.cpp (#579) 2021-11-24 19:50:50 +08:00
obpilot
6bbcebca37
Fix the problem of some links. (#578) 2021-11-24 19:42:12 +08:00
LINxiansheng
3135764001 Remove mkdocs 2021-11-24 15:22:03 +08:00
nroskill
22d92d191b add ctx_id in log 2021-11-24 15:21:40 +08:00
Iggie Wang
9a12265c32
fix mispelled executor (#566) 2021-11-23 17:32:25 +08:00
LINxiansheng
ad33fa48ea cp a document commit from github 2021-11-23 16:06:17 +08:00
Liyao Xiong
61de3c8d5d
commit-message: fix issue 505, ob_partition_log_packet_handler.cpp with misspelled word (#567) 2021-11-23 15:06:40 +08:00
yan-tingyun
10fee2c4e2
修改: src/clog/ob_info_block_handler.h (#564) 2021-11-23 14:47:03 +08:00
richie
3c1dc8c604
Update ob_th_worker.cpp (#558) 2021-11-23 14:25:27 +08:00
Zhihao Chen
5183f3afd6
Fix typos in ob_partition_log_service.cpp (#559) 2021-11-23 14:06:41 +08:00
rainays
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
richie
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
Whorra
d6ffaa0514
fix typos (#560) 2021-11-23 10:42:47 +08:00
Longda
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
LINxiansheng
da03889dbf patch: Ob quick start 2021-11-22 21:34:52 +08:00
obpilot
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
simonjoylet
fd0fb2433c fix compile and dump sstable_meta of ob_admin 2021-11-22 21:07:41 +08:00
LINxiansheng
a22496d9d5 Fix Github Issue(#555) 2021-11-22 21:07:19 +08:00
wangt1xiuyi
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
LINxiansheng
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
shenchai
728762d35e
add MySQLClient to supported clients (#441) 2021-11-19 10:22:00 +08:00