summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/t/is_basics_mixed.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/funcs_1/t/is_basics_mixed.test')
-rw-r--r--mysql-test/suite/funcs_1/t/is_basics_mixed.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/suite/funcs_1/t/is_basics_mixed.test b/mysql-test/suite/funcs_1/t/is_basics_mixed.test
index 30aeba12915..235b91c67d0 100644
--- a/mysql-test/suite/funcs_1/t/is_basics_mixed.test
+++ b/mysql-test/suite/funcs_1/t/is_basics_mixed.test
@@ -11,6 +11,19 @@
# Create this script based on older scripts and new code.
#
+# This test is strict adjusted to the behaviour of the non embedded server.
+# Example of common differences between both servers:
+# USE information_schema; CREATE VIEW tables AS SELECT 'garbage';
+# non embedded server:
+# - errname ER_DBACCESS_DENIED_ERROR
+# - ERROR 42000: Access denied for user 'root'@'localhost' to
+# database 'information_schema'
+# embedded server:
+# - errno 1
+# - Can't create/write to file
+# '.../var/master-data/information_schema/tables.frm~
+--source include/not_embedded.inc
+
--source suite/funcs_1/datadict/datadict.pre
# $engine_type must point to storage engine which is all time available.