[PATCH] WL#3704 mgmapi timeouts: 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
===================================================================
parent 4df1bd9c
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment