diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-12-12 19:18:49 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-12-12 19:18:49 +0400 |
commit | 1345a759229c3b42d54db5d0b7a276dece838fb8 (patch) | |
tree | c5e3d314d97fd2b4ca81e8945508d29770d6acb7 /mysql-test/r/plugin.result | |
parent | 67f514382b18356a981ac5023276aa1c5e11481f (diff) | |
download | mariadb-git-1345a759229c3b42d54db5d0b7a276dece838fb8.tar.gz |
MroongaSE: addint thd_autoinc and thd_error_context plugin services
Diffstat (limited to 'mysql-test/r/plugin.result')
-rw-r--r-- | mysql-test/r/plugin.result | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/plugin.result b/mysql-test/r/plugin.result index 4075d551b1a..d304f094987 100644 --- a/mysql-test/r/plugin.result +++ b/mysql-test/r/plugin.result @@ -15,7 +15,7 @@ PLUGIN_STATUS ACTIVE PLUGIN_TYPE STORAGE ENGINE PLUGIN_TYPE_VERSION # PLUGIN_LIBRARY ha_example.so -PLUGIN_LIBRARY_VERSION 1.7 +PLUGIN_LIBRARY_VERSION 1.8 PLUGIN_AUTHOR Brian Aker, MySQL AB PLUGIN_DESCRIPTION Example storage engine PLUGIN_LICENSE GPL @@ -28,7 +28,7 @@ PLUGIN_STATUS ACTIVE PLUGIN_TYPE DAEMON PLUGIN_TYPE_VERSION # PLUGIN_LIBRARY ha_example.so -PLUGIN_LIBRARY_VERSION 1.7 +PLUGIN_LIBRARY_VERSION 1.8 PLUGIN_AUTHOR Sergei Golubchik PLUGIN_DESCRIPTION Unusable Daemon PLUGIN_LICENSE GPL @@ -62,7 +62,7 @@ PLUGIN_STATUS DELETED PLUGIN_TYPE STORAGE ENGINE PLUGIN_TYPE_VERSION # PLUGIN_LIBRARY ha_example.so -PLUGIN_LIBRARY_VERSION 1.7 +PLUGIN_LIBRARY_VERSION 1.8 PLUGIN_AUTHOR Brian Aker, MySQL AB PLUGIN_DESCRIPTION Example storage engine PLUGIN_LICENSE GPL |