mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
symlink.test, symlink.result:
Minor fix for test case of bug #29325 to make emb test happy. mysql-test/t/symlink.test: Minor fix for test case of bug #29325 to make emb test happy. mysql-test/r/symlink.result: Minor fix for test case of bug #29325 to make emb test happy.
This commit is contained in:
@ -144,7 +144,7 @@ RESET QUERY CACHE;
|
||||
USE db1;
|
||||
SET SESSION keep_files_on_create = TRUE;
|
||||
CREATE TABLE t1 (a INT) ENGINE MYISAM;
|
||||
ERROR HY000: Can't create/write to file './db1/t1.MYD' (Errcode: 17)
|
||||
Got one of the listed errors
|
||||
CREATE TABLE t3 (a INT) Engine=MyISAM;
|
||||
INSERT INTO t3 VALUES (1),(2),(3);
|
||||
TRUNCATE TABLE t3;
|
||||
|
@ -196,6 +196,7 @@ USE db1;
|
||||
#no warning from create table
|
||||
SET SESSION keep_files_on_create = TRUE;
|
||||
--disable_abort_on_error
|
||||
--error 1,1
|
||||
CREATE TABLE t1 (a INT) ENGINE MYISAM;
|
||||
--enable_abort_on_error
|
||||
|
||||
|
Reference in New Issue
Block a user