summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-09-05 20:11:43 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-09-05 20:11:43 +0000
commitfbfb494a3860b810caff74535280a9ffb614fb1a (patch)
treedf02916d0a86cd360027c907658a3465c3d3fe0e /040_all_tcpd-vars-fix-r1.patch
downloadmysql-extras-fbfb494a3860b810caff74535280a9ffb614fb1a.tar.gz
mysql-extras-fbfb494a3860b810caff74535280a9ffb614fb1a.tar.bz2
mysql-extras-fbfb494a3860b810caff74535280a9ffb614fb1a.zip
Imported from /home/gentoo/distfiles/mysql-extras-20050904.tar.bz2.mysql-extras-20050904
Diffstat (limited to '040_all_tcpd-vars-fix-r1.patch')
-rw-r--r--040_all_tcpd-vars-fix-r1.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/040_all_tcpd-vars-fix-r1.patch b/040_all_tcpd-vars-fix-r1.patch
new file mode 100644
index 0000000..20a3798
--- /dev/null
+++ b/040_all_tcpd-vars-fix-r1.patch
@@ -0,0 +1,14 @@
+###MY_VER_RANGE [5.0.11_beta,)
+--- mysql-old/sql/mysqld.cc 2005-08-06 03:39:41.000000000 +0200
++++ mysql-new/sql/mysqld.cc 2005-08-30 23:40:44.000000000 +0200
+@@ -126,8 +126,8 @@
+ #ifdef NEED_SYS_SYSLOG_H
+ #include <sys/syslog.h>
+ #endif /* NEED_SYS_SYSLOG_H */
+-int allow_severity = LOG_INFO;
+-int deny_severity = LOG_WARNING;
++//int allow_severity = LOG_INFO;
++//int deny_severity = LOG_WARNING;
+
+ #endif /* HAVE_LIBWRAP */
+