diff options
author | unknown <mskold@mysql.com> | 2005-06-22 11:18:40 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-06-22 11:18:40 +0200 |
commit | eb7e1d7257598343b5b2cc93b59dffd948f99366 (patch) | |
tree | 73e89b30bfb8a9481e79145e592505e1352c81b3 /ndb | |
parent | 06b1e941090c9ec1d7f54d388cd618e529bf99eb (diff) | |
download | mariadb-git-eb7e1d7257598343b5b2cc93b59dffd948f99366.tar.gz |
Made upgrade compatibility in 4.1 range to latest build version
ndb/src/common/util/version.c:
Maybe upgrade compatibility in 4.1 range to latest build version
Diffstat (limited to 'ndb')
-rw-r--r-- | ndb/src/common/util/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/util/version.c b/ndb/src/common/util/version.c index ed2e2565eea..7221dc48fa4 100644 --- a/ndb/src/common/util/version.c +++ b/ndb/src/common/util/version.c @@ -90,7 +90,7 @@ void ndbSetOwnVersion() {} #ifndef TEST_VERSION struct NdbUpGradeCompatible ndbCompatibleTable_full[] = { - { MAKE_VERSION(4,1,12), MAKE_VERSION(4,1,10), UG_Range }, + { MAKE_VERSION(4,1,NDB_VERSION_BUILD), MAKE_VERSION(4,1,10), UG_Range }, { MAKE_VERSION(4,1,10), MAKE_VERSION(4,1,9), UG_Exact }, { MAKE_VERSION(4,1,9), MAKE_VERSION(4,1,8), UG_Exact }, { MAKE_VERSION(3,5,2), MAKE_VERSION(3,5,1), UG_Exact }, |