File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
storage/rocksdb/mysql-test/rocksdb/t Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,13 @@ DROP TABLE IF EXISTS t1;
20
20
--replace_result error: error
21
21
--error ER_CANT_CREATE_TABLE
22
22
CREATE TABLE t1 (a INT PRIMARY KEY, b CHAR(8)) ENGINE=rocksdb DATA DIRECTORY = '/foo/bar/data';
23
+ --replace_result error: error
23
24
show warnings;
24
25
25
26
--replace_result error: error
26
27
--error ER_CANT_CREATE_TABLE
27
28
CREATE TABLE t1 (a INT PRIMARY KEY, b CHAR(8)) ENGINE=rocksdb INDEX DIRECTORY = '/foo/bar/index';
29
+ --replace_result error: error
28
30
show warnings;
29
31
30
32
#
@@ -41,6 +43,7 @@ CREATE TABLE t1 (id INT NOT NULL PRIMARY KEY) ENGINE=rocksdb PARTITION BY RANGE
41
43
DATA DIRECTORY = '/foo/bar/data/',
42
44
PARTITION P2 VALUES LESS THAN (MAXVALUE)
43
45
);
46
+ --replace_result error: error
44
47
show warnings;
45
48
46
49
--replace_result error: error
@@ -53,4 +56,5 @@ CREATE TABLE t1 (id int not null primary key) ENGINE=rocksdb PARTITION BY RANGE
53
56
INDEX DIRECTORY = '/foo/bar/data/',
54
57
PARTITION P2 VALUES LESS THAN (MAXVALUE)
55
58
);
59
+ --replace_result error: error
56
60
show warnings;
You can’t perform that action at this time.
0 commit comments