summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-12-21 18:56:34 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2004-12-21 18:56:34 +0100
commit4407e49e9b94b755a224a943a070dd03ba77ae01 (patch)
tree60a321c17b6220f4f0f7992dcf47f2b0a974ed66
parent1d32cbb1988c062770bbe516232f974f38c0f8c9 (diff)
downloadmariadb-git-4407e49e9b94b755a224a943a070dd03ba77ae01.tar.gz
version.c:
added compatability info NdbTransaction.hpp: Rename: ndb/include/ndbapi/NdbConnection.hpp -> ndb/include/ndbapi/NdbTransaction.hpp ndb/include/ndbapi/NdbTransaction.hpp: Rename: ndb/include/ndbapi/NdbConnection.hpp -> ndb/include/ndbapi/NdbTransaction.hpp ndb/src/common/util/version.c: added compatability info
-rw-r--r--ndb/include/ndbapi/NdbTransaction.hpp (renamed from ndb/include/ndbapi/NdbConnection.hpp)0
-rw-r--r--ndb/src/common/util/version.c2
2 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/ndbapi/NdbConnection.hpp b/ndb/include/ndbapi/NdbTransaction.hpp
index 2a9a39a1a49..2a9a39a1a49 100644
--- a/ndb/include/ndbapi/NdbConnection.hpp
+++ b/ndb/include/ndbapi/NdbTransaction.hpp
diff --git a/ndb/src/common/util/version.c b/ndb/src/common/util/version.c
index 2a274be0662..33020ad305e 100644
--- a/ndb/src/common/util/version.c
+++ b/ndb/src/common/util/version.c
@@ -70,6 +70,8 @@ struct NdbUpGradeCompatible {
#ifndef TEST_VERSION
struct NdbUpGradeCompatible ndbCompatibleTable_full[] = {
+ { MAKE_VERSION(5,0,3), MAKE_VERSION(5,0,2), 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 },
{ 0, 0, UG_Null }
};