Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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.1893 05/05/27 16:40:40 tomas@stripped +1 -0
ha_ndbcluster.cc:
removed flush of binlog_index as it takes too much time
sql/ha_ndbcluster.cc
1.259 05/05/27 16:40:15 tomas@stripped +0 -1
removed flush of binlog_index as it takes too much time
# 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: tomas
# Host: poseidon.ndb.mysql.com
# Root: /home/tomas/mysql-5.1-wl2325
--- 1.258/sql/ha_ndbcluster.cc 2005-05-26 17:30:27 +02:00
+++ 1.259/sql/ha_ndbcluster.cc 2005-05-27 16:40:15 +02:00
@@ -8594,7 +8594,6 @@
goto add_binlog_index_err;
}
- binlog_index->file->extra(HA_EXTRA_FLUSH);
mysql_unlock_tables(thd, thd->lock);
thd->lock=0;
return 0;
| Thread |
|---|
| • bk commit into 5.1 tree (tomas:1.1893) | tomas | 27 May |