summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvoj@mysql.com <>2005-06-22 15:11:07 +0500
committersvoj@mysql.com <>2005-06-22 15:11:07 +0500
commit975cbd82c0f824b27b022494f1751d239d116788 (patch)
treec48622fae57cf6f13ce10890e01be914dd57f3c2
parent55ae33e8f47f35e022b48254726d8d7318d0bd57 (diff)
parent894390c10913e092112b43195554bf787aa07425 (diff)
downloadmariadb-git-975cbd82c0f824b27b022494f1751d239d116788.tar.gz
Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/svoj/devel/mysql/yassl-mysql-5.0
-rw-r--r--ndb/src/common/util/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/src/common/util/version.c b/ndb/src/common/util/version.c
index 3157f3bc356..5883a709e96 100644
--- a/ndb/src/common/util/version.c
+++ b/ndb/src/common/util/version.c
@@ -90,6 +90,7 @@ void ndbSetOwnVersion() {}
#ifndef TEST_VERSION
struct NdbUpGradeCompatible ndbCompatibleTable_full[] = {
+ { MAKE_VERSION(5,0,NDB_VERSION_BUILD), MAKE_VERSION(5,0,3), UG_Range},
{ MAKE_VERSION(5,0,3), MAKE_VERSION(5,0,2), UG_Exact },
{ MAKE_VERSION(4,1,12), MAKE_VERSION(4,1,10), UG_Range },
{ MAKE_VERSION(4,1,10), MAKE_VERSION(4,1,9), UG_Exact },