List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:April 15 2005 12:50pm
Subject:bk commit into 5.1-ndb tree (joreland:1.1855)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1-ndb repository of jonas. When jonas 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://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.1855 05/04/15 14:50:17 joreland@stripped +1 -0
  wl1751 - ndb varsize - test framework
    opps varsize pk not supported...

  ndb/test/src/NDBT_Tables.cpp
    1.16 05/04/15 14:50:13 joreland@stripped +1 -1
    ops varsize pk not supported...

# 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:	joreland
# Host:	eel.ndb.mysql.com.ndb.mysql.com.ndb.mysql.com.ndb.mysql.com
# Root:	/home/jonas/src/mysql-5.1-ndb-dd

--- 1.15/ndb/test/src/NDBT_Tables.cpp	Fri Apr 15 14:19:33 2005
+++ 1.16/ndb/test/src/NDBT_Tables.cpp	Fri Apr 15 14:50:13 2005
@@ -173,7 +173,7 @@
 const
 NDBT_Attribute T8Attribs[] = {
   NDBT_Attribute("PERSON_ID", NdbDictionary::Column::Unsigned, 1, true), 
-  NDBT_Attribute("NAME", NdbDictionary::Column::Varbinary, 255, true),
+  NDBT_Attribute("NAME", NdbDictionary::Column::Varbinary, 255),
   NDBT_Attribute("ADRESS", NdbDictionary::Column::Longvarbinary, 513),
   NDBT_Attribute("POSTADRESS", NdbDictionary::Column::Char, 1173),
   NDBT_Attribute("VALUE", NdbDictionary::Column::Unsigned),
Thread
bk commit into 5.1-ndb tree (joreland:1.1855)jonas.oreland15 Apr