Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Fixed
-
10.1.2
-
None
-
10.1.2-MariaDB-1~trusty-wsrep-log
Description
SELECT plugin_name,plugin_version,plugin_maturity FROM information_schema.plugins ORDER BY plugin_maturity,plugin_name;
|
+-----------------------------+----------------+-----------------+
|
| plugin_name | plugin_version | plugin_maturity |
|
+-----------------------------+----------------+-----------------+
|
...
|
| wsrep | 1.0 | Unknown |
|
+-----------------------------+----------------+-----------------+
|
commit 36c1982a19723e45c00cb0b5eea16d2e4c069c21
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Wed Feb 18 15:23:37 2015 +0200
MDEV-7604: wsrep plugin lists its plugin_maturity as UnknownChanged wsrep plugin from mysql_plugin to maria_plugin to
set up plugin_maturity to Stable.