diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-20 22:37:53 +0100 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2005-01-20 22:37:53 +0100 |
commit | 51917caca104310620bf5bd1aa4fdf3a9b189c60 (patch) | |
tree | 30ee345b97923b102ebf57f00cdf62d1e8f5e2d6 /ndb/src/mgmapi | |
parent | d24868cbe68e4fad47834dde3cba59f98616c6f7 (diff) | |
parent | d69fcc2e05a048a7b268ac62c08f6538a57986f8 (diff) | |
download | mariadb-git-51917caca104310620bf5bd1aa4fdf3a9b189c60.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.cpp | 2 |
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")); } |