From 911df28cd8e4221eb7847c5ceb3f08a664d4baed Mon Sep 17 00:00:00 2001 From: "tomas@poseidon.ndb.mysql.com" <> Date: Fri, 17 Dec 2004 10:24:57 +0100 Subject: [PATCH] version.c: 4.1.9 compatible with 4.1.8 --- ndb/src/common/util/version.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ndb/src/common/util/version.c b/ndb/src/common/util/version.c index f2b3d5bd522..8e4f6efe745 100644 --- a/ndb/src/common/util/version.c +++ b/ndb/src/common/util/version.c @@ -69,6 +69,7 @@ struct NdbUpGradeCompatible { #ifndef TEST_VERSION struct NdbUpGradeCompatible ndbCompatibleTable_full[] = { + { MAKE_VERSION(4,1,9), MAKE_VERSION(4,1,8), UG_Exact }, { MAKE_VERSION(3,5,2), MAKE_VERSION(3,5,1), UG_Exact }, { 0, 0, UG_Null } }; -- 2.30.9