diff options
Diffstat (limited to '040_all_tcpd-vars-fix-r1.patch')
-rw-r--r-- | 040_all_tcpd-vars-fix-r1.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/040_all_tcpd-vars-fix-r1.patch b/040_all_tcpd-vars-fix-r1.patch deleted file mode 100644 index 20a3798..0000000 --- a/040_all_tcpd-vars-fix-r1.patch +++ /dev/null @@ -1,14 +0,0 @@ -###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 */ - |