summaryrefslogtreecommitdiff
path: root/mysql-test/main/symlink.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/symlink.result')
-rw-r--r--mysql-test/main/symlink.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/symlink.result b/mysql-test/main/symlink.result
index e8063ee736c..9388379af27 100644
--- a/mysql-test/main/symlink.result
+++ b/mysql-test/main/symlink.result
@@ -157,9 +157,13 @@ a
drop table t1;
End of 4.1 tests
SET SESSION keep_files_on_create = TRUE;
+Warnings:
+Warning 1287 '@@keep_files_on_create' is deprecated and will be removed in a future release
CREATE TABLE t1 (a INT) ENGINE MYISAM;
Got one of the listed errors
SET SESSION keep_files_on_create = FALSE;
+Warnings:
+Warning 1287 '@@keep_files_on_create' is deprecated and will be removed in a future release
CREATE TABLE t1 (a INT) ENGINE MYISAM;
DROP TABLE t1;
End of 5.0 tests