Plugin version is not correctly reported in information_schema

Bug #677839 reported by shinguz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PBXT
Fix Committed
Undecided
Vladimir Kolesnikov

Bug Description

The version of the PBXT plugin 1.1 is not correctly reported in MySQL information_schema:

SELECT plugin_name, plugin_version, plugin_type_version
  FROM INFORMATION_SCHEMA.plugins
 WHERE plugin_name IN ('PBXT', 'InnoDB');

+-------------+----------------+---------------------+
| PLUGIN_NAME | PLUGIN_VERSION | PLUGIN_TYPE_VERSION |
+-------------+----------------+---------------------+
| PBXT | 0.1 | 50153.0 |
| InnoDB | 1.0 | 50153.0 |
...
| InnoDB | 1.1 | 50507.0 |
+-------------+----------------+---------------------+

I expect a version number like 1.1 or even 1.1.01 the same way as InnoDB plugin does.

Related branches

Changed in pbxt:
assignee: nobody → Vladimir Kolesnikov (vkolesnikov)
status: New → In Progress
Changed in pbxt:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.