summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2014-07-28 09:42:52 +0200
committerSergei Golubchik <sergii@pisem.net>2014-07-28 09:42:52 +0200
commit01faff02fab4ca2fe2193fee5016bf3f24e9aea1 (patch)
tree231c90048f738ed79c0dcd708e026d03d3e0bde5 /mysql-test
parenta6071cc596fe37ef02e5639042de124f0c11b3b3 (diff)
downloadmariadb-git-01faff02fab4ca2fe2193fee5016bf3f24e9aea1.tar.gz
disable the test for MDEV-6351 on embedded
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/plugin_loaderr.result2
-rw-r--r--mysql-test/t/plugin_loaderr.test4
2 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/r/plugin_loaderr.result b/mysql-test/r/plugin_loaderr.result
index 8ac55455cff..d1189217355 100644
--- a/mysql-test/r/plugin_loaderr.result
+++ b/mysql-test/r/plugin_loaderr.result
@@ -9,5 +9,5 @@ PLUGIN_LIBRARY NULL
PLUGIN_LIBRARY_VERSION NULL
LOAD_OPTION ON
#
-# MDEV-6351 - --plugin=force has no effect for built-in plugins
+# MDEV-6351 --plugin=force has no effect for built-in plugins
#
diff --git a/mysql-test/t/plugin_loaderr.test b/mysql-test/t/plugin_loaderr.test
index bdae33a29df..7b98a94afd4 100644
--- a/mysql-test/t/plugin_loaderr.test
+++ b/mysql-test/t/plugin_loaderr.test
@@ -1,4 +1,6 @@
+--source include/not_embedded.inc
+
# We used an invalid command-line option and InnoDB failed to start.
# Ignore all related warnings
call mtr.add_suppression("InnoDB");
@@ -9,7 +11,7 @@ PLUGIN_NAME,PLUGIN_STATUS,PLUGIN_TYPE,PLUGIN_LIBRARY,PLUGIN_LIBRARY_VERSION,LOAD
FROM INFORMATION_SCHEMA.PLUGINS WHERE plugin_name = 'innodb';
--echo #
---echo # MDEV-6351 - --plugin=force has no effect for built-in plugins
+--echo # MDEV-6351 --plugin=force has no effect for built-in plugins
--echo #
--exec echo "wait" > $MYSQLTEST_VARDIR/tmp/mysqld.1.expect
--shutdown_server