List:Internals« Previous MessageNext Message »
From:tomas Date:December 21 2004 5:56pm
Subject:bk commit into 5.0 tree (tomas:1.1710)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tomas. When tomas does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.1710 04/12/21 18:56:34 tomas@stripped +2 -0
  version.c:
    added compatability info
  NdbTransaction.hpp:
    Rename: ndb/include/ndbapi/NdbConnection.hpp -> ndb/include/ndbapi/NdbTransaction.hpp

  ndb/src/common/util/version.c
    1.16 04/12/21 18:55:13 tomas@stripped +2 -0
    added compatability info

  ndb/include/ndbapi/NdbTransaction.hpp
    1.22 04/12/21 16:47:13 tomas@stripped +0 -0
    Rename: ndb/include/ndbapi/NdbConnection.hpp -> ndb/include/ndbapi/NdbTransaction.hpp

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	tomas
# Host:	poseidon.ndb.mysql.com
# Root:	/home/tomas/mysql-5.0-ndb

--- 1.15/ndb/src/common/util/version.c	2004-12-16 22:38:22 +01:00
+++ 1.16/ndb/src/common/util/version.c	2004-12-21 18:55:13 +01:00
@@ -70,6 +70,8 @@
 
 #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 }
 };
Thread
bk commit into 5.0 tree (tomas:1.1710)tomas21 Dec