summaryrefslogtreecommitdiff
path: root/mysql-test/r/plugin.result
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2013-01-09 17:29:51 +0100
committerSergei Golubchik <sergii@pisem.net>2013-01-09 17:29:51 +0100
commitc9ff25f568df9112cb581348e865c79d8d663b4a (patch)
tree3bb9cebe9c7df365eb22208692dd3d892c6c481c /mysql-test/r/plugin.result
parenta128c50ac1b0d93f804aee98066588183c347607 (diff)
downloadmariadb-git-c9ff25f568df9112cb581348e865c79d8d663b4a.tar.gz
MDEV-3985 crash: uninstall soname 'a'
Diffstat (limited to 'mysql-test/r/plugin.result')
-rw-r--r--mysql-test/r/plugin.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/plugin.result b/mysql-test/r/plugin.result
index b5addf16147..6d8efe2615b 100644
--- a/mysql-test/r/plugin.result
+++ b/mysql-test/r/plugin.result
@@ -69,6 +69,8 @@ UNINSTALL PLUGIN EXAMPLE;
ERROR 42000: PLUGIN EXAMPLE does not exist
UNINSTALL PLUGIN non_exist;
ERROR 42000: PLUGIN non_exist does not exist
+UNINSTALL SONAME 'non_exist';
+ERROR 42000: SONAME non_exist.so does not exist
#
# Bug#32034: check_func_enum() does not check correct values but set it
# to impossible int val