Below is the list of changes that have just been committed into a local
5.0 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.2133 06/05/15 20:29:50 tomas@stripped +1 -0
correction of merge
sql/ha_ndbcluster.cc
1.247 06/05/15 20:29:44 tomas@stripped +1 -1
correction of merge
# 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.0
--- 1.246/sql/ha_ndbcluster.cc 2006-05-15 17:17:26 +02:00
+++ 1.247/sql/ha_ndbcluster.cc 2006-05-15 20:29:44 +02:00
@@ -3517,7 +3517,7 @@
const void *data, *pack_data;
uint length, pack_length;
- if (readfrm(table->path, &data, &length) ||
+ if (readfrm(table->s->path, &data, &length) ||
packfrm(data, length, &pack_data, &pack_length) ||
pack_length != tab->getFrmLength() ||
memcmp(pack_data, tab->getFrmData(), pack_length))
| Thread |
|---|
| • bk commit into 5.0 tree (tomas:1.2133) | tomas | 16 May |