upgrade to MySQL 3.23.32
This commit is contained in:
parent
1bdf8cda2f
commit
2783c9e4ef
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.31 2001/01/21 17:09:12 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.32 2001/01/23 00:48:45 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.44 1999/03/04 21:27:58 dirk Exp $
|
||||
|
||||
DISTNAME= mysql-3.23.31
|
||||
DISTNAME= mysql-3.23.32
|
||||
CATEGORIES= databases
|
||||
NEED_VERSION= 1.336
|
||||
MASTER_SITES= http://www.mysql.net/Downloads/MySQL-3.23/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (mysql-3.23.31.tar.gz) = b857ae8bdeefac5dd012611359efd6ee
|
||||
RMD160 (mysql-3.23.31.tar.gz) = 7472ae9a9abfd1c7a6eac6bf51c2a5e42de3bedd
|
||||
SHA1 (mysql-3.23.31.tar.gz) = e9ae69910e0c8b20db1eb5cc18b989e082c58d50
|
||||
MD5 (mysql-3.23.32.tar.gz) = a25ee394377a9d8c14bb9fbd3f84fafa
|
||||
RMD160 (mysql-3.23.32.tar.gz) = 5398aee0fe7d5d28d38459c3aacefa327bc6e8e9
|
||||
SHA1 (mysql-3.23.32.tar.gz) = b77752fab79ce25ed6c3c5141779346470727f32
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Wed Jan 17 04:40:02 2001
|
||||
+++ configure Sat Jan 20 23:03:57 2001
|
||||
@@ -2964,7 +2964,7 @@
|
||||
--- configure.orig Mon Jan 22 08:37:14 2001
|
||||
+++ configure Mon Jan 22 16:17:00 2001
|
||||
@@ -2966,7 +2966,7 @@
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
@ -9,9 +9,9 @@
|
||||
if test -n "$HOSTNAME"; then
|
||||
echo "$ac_t""$HOSTNAME" 1>&6
|
||||
else
|
||||
@@ -3098,35 +3098,7 @@
|
||||
@@ -3100,35 +3100,7 @@
|
||||
echo $ac_n "checking "how to check if pid exists"""... $ac_c" 1>&6
|
||||
echo "configure:3100: checking "how to check if pid exists"" >&5
|
||||
echo "configure:3102: checking "how to check if pid exists"" >&5
|
||||
PS=$ac_cv_path_PS
|
||||
-# Linux style
|
||||
-if $PS p $$ 2> /dev/null | grep $0 > /dev/null
|
||||
@ -46,23 +46,23 @@
|
||||
|
||||
echo "$ac_t"""$FIND_PROC"" 1>&6
|
||||
|
||||
@@ -4936,6 +4908,7 @@
|
||||
@@ -4950,6 +4922,7 @@
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 4938 "configure"
|
||||
#line 4952 "configure"
|
||||
#include "confdefs.h"
|
||||
+#include <stdio.h>
|
||||
#include <tcpd.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
@@ -4961,6 +4934,7 @@
|
||||
@@ -4975,6 +4948,7 @@
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 4963 "configure"
|
||||
#line 4977 "configure"
|
||||
#include "confdefs.h"
|
||||
+#include <stdio.h>
|
||||
#include <tcpd.h>
|
||||
int allow_severity = 0;
|
||||
int deny_severity = 0;
|
||||
@@ -5823,8 +5797,6 @@
|
||||
@@ -5837,8 +5811,6 @@
|
||||
#define $ac_tr_lib 1
|
||||
EOF
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
fi
|
||||
@@ -6046,29 +6018,6 @@
|
||||
@@ -6060,29 +6032,6 @@
|
||||
|
||||
fi
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- scripts/Makefile.in.orig Wed Jan 17 04:46:35 2001
|
||||
+++ scripts/Makefile.in Fri Jan 19 11:00:11 2001
|
||||
@@ -345,6 +345,7 @@
|
||||
--- scripts/Makefile.in.orig Mon Jan 22 08:44:17 2001
|
||||
+++ scripts/Makefile.in Mon Jan 22 16:17:01 2001
|
||||
@@ -346,6 +346,7 @@
|
||||
-e 's!@''datadir''@!$(datadir)!g' \
|
||||
-e 's!@''localstatedir''@!$(localstatedir)!g' \
|
||||
-e 's!@''libexecdir''@!$(libexecdir)!g' \
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- sql/Makefile.in.orig Wed Jan 17 04:46:33 2001
|
||||
+++ sql/Makefile.in Fri Jan 19 11:02:49 2001
|
||||
@@ -1769,8 +1769,7 @@
|
||||
--- sql/Makefile.in.orig Mon Jan 22 08:44:15 2001
|
||||
+++ sql/Makefile.in Mon Jan 22 16:17:03 2001
|
||||
@@ -1771,8 +1771,7 @@
|
||||
|
||||
sql_yacc.o: sql_yacc.cc sql_yacc.h
|
||||
@echo "Note: The following compile may take a long time."
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2001/01/21 17:09:14 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2001/01/23 00:48:46 brad Exp $
|
||||
bin/comp_err
|
||||
bin/isamchk
|
||||
bin/isamlog
|
||||
@ -36,6 +36,7 @@ include/mysql/dbug.h
|
||||
include/mysql/errmsg.h
|
||||
include/mysql/m_ctype.h
|
||||
include/mysql/m_string.h
|
||||
include/mysql/my_config.h
|
||||
include/mysql/my_global.h
|
||||
include/mysql/my_list.h
|
||||
include/mysql/my_net.h
|
||||
@ -180,7 +181,7 @@ share/mysql/my-huge.cnf
|
||||
share/mysql/my-large.cnf
|
||||
share/mysql/my-medium.cnf
|
||||
share/mysql/my-small.cnf
|
||||
share/mysql/mysql-3.23.31.spec
|
||||
share/mysql/mysql-3.23.32.spec
|
||||
share/mysql/mysql-log-rotate
|
||||
share/mysql/mysql.server
|
||||
share/mysql/norwegian-ny/errmsg.sys
|
||||
|
Loading…
Reference in New Issue
Block a user