[Pkg-mysql-commits] r919 - branches/sid-5.1/debian

Christian Hammers ch at alioth.debian.org
Tue Aug 28 21:42:29 UTC 2007


Author: ch
Date: 2007-08-28 21:42:29 +0000 (Tue, 28 Aug 2007)
New Revision: 919

Modified:
   branches/sid-5.1/debian/mysql-server-5.1.mysql.init
Log:
no longer buggy


Modified: branches/sid-5.1/debian/mysql-server-5.1.mysql.init
===================================================================
--- branches/sid-5.1/debian/mysql-server-5.1.mysql.init	2007-08-28 07:04:49 UTC (rev 918)
+++ branches/sid-5.1/debian/mysql-server-5.1.mysql.init	2007-08-28 21:42:29 UTC (rev 919)
@@ -56,13 +56,6 @@
     echo                "WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" | $ERR_LOGGER
   fi
 
-  # check for buggy options
-  if grep -q ^expire.logs.days $CONF  &&  ! grep -q ^log.bin $CONF; then
-    log_failure_msg "$0: ERROR: Using expire_logs_days without log_bin crashes the server. See README.Debian.gz"
-    echo                "ERROR: Using expire_logs_days without log_bin crashes the server. See README.Debian.gz" | $ERR_LOGGER
-    exit 1
-  fi
-
   # check for diskspace shortage
   datadir=`mysqld_get_param datadir`
   if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit ($4>4096) }'; then




More information about the Pkg-mysql-commits mailing list