diff options
author | unknown <monty@donna.mysql.com> | 2001-02-18 13:56:10 +0200 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2001-02-18 13:56:10 +0200 |
commit | 8afcb175aa83b1f3d9f8ecbf15bdaec5f31d0d40 (patch) | |
tree | 47cf20488aa11083734792277f16161f7dad6aff /configure.in | |
parent | 3006cd3246edb5781cb924e0dcdab9a719b10db2 (diff) | |
download | mariadb-git-8afcb175aa83b1f3d9f8ecbf15bdaec5f31d0d40.tar.gz |
Fixed problem with concurrent inserts and read-previous
Fix for BSDI 4.0
Docs/manual.texi:
Added MySQL AB information
configure.in:
Fix for BSDI 4.0
myisam/mi_rprev.c:
Fixed problem with concurrent inserts and read-previous
mysys/mf_format.c:
Fix for BSDI 4.0
sql/handler.cc:
Fixed type
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4ca04cf11ff..64524fd20d8 100644 --- a/configure.in +++ b/configure.in @@ -746,7 +746,7 @@ case $SYSTEM_TYPE in ;; *bsdi*) echo "Adding fix for BSDI" - CFLAGS="$CFLAGS -D__BSD__" + CFLAGS="$CFLAGS -D__BSD__ -DHAVE_BROKEN_REALPATH" AC_DEFINE_UNQUOTED(SOCKOPT_OPTLEN_TYPE, size_t) ;; *sgi-irix6*) |