Below is the list of changes that have just been committed into a local
4.1 repository of lenz. When lenz 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.2262 05/05/12 18:18:37 lenz@stripped +1 -0
- added a check for "u_int32_t" to configure.in that will define
HAVE_U_INT32_T when available (needed to fix a double typedef in
libedit)
configure.in
1.372 05/05/12 18:18:26 lenz@stripped +1 -0
- added a check for "u_int32_t" that will define HAVE_U_INT32_T
when available (needed to fix a double typedef in libedit)
# 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: lenz
# Host: metis.lenznet
# Root: /space/my/mysql-4.1-build-clone
--- 1.371/configure.in 2005-05-07 17:35:09 +02:00
+++ 1.372/configure.in 2005-05-12 18:18:26 +02:00
@@ -1881,6 +1881,7 @@
fi
AC_CHECK_TYPES([sigset_t, off_t], [], [], [#include <sys/types.h>])
AC_CHECK_TYPES([size_t], [], [], [#include <stdio.h>])
+AC_CHECK_TYPES([u_int32_t])
MYSQL_PTHREAD_YIELD
| Thread |
|---|
| • bk commit into 4.1 tree (lenz:1.2262) | lenz | 13 May |