List:Commits« Previous MessageNext Message »
From:Sergei Golubchik Date:April 13 2006 9:58am
Subject:bk commit into 5.1 tree (serg:1.2335)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of serg. When serg 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.2335 06/04/13 09:57:51 serg@stripped +2 -0
  fix for distcheck

  sql/sql_lex.cc
    1.176 06/04/13 09:57:37 serg@stripped +1 -1
    fix for distcheck

  configure.in
    1.361 06/04/13 09:57:36 serg@stripped +2 -1
    fix the test for distcheck

# 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:	serg
# Host:	serg.mylan
# Root:	/usr/home/serg/Abk/mysql-5.1

--- 1.360/configure.in	Wed Apr 12 14:11:48 2006
+++ 1.361/configure.in	Thu Apr 13 09:57:36 2006
@@ -2336,7 +2336,8 @@ AC_ARG_WITH(libedit,
     [ with_libedit=$withval ],
     [ with_libedit=undefined ]
     )
-if test -z "$with_readline$with_libedit" -a ! -e cmd-line-utils
+
+if test "$with_readline/$with_libedit" = "undefined/undefined" -a ! -e
"$srcdir/cmd-line-utils"
 then
   with_readline=no
   with_libedit=no

--- 1.175/sql/sql_lex.cc	Mon Mar 13 15:34:16 2006
+++ 1.176/sql/sql_lex.cc	Thu Apr 13 09:57:37 2006
@@ -80,7 +80,7 @@ inline int lex_casecmp(const char *s, co
   return (int) len+1;
 }
 
-#include "lex_hash.h"
+#include <lex_hash.h>
 
 
 void lex_init(void)
Thread
bk commit into 5.1 tree (serg:1.2335)Sergei Golubchik13 Apr