Below is the list of changes that have just been committed into a local
5.1 repository of stewart. When stewart 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.1795 05/03/10 16:10:31 stewart@stripped +1 -0
further work on WL2325 - NDB Injector thread
sql/ha_ndbcluster.cc
1.163 05/03/10 16:10:22 stewart@stripped +4 -1
Injector thread: Report complete NdbError message on dict->listObjects failure.
# 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: stewart
# Host: kennedy.(none)
# Root: /home/stewart/Documents/MySQL/5.1/ndb-wl2325
--- 1.162/sql/ha_ndbcluster.cc 2005-03-10 15:49:22 +11:00
+++ 1.163/sql/ha_ndbcluster.cc 2005-03-10 16:10:22 +11:00
@@ -6928,7 +6928,10 @@
if (dict->listObjects(list,
NdbDictionary::Object::UserTable) != 0)
{
- sql_print_error("NDB Replication: could not get list of tables");
+ sql_print_error("NDB Replication: could not get list of tables. "
+ "NdbError: %d Message: %s",
+ dict->getNdbError().code,
+ dict->getNdbError().message);
goto err;
}
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.1795) | Stewart Smith | 10 Mar |