summaryrefslogtreecommitdiff
path: root/ndb/src/mgmapi
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2005-01-20 20:51:19 +0100
committerunknown <tomas@poseidon.ndb.mysql.com>2005-01-20 20:51:19 +0100
commitfb95d7421c03c655b69a65955d857f5e827f59f1 (patch)
treef8ae1b0e007a96bff93a1546d85c0f629cd41d79 /ndb/src/mgmapi
parenta6ad6824059cf2da14746a37ee9f547dd8b81c5d (diff)
downloadmariadb-git-fb95d7421c03c655b69a65955d857f5e827f59f1.tar.gz
mgmapi.cpp:
compile error ndb/src/mgmapi/mgmapi.cpp: compile error
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 2730ca0665b..4ea7afdd3b8 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"));
}