List:Commits« Previous MessageNext Message »
From:knielsen Date:November 14 2006 2:12pm
Subject:bk commit into 5.1 tree (knielsen:1.2324)
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-14 14:12:43+01:00, knielsen@ymer.(none) +1 -0
  WL#1190.
  Add Dynattr support for ndb_desc utility.

  storage/ndb/src/ndbapi/NdbDictionary.cpp@stripped, 2006-11-14 14:12:40+01:00,
knielsen@ymer.(none) +3 -0
    Add Dynattr support for ndb_desc utility.

# 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.66/storage/ndb/src/ndbapi/NdbDictionary.cpp	2006-11-14 14:12:52 +01:00
+++ 1.67/storage/ndb/src/ndbapi/NdbDictionary.cpp	2006-11-14 14:12:52 +01:00
@@ -1885,6 +1885,9 @@ operator<<(NdbOut& out, const NdbDiction
     break;
   }
 
+  if(col.getDynamic())
+    out << " DYNAMIC";
+
   return out;
 }
 
Thread
bk commit into 5.1 tree (knielsen:1.2324)knielsen14 Nov