auto-import changelog data from mysql-3.23.52-2.src.rpm

Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-2
- Add --enable-local-infile to configure - a new option which doesn't
    default to the old behaviour (#72885)
This commit is contained in:
cvsdist 2004-09-09 08:57:45 +00:00 committed by Michal Schorm
parent 73588eaead
commit 7346508221

View File

@ -1,6 +1,6 @@
Name: mysql Name: mysql
Version: 3.23.52 Version: 3.23.52
Release: 1 Release: 2
Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2 Source0: http://www.mysql.com/Downloads/MySQL-3.23/mysql-%{version}.tar.bz2
Source1: mysql.init Source1: mysql.init
Source2: mysql.logrotate Source2: mysql.logrotate
@ -77,6 +77,7 @@ export CFLAGS CXXFLAGS
#configure --without-debug \ #configure --without-debug \
./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \ ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --datadir=%{_datadir} --libdir=%{_libdir} --mandir=%{_mandir} --infodir=%{_infodir} \
--without-readline \ --without-readline \
--without-debug \
--enable-shared \ --enable-shared \
--with-extra-charsets=complex \ --with-extra-charsets=complex \
--with-bench \ --with-bench \
@ -85,12 +86,15 @@ export CFLAGS CXXFLAGS
--with-mysqld-user="mysql" \ --with-mysqld-user="mysql" \
--with-extra-charsets=all \ --with-extra-charsets=all \
--with-innodb \ --with-innodb \
--enable-local-infile \
--enable-large-files=yes --enable-largefile=yes \ --enable-large-files=yes --enable-largefile=yes \
%ifnarch alpha ppc %ifnarch alpha ppc
--with-berkeley-db \ --with-berkeley-db \
%endif %endif
--with-thread-safe-client --with-thread-safe-client
# Not enabling assembler
make make
make check make check
%ifnarch s390 s390x %ifnarch s390 s390x
@ -239,6 +243,10 @@ fi
/usr/lib/mysql/libmysqlclient*.so /usr/lib/mysql/libmysqlclient*.so
%changelog %changelog
* Thu Aug 29 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-2
- Add --enable-local-infile to configure - a new option
which doesn't default to the old behaviour (#72885)
* Fri Aug 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-1 * Fri Aug 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.23.52-1
- 3.23.52. Fixes a minor security problem, various bugfixes. - 3.23.52. Fixes a minor security problem, various bugfixes.