Files
oceanbase/docs/docs
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
..
2021-11-23 11:03:49 +08:00
2021-11-22 21:34:52 +08:00
2021-09-18 14:51:13 +08:00
2021-08-13 13:44:50 +08:00