Below is the list of changes that have just been committed into a local
6.0-falcon repository of jas. When jas 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-09 14:43:53-04:00, jas@stripped +1 -0
Return correct value for "no space available".
storage/falcon/DataPage.cpp@stripped, 2007-07-09 14:43:49-04:00, jas@stripped +1 -1
Return correct value for "no space available".
# 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: jas
# Host: fluffy.netfrastructure.com
# Root: /home/mysql/mysql-5.1-falcon
--- 1.24/storage/falcon/DataPage.cpp 2007-07-09 14:43:59 -04:00
+++ 1.25/storage/falcon/DataPage.cpp 2007-07-09 14:43:59 -04:00
@@ -425,7 +425,7 @@
{
Log::debug("DataPage::computeSpaceAvailable got a negative number\n");
- return 0;
+ return 1;
}
return space;
| Thread |
|---|
| • bk commit into 6.0-falcon tree (jas:1.2612) | Jim Starkey | 9 Jul |