diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-04-28 12:11:35 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-04-28 12:11:35 +0200 |
commit | 2797f0c5347d87c6c1c3053e1f857381be6631c3 (patch) | |
tree | 0e833e2eb70dd5cb317e1e88e7113bd1c6e63c9e /storage | |
parent | 0e05dc81b3ff42bacb03eb6826ae75876bef2025 (diff) | |
download | mariadb-git-2797f0c5347d87c6c1c3053e1f857381be6631c3.tar.gz |
fix XtraDB version to tell the truth
Diffstat (limited to 'storage')
-rw-r--r-- | storage/xtradb/include/univ.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/xtradb/include/univ.i b/storage/xtradb/include/univ.i index 222f255b014..ffe09ae2436 100644 --- a/storage/xtradb/include/univ.i +++ b/storage/xtradb/include/univ.i @@ -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) "." \ |