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@stripped, 2007-03-15 09:56:09+01:00, stewart@stripped +1 -0
[PATCH] Print full error from mgmd in NdbRestarter errors
Turns out they can be useful in working out what's going wrong.
Index: ndb-work/storage/ndb/test/src/NdbRestarter.cpp
===================================================================
storage/ndb/test/src/NdbRestarter.cpp@stripped, 2007-03-15 09:09:35+01:00, stewart@stripped +2 -0
Print full error from mgmd in NdbRestarter errors
# 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: willster.(none)
# Root: /home/stewart/Documents/MySQL/5.1/telco-wl3704
--- 1.20/storage/ndb/test/src/NdbRestarter.cpp 2007-03-06 18:36:43 +01:00
+++ 1.21/storage/ndb/test/src/NdbRestarter.cpp 2007-03-15 09:09:35 +01:00
@@ -26,6 +26,8 @@
#define MGMERR(h) \
ndbout << "latest_error="<<ndb_mgm_get_latest_error(h) \
<< ", line="<<ndb_mgm_get_latest_error_line(h) \
+ << ", mesg="<<ndb_mgm_get_latest_error_msg(h) \
+ << ", desc="<<ndb_mgm_get_latest_error_desc(h) \
<< endl;
| Thread |
|---|
| • bk commit into 5.1 tree (stewart:1.2481) | Stewart Smith | 15 Mar |