Below is the list of changes that have just been committed into a local
5.1 repository of hf. When hf 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-18 18:48:38+05:00, holyfoot@stripped +1 -0
letter's case fixed
config/ac-macros/plugins.m4@stripped, 2006-10-18 18:48:35+05:00, holyfoot@stripped +3 -3
x->X
# 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: holyfoot
# Host: deer.(none)
# Root: /home/hf/work/mysql-5.1-release
--- 1.18/config/ac-macros/plugins.m4 2006-10-18 18:48:47 +05:00
+++ 1.19/config/ac-macros/plugins.m4 2006-10-18 18:48:47 +05:00
@@ -345,9 +345,9 @@ AC_DEFUN([__MYSQL_EMIT_CHECK_PLUGIN],[
AC_MSG_CHECKING([whether to use ]$3)
mysql_use_plugin_dir=""
m4_ifdef([$10],[
- if test "x[$mysql_plugin_]$2" = Xyes -a \
- "x[$with_plugin_]$2" != Xno -o \
- "x[$with_plugin_]$2" = Xyes; then
+ if test "X[$mysql_plugin_]$2" = Xyes -a \
+ "X[$with_plugin_]$2" != Xno -o \
+ "X[$with_plugin_]$2" = Xyes; then
AC_MSG_RESULT([error])
AC_MSG_ERROR([disabled])
fi
| Thread |
|---|
| • bk commit into 5.1 tree (holyfoot:1.2325) | holyfoot | 18 Oct |