diff options
author | MySQL Build Team <build@mysql.com> | 2009-05-22 21:05:46 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-05-22 21:05:46 +0200 |
commit | 60cad950c937da377a2629c915c8704892c73e13 (patch) | |
tree | f62d999075b927a96225b9dfa7d4d6b3b94063f0 /storage/ndb | |
parent | 7ba75d5cd28b09644b59f290fc91a31ed249b0b9 (diff) | |
download | mariadb-git-60cad950c937da377a2629c915c8704892c73e13.tar.gz |
Bug #44536: MySQL 5.4 version mismatch in the sources
Update version number; also modify NDB's version.c for compatibility.
Diffstat (limited to 'storage/ndb')
-rw-r--r-- | storage/ndb/src/common/util/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/ndb/src/common/util/version.c b/storage/ndb/src/common/util/version.c index 56a92489131..b8d050ec97e 100644 --- a/storage/ndb/src/common/util/version.c +++ b/storage/ndb/src/common/util/version.c @@ -98,7 +98,7 @@ void ndbSetOwnVersion() {} #ifndef TEST_VERSION struct NdbUpGradeCompatible ndbCompatibleTable_full[] = { - { MAKE_VERSION(5,1,NDB_VERSION_BUILD), MAKE_VERSION(5,1,18), UG_Range}, + { MAKE_VERSION(5,4,NDB_VERSION_BUILD), MAKE_VERSION(5,1,18), UG_Range}, { MAKE_VERSION(5,1,17), MAKE_VERSION(5,1,0), UG_Range}, { MAKE_VERSION(5,0,NDB_VERSION_BUILD), MAKE_VERSION(5,0,12), UG_Range}, { MAKE_VERSION(5,0,11), MAKE_VERSION(5,0,2), UG_Range}, |