From: Date: July 3 2007 4:29pm Subject: bk commit into 5.1 tree (jonas:1.2504) BUG#28642 List-Archive: http://lists.mysql.com/commits/30183 X-Bug: 28642 Message-Id: <20070703142930.B16A4718857@perch.ndb.mysql.com> 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@stripped, 2007-07-03 16:29:25+02:00, jonas@stripped +1 -0 ndb - bug#28642 - Tablespace returning incorrect usage status make free 64 bit (as it represents free bytes, not free extents as originally designed) storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp@stripped, 2007-07-03 16:29:23+02:00, jonas@stripped +1 -1 make free 64 bit (as it represents free bytes, not free extents as originally designed) # 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/51-telco-gca --- 1.72/storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp 2007-07-03 16:29:30 +02:00 +++ 1.73/storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp 2007-07-03 16:29:30 +02:00 @@ -390,7 +390,7 @@ NdbFileImpl(NdbDictionary::Object::Type t); Uint64 m_size; - Uint32 m_free; + Uint64 m_free; BaseString m_path; BaseString m_filegroup_name; Uint32 m_filegroup_id;