diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2017-06-16 18:37:38 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2017-06-16 18:37:38 +0200 |
commit | f73507e68526b491c2e1d35293602d4caf577436 (patch) | |
tree | d141354bfa281f51a56946d997fbada45b53d477 /mysql-test/suite/plugins | |
parent | 50faeda4d6dfa67b08022e74f6d4e6e7a69a5edc (diff) | |
download | mariadb-git-f73507e68526b491c2e1d35293602d4caf577436.tar.gz |
result fix
Diffstat (limited to 'mysql-test/suite/plugins')
-rw-r--r-- | mysql-test/suite/plugins/r/show_all_plugins.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/plugins/r/show_all_plugins.result b/mysql-test/suite/plugins/r/show_all_plugins.result index 4471011b660..dd6cbfce4c4 100644 --- a/mysql-test/suite/plugins/r/show_all_plugins.result +++ b/mysql-test/suite/plugins/r/show_all_plugins.result @@ -26,7 +26,7 @@ three_attempts NOT INSTALLED AUTHENTICATION dialog_examples.so GPL two_questions NOT INSTALLED AUTHENTICATION dialog_examples.so GPL show status like '%libraries%'; Variable_name Value -Opened_plugin_libraries 8 +Opened_plugin_libraries 7 show plugins soname where library = 'ha_example.so'; Name Status Type Library License EXAMPLE NOT INSTALLED STORAGE ENGINE ha_example.so GPL |