List:Commits« Previous MessageNext Message »
From:knielsen Date:November 13 2006 5:11pm
Subject:bk commit into 5.1 tree (knielsen:1.2323)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of knielsen. When knielsen 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@stripped, 2006-11-13 17:11:44+01:00, knielsen@ymer.(none) +1 -0
  WL#1190
  Fix setting of all columns to dynamic (for testing).

  sql/ha_ndbcluster.cc@stripped, 2006-11-13 17:11:40+01:00, knielsen@ymer.(none) +1 -2
    Fix typo.

# 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:	knielsen
# Host:	ymer.(none)
# Root:	/usr/local/mysql/mysql-5.1-ndb-dynattr

--- 1.363/sql/ha_ndbcluster.cc	2006-11-13 17:11:57 +01:00
+++ 1.364/sql/ha_ndbcluster.cc	2006-11-13 17:11:57 +01:00
@@ -4791,10 +4791,9 @@ int ha_ndbcluster::create(const char *na
     else
     {
       col.setStorageType(NdbDictionary::Column::StorageTypeMemory);
+      col.setDynamic(info->row_type==ROW_TYPE_DYNAMIC);
 col.setDynamic(true); // For testing dynattr
     }
-
-    col.setDynamic(info->row_type==ROW_TYPE_DYNAMIC);
 
     tab.addColumn(col);
     if (col.getPrimaryKey())
Thread
bk commit into 5.1 tree (knielsen:1.2323)knielsen13 Nov