List:Internals« Previous MessageNext Message »
From:tomas Date:July 19 2005 11:52am
Subject:bk commit into 4.1 tree (tulin:1.2343) BUG#11999
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of ndbdev. When ndbdev 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.2343 05/07/19 11:52:24 tulin@stripped +1 -0
  perror.c:
    BUG#11999, incorrect --help on perror with ndb

  extra/perror.c
    1.38 05/07/19 11:51:12 ndbdev@stripped +1 -1
    BUG#11999, incorrect --help on perror with ndb

# 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:	tulin
# Host:	dl145b.mysql.com
# Root:	/home/ndbdev/tomas/mysql-4.1

--- 1.37/extra/perror.c	Thu Feb 17 02:37:54 2005
+++ 1.38/extra/perror.c	Tue Jul 19 11:51:12 2005
@@ -41,7 +41,7 @@
   {"info", 'I', "Synonym for --help.",  0, 0, 0, GET_NO_ARG,
    NO_ARG, 0, 0, 0, 0, 0, 0},
 #ifdef HAVE_NDBCLUSTER_DB
-  {"ndb", 0, "Ndbcluster storage engine specific error codes.",  (gptr*) &ndb_code,
+  {"ndb", 257, "Ndbcluster storage engine specific error codes.",  (gptr*) &ndb_code,
    (gptr*) &ndb_code, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
 #endif
 #ifdef HAVE_SYS_ERRLIST
Thread
bk commit into 4.1 tree (tulin:1.2343) BUG#11999tomas19 Jul