List:Internals« Previous MessageNext Message »
From:jonas Date:October 11 2005 3:23pm
Subject:bk commit into 5.1 tree (jonas:1.2045)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 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.2045 05/10/11 15:23:09 jonas@stripped +1 -0
  ndb diskdata
    hugo doesnt support charsets

  storage/ndb/test/src/NDBT_Tables.cpp
    1.24 05/10/11 15:23:04 jonas@stripped +1 -1
    ndb diskdata
      hugo doesnt support charsets

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

--- 1.23/storage/ndb/test/src/NDBT_Tables.cpp	2005-10-05 09:54:27 +02:00
+++ 1.24/storage/ndb/test/src/NDBT_Tables.cpp	2005-10-11 15:23:04 +02:00
@@ -142,7 +142,7 @@
   NDBT_Attribute("PK1", NdbDictionary::Column::Unsigned, 1, true), 
   NDBT_Attribute("PK2", NdbDictionary::Column::Unsigned, 1, true), 
   NDBT_Attribute("PK3", NdbDictionary::Column::Unsigned, 1, true), 
-  NDBT_Attribute("PK4", NdbDictionary::Column::Varchar, 123, true), 
+  NDBT_Attribute("PK4", NdbDictionary::Column::Varbinary, 123, true), 
   NDBT_Attribute("ATTR1", NdbDictionary::Column::Unsigned),
   NDBT_Attribute("ATTR2", NdbDictionary::Column::Unsigned),
   NDBT_Attribute("ATTR3", NdbDictionary::Column::Unsigned),
Thread
bk commit into 5.1 tree (jonas:1.2045)jonas11 Oct