summaryrefslogtreecommitdiff
path: root/ndb
diff options
context:
space:
mode:
authorunknown <pekka@mysql.com>2005-05-18 18:05:37 +0200
committerunknown <pekka@mysql.com>2005-05-18 18:05:37 +0200
commitada8087666d269e4de623f6c744a2a2b8cf14216 (patch)
tree56bfe00aa302c9821fcf9ee0a93b2f09cf05b8e5 /ndb
parent0a2b07254f85b9e3a1a5a4bc52bb44957006cc31 (diff)
parentfed9e19112195386c1b354f50ca18d9a3933c10c (diff)
downloadmariadb-git-ada8087666d269e4de623f6c744a2a2b8cf14216.tar.gz
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/pekka/ndb/version/my41
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 },