diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-06-15 10:26:06 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-06-15 10:26:06 +0200 |
commit | 13982b5a118ab9060d786da646af94d81638bc3b (patch) | |
tree | 920d488437c42d55abf5d397eeb3df13f96fef4c /storage/xtradb/include | |
parent | 0522307ed1b4aeef16dd94606d0b0f6e974b29a5 (diff) | |
download | mariadb-git-13982b5a118ab9060d786da646af94d81638bc3b.tar.gz |
comments
Diffstat (limited to 'storage/xtradb/include')
-rw-r--r-- | storage/xtradb/include/univ.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/xtradb/include/univ.i b/storage/xtradb/include/univ.i index 1a48d68d0d7..dd108bcbfe3 100644 --- a/storage/xtradb/include/univ.i +++ b/storage/xtradb/include/univ.i @@ -54,6 +54,9 @@ Created 1/20/1994 Heikki Tuuri #define INNODB_VERSION_BUGFIX 8 #ifndef PERCONA_INNODB_VERSION +/* this is *not* the version of XtraDB as in Percona-Server sources, + but the version of Percona-Server, where this XtraDB was taken from. + Because Percona does not update XtraDB version for every release */ #define PERCONA_INNODB_VERSION 24.1 #endif |