mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
test case fix
This commit is contained in:
@ -147,16 +147,16 @@ drop table t1;
|
||||
deallocate prepare stmt;
|
||||
CREATE TABLE t1(a INT)
|
||||
DATA DIRECTORY='TEST_DIR/var/master-data/test';
|
||||
ERROR HY000: Incorrect arguments to DATA DIRECORY
|
||||
Got one of the listed errors
|
||||
CREATE TABLE t1(a INT)
|
||||
DATA DIRECTORY='TEST_DIR/var/master-data/';
|
||||
ERROR HY000: Incorrect arguments to DATA DIRECORY
|
||||
Got one of the listed errors
|
||||
CREATE TABLE t1(a INT)
|
||||
INDEX DIRECTORY='TEST_DIR/var/master-data';
|
||||
ERROR HY000: Incorrect arguments to INDEX DIRECORY
|
||||
Got one of the listed errors
|
||||
CREATE TABLE t1(a INT)
|
||||
INDEX DIRECTORY='TEST_DIR/var/master-data_var';
|
||||
ERROR HY000: Can't create/write to file 'TEST_DIR/var/master-data_var/t1.MYI' (Errcode: 2)
|
||||
Got one of the listed errors
|
||||
End of 4.1 tests
|
||||
SET SESSION keep_files_on_create = TRUE;
|
||||
CREATE TABLE t1 (a INT) ENGINE MYISAM;
|
||||
|
Reference in New Issue
Block a user