1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fix XtraDB version to tell the truth

This commit is contained in:
Sergei Golubchik
2014-04-28 12:11:35 +02:00
parent 0e05dc81b3
commit 2797f0c534
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
if (`select plugin_description like '%XtraDB%' and substr(plugin_auth_version,16) <= "34.2" from information_schema.plugins where plugin_name='innodb'`)
if (`select plugin_auth_version <= "5.5.37-MariaDB-34.0" from information_schema.plugins where plugin_name='innodb'`)
{
--skip Not fixed in XtraDB as of 34.2 or earlier
--skip Not fixed in XtraDB as of 5.5.37-MariaDB-34.0 or earlier
}
--source include/have_innodb.inc

View File

@@ -67,7 +67,7 @@ component, i.e. we show M.N.P as M.N */
#define PERCONA_INNODB_VERSION 34.0
#endif
#define INNODB_VERSION_STR MYSQL_SERVER_VERSION "-" IB_TO_STR(PERCONA_INNODB_VERSION)
#define INNODB_VERSION_STR "5.5.37-MariaDB-" IB_TO_STR(PERCONA_INNODB_VERSION)
#define REFMAN "http://dev.mysql.com/doc/refman/" \
IB_TO_STR(MYSQL_MAJOR_VERSION) "." \