From 1c530b36d1c3a84c8022230e478da62021e6faa9 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 5 Mar 2012 21:48:06 +0100 Subject: mdev-20: INSTALL PLUGIN SONAME --- mysql-test/t/plugin_maturity.test | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mysql-test/t/plugin_maturity.test') diff --git a/mysql-test/t/plugin_maturity.test b/mysql-test/t/plugin_maturity.test index fe95f19b803..e1e4941492e 100644 --- a/mysql-test/t/plugin_maturity.test +++ b/mysql-test/t/plugin_maturity.test @@ -4,3 +4,9 @@ --replace_regex /\.dll/.so/ --error 1126 eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO'; + +--replace_regex /\.dll/.so/ +--error 1126 +eval INSTALL SONAME '$HA_EXAMPLE_SO'; +--replace_regex /\.dll/.so/ +show warnings; -- cgit v1.2.1