Below is the list of changes that have just been committed into a local
5.0 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
1.1985 05/09/20 14:55:44 jonas@stripped +1 -0
show engine ndb status - merge fix
sql/ha_ndbcluster.cc
1.208 05/09/20 14:55:41 jonas@stripped +1 -1
merge fix
# 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/mysql-5.0-push
--- 1.207/sql/ha_ndbcluster.cc 2005-09-20 12:22:27 +02:00
+++ 1.208/sql/ha_ndbcluster.cc 2005-09-20 14:55:41 +02:00
@@ -7413,7 +7413,7 @@
field_list.push_back(new Item_return_int("free", 10,MYSQL_TYPE_LONG));
field_list.push_back(new Item_return_int("sizeof", 10,MYSQL_TYPE_LONG));
- if (protocol->send_fields(&field_list, 1))
+ if (protocol->send_fields(&field_list, Protocol::SEND_NUM_ROWS | Protocol::SEND_EOF))
DBUG_RETURN(TRUE);
if (get_thd_ndb(thd) && get_thd_ndb(thd)->ndb)
| Thread |
|---|
| • bk commit into 5.0 tree (jonas:1.1985) | jonas | 20 Sep |