List:Commits« Previous MessageNext Message »
From:lzhou Date:October 23 2006 2:09pm
Subject:bk commit into 5.0 tree (lzhou:1.2258) BUG#21052
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of root. When root 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@stripped, 2006-10-23 14:09:42+00:00, lzhou@stripped +1 -0
  Bug#21052 Modify the patch of bug#21052.

  ndb/src/mgmsrv/Services.cpp@stripped, 2006-10-23 14:08:38+00:00, lzhou@stripped +1 -1
    Modify the bug#21052

# 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:	lzhou
# Host:	dev3-138.dev.cn.tlan
# Root:	/home/zhl/mysql/mysql-5.0/bug21052

--- 1.70/ndb/src/mgmsrv/Services.cpp	2006-10-23 14:09:47 +00:00
+++ 1.71/ndb/src/mgmsrv/Services.cpp	2006-10-23 14:09:47 +00:00
@@ -1357,7 +1357,7 @@
     {
       int m_text_len= strlen(m_text);
       snprintf(m_text+m_text_len, 4 , " - ");
-      ndb_error_string(theData[3], m_text+(m_text_len+3), sizeof(m_text)-m_text_len-3);
+      ndb_error_string(theData[val], m_text+(m_text_len+3), sizeof(m_text)-m_text_len-3);
     }
   }
 
Thread
bk commit into 5.0 tree (lzhou:1.2258) BUG#21052lzhou23 Oct