summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/t/myisam_trig_03e.test
diff options
context:
space:
mode:
authorMatthias Leich mleich@mysql.com <Unknown>2008-06-18 19:23:55 +0200
committerMatthias Leich mleich@mysql.com <Unknown>2008-06-18 19:23:55 +0200
commit672cb2c95052f2f4996e49ad274dab34ec078b07 (patch)
treec3a7bf022028d84e1cad474fe509c6ab0834b72e /mysql-test/suite/funcs_1/t/myisam_trig_03e.test
parentfab820e66091225e4e07cabdb390712a34c4ed15 (diff)
parent2356d4f54ae3d360ec469be9d5dbc1c7e807a1f3 (diff)
downloadmariadb-git-672cb2c95052f2f4996e49ad274dab34ec078b07.tar.gz
1. Upmerge of fix for the bugs
37167 funcs_1: Many tests fail if the embedded server is used. 37164 funcs_1: Some tests fail if an optional character set is missing. + some cleanup within the testsuite related to the fixes above + some adjustments to open bugs on Mac OS X 2. Skip tests which suffer from bug 37456 funcs_1: Several tests crash when used with embedded server 3. Minor cleanup in some tests
Diffstat (limited to 'mysql-test/suite/funcs_1/t/myisam_trig_03e.test')
-rw-r--r--mysql-test/suite/funcs_1/t/myisam_trig_03e.test7
1 files changed, 6 insertions, 1 deletions
diff --git a/mysql-test/suite/funcs_1/t/myisam_trig_03e.test b/mysql-test/suite/funcs_1/t/myisam_trig_03e.test
index d906cff16b9..9beb79c2288 100644
--- a/mysql-test/suite/funcs_1/t/myisam_trig_03e.test
+++ b/mysql-test/suite/funcs_1/t/myisam_trig_03e.test
@@ -1,8 +1,13 @@
-#### suite/funcs_1/t/myisam_triggers.test
+#### suite/funcs_1/t/myisam_trig_03e.test
+
+# This test cannot be used for the embedded server because we check here
+# privileges.
+--source include/not_embedded.inc
# MyISAM tables should be used
#
# Set $engine_type
+SET @@session.sql_mode = 'NO_ENGINE_SUBSTITUTION';
let $engine_type= myisam;
# Create some objects needed in many testcases