b81aea078a
Full listing of changes: http://dev.mysql.com/doc/refman/5.0/en/news-5-0-21.html Notable changes include: - Security enhancement: Added the global max_prepared_stmt_count system variable to limit the total number of prepared statements in the server. - The default for the innodb_thread_concurrency system variable was changed to 8. - Fixes for CVE-2006-1516, CVE-2006-1517 and CVE-2006-1518. And a lot of bug fixes.
14 lines
491 B
Text
14 lines
491 B
Text
$NetBSD: patch-af,v 1.4 2006/05/18 16:11:15 cube Exp $
|
|
|
|
--- man/Makefile.in.orig 2006-04-26 20:31:55.000000000 +0200
|
|
+++ man/Makefile.in
|
|
@@ -342,7 +342,8 @@ yassl_includes = @yassl_includes@
|
|
yassl_libs = @yassl_libs@
|
|
yassl_taocrypt_extra_cxxflags = @yassl_taocrypt_extra_cxxflags@
|
|
zlib_dir = @zlib_dir@
|
|
-man1_MANS = @man1_files@
|
|
+man1_MANS = mysql.1 mysql_zap.1 mysqlaccess.1 mysqladmin.1 \
|
|
+ mysqldump.1 mysqlshow.1 mysql_fix_privilege_tables.1
|
|
EXTRA_DIST = $(man1_MANS)
|
|
all: all-am
|
|
|