List:Commits« Previous MessageNext Message »
From:Stewart Smith Date:March 12 2008 6:41am
Subject:bk commit into 5.0 tree (stewart:1.2536) BUG#31238
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@stripped, 2008-03-12 17:41:32+11:00, stewart@willster.(none) +1 -0
  Revert BUG#31238 fix (breaks non-ndb make dist builds)

  extra/perror.c@stripped, 2008-03-12 17:41:30+11:00, stewart@willster.(none) +2 -0
    Revert BUG#31238 fix (breaks non-ndb make dist builds)

diff -Nrup a/extra/perror.c b/extra/perror.c
--- a/extra/perror.c	2008-03-11 17:09:45 +11:00
+++ b/extra/perror.c	2008-03-12 17:41:30 +11:00
@@ -22,8 +22,10 @@
 #include <m_string.h>
 #include <errno.h>
 #include <my_getopt.h>
+#ifdef HAVE_NDBCLUSTER_DB
 #include "../ndb/src/ndbapi/ndberror.c"
 #include "../ndb/src/kernel/error/ndbd_exit_codes.c"
+#endif
 
 static my_bool verbose, print_all_codes;
 
Thread
bk commit into 5.0 tree (stewart:1.2536) BUG#31238Stewart Smith12 Mar