[Pkg-mysql-commits] r940 - branches/sid-5.1/debian/additions

Christian Hammers ch at alioth.debian.org
Wed Oct 3 11:23:00 UTC 2007


Author: ch
Date: 2007-10-03 11:23:00 +0000 (Wed, 03 Oct 2007)
New Revision: 940

Modified:
   branches/sid-5.1/debian/additions/debian-start.inc.sh
Log:
Filter new message


Modified: branches/sid-5.1/debian/additions/debian-start.inc.sh
===================================================================
--- branches/sid-5.1/debian/additions/debian-start.inc.sh	2007-10-03 02:08:51 UTC (rev 939)
+++ branches/sid-5.1/debian/additions/debian-start.inc.sh	2007-10-03 11:23:00 UTC (rev 940)
@@ -18,7 +18,11 @@
   tempfile=`tempfile`
   LC_ALL=C $MYCHECK $MYCHECK_PARAMS \
     2>&1 \
-    | perl -e '$_=join("", <>); s/^[^\n]+\n(error|note)\s+: The (handler|storage engine) for the table doesn.t support check\n//smg;print;' \
+    | perl -e "
+    	\$_=join('', <>);
+	s/^[^\\n]+\\n(error|note)\s+: You can't use locks with log tables.\\n//simg;
+	s/^[^\\n]+\\n(error|note)\s+: The (handler|storage engine) for the table doesn.t support check\\n//smg;
+	print;" \
     > $tempfile
   if [ -s $tempfile ]; then
     (




More information about the Pkg-mysql-commits mailing list