List:Internals« Previous MessageNext Message »
From:Stewart Smith Date:August 18 2005 2:48pm
Subject:bk commit into 5.0 tree (stewart:1.1890)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 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
  1.1890 05/08/19 00:48:03 stewart@stripped +1 -0
  Fix merge of BUG10950 and jonas' message improvements.

  ndb/src/mgmapi/mgmapi.cpp
    1.52 05/08/19 00:47:54 stewart@stripped +3 -5
    Fix merge of BUG10950 and jonas' message improvements.

# 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:	kennedy.(none)
# Root:	/home/stewart/Documents/MySQL/5.0/bug10950

--- 1.51/ndb/src/mgmapi/mgmapi.cpp	2005-08-19 00:39:47 +10:00
+++ 1.52/ndb/src/mgmapi/mgmapi.cpp	2005-08-19 00:47:54 +10:00
@@ -343,11 +343,9 @@
       /**
        * Print some info about why the parser returns NULL
        */
-      ndbout << "Error in mgm protocol parser. "
-	     << "cmd: '" << cmd
-	     << "' status=" << (Uint32)ctx.m_status
-	     << ", curr=" << ctx.m_currentToken
-	   << endl;
+      fprintf(handle->errstream,
+	      "Error in mgm protocol parser. cmd: >%s< status: %d curr: %d\n",
+	      cmd, (Uint32)ctx.m_status, ctx.m_currentToken);
       DBUG_PRINT("info",("ctx.status: %d, ctx.m_currentToken: %s",
 		         ctx.m_status, ctx.m_currentToken));
     }
Thread
bk commit into 5.0 tree (stewart:1.1890)Stewart Smith18 Aug