diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-06-13 14:14:47 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-06-13 14:14:47 +0200 |
commit | acad1cc03c082abafc11554cfa4f801638521018 (patch) | |
tree | d5c969dbb2ec9c22371b8482e6f22db3d250d077 /mysql-test/r | |
parent | 458927163a88e5e95b5764cf95713509ab386211 (diff) | |
download | mariadb-git-acad1cc03c082abafc11554cfa4f801638521018.tar.gz |
MDEV-4573 UNINSTALL PLUGIN misleading error message for non-dynamic plugins
change WARN_PLUGIN_DELETE_BUILTIN to ER_PLUGIN_DELETE_BUILTIN
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/plugin.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/plugin.result b/mysql-test/r/plugin.result index 62864d0f16d..3b706817285 100644 --- a/mysql-test/r/plugin.result +++ b/mysql-test/r/plugin.result @@ -171,3 +171,5 @@ select 1; 1 1 UNINSTALL PLUGIN example; +UNINSTALL PLUGIN MyISAM; +ERROR HY000: Built-in plugins cannot be deleted |