summaryrefslogtreecommitdiff
path: root/mysql-test/main/symlink.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/symlink.test')
-rw-r--r--mysql-test/main/symlink.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/symlink.test b/mysql-test/main/symlink.test
index cf95d4cb938..d5f52e9a60d 100644
--- a/mysql-test/main/symlink.test
+++ b/mysql-test/main/symlink.test
@@ -144,6 +144,9 @@ DROP TABLE t2;
#
# Bug#8706 - temporary table with data directory option fails
#
+#view cannot has temporary table in definition
+--disable_view_protocol
+
connect (session1,localhost,root,,);
connect (session2,localhost,root,,);
@@ -176,6 +179,8 @@ connection default;
select * from t1;
drop table t1;
+--enable_view_protocol
+
--echo End of 4.1 tests
#