summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorpekka@mysql.com <>2005-05-18 17:47:43 +0200
committerpekka@mysql.com <>2005-05-18 17:47:43 +0200
commitc054f84ae3c1c0b1a0245844e5c035e0cd40bccc (patch)
treef015256655d79ccc1ef388f9f98e88abc1377a4a /ndb
parent8ed0aaacdf05fa5e34699bba812ec7553a0adb3e (diff)
downloadmariadb-git-c054f84ae3c1c0b1a0245844e5c035e0cd40bccc.tar.gz
ndb - allow upgrade 4.1.10->4.1.12
Diffstat (limited to 'ndb')
-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 8cc6de0fc24..ed2e2565eea 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(4,1,12), 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 },