summaryrefslogtreecommitdiff
path: root/ndb/src/mgmapi
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-01-20 22:37:53 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-01-20 22:37:53 +0100
commit8023be4912d157165604bca4688db28c981e15bc (patch)
tree30ee345b97923b102ebf57f00cdf62d1e8f5e2d6 /ndb/src/mgmapi
parentf107513d84646aead470119372ff05b41aa5e348 (diff)
parent5fb6034390dab5ba68e2e93b4e9a4c02951e76c9 (diff)
downloadmariadb-git-8023be4912d157165604bca4688db28c981e15bc.tar.gz
Merge poseidon.ndb.mysql.com:/home/tomas/mysql-5.0
into poseidon.ndb.mysql.com:/home/tomas/mysql-5.0-ndb ndb/src/mgmapi/mgmapi.cpp: Auto merged sql/ha_ndbcluster.cc: Auto merged
Diffstat (limited to 'ndb/src/mgmapi')
-rw-r--r--ndb/src/mgmapi/mgmapi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/mgmapi/mgmapi.cpp b/ndb/src/mgmapi/mgmapi.cpp
index 9168a3f79bc..2872960f90a 100644
--- a/ndb/src/mgmapi/mgmapi.cpp
+++ b/ndb/src/mgmapi/mgmapi.cpp
@@ -315,7 +315,7 @@ ndb_mgm_call(NdbMgmHandle handle, const ParserRow<ParserDummy> *command_reply,
ndbout << "Error in mgm protocol parser. "
<< "cmd: '" << cmd
<< "' status=" << (Uint32)ctx.m_status
- << ", curr=" << (Uint32)ctx.m_currentToken
+ << ", curr=" << ctx.m_currentToken
<< endl;
DBUG_PRINT("info",("parser.parse returned NULL"));
}