[Pkg-mysql-commits] r1714 - in mysql-dfsg-5.1/branches/unstable/debian: . additions

Norbert Tretkowski nobse at alioth.debian.org
Wed Sep 2 18:08:05 UTC 2009


tags 534606 pending
thanks

Author: nobse
Date: 2009-09-02 18:08:04 +0000 (Wed, 02 Sep 2009)
New Revision: 1714

Modified:
   mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start.inc.sh
   mysql-dfsg-5.1/branches/unstable/debian/changelog
Log:
Support ANSI mode in debian-start.inc.sh

Modified: mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start.inc.sh
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start.inc.sh	2009-09-02 18:05:35 UTC (rev 1713)
+++ mysql-dfsg-5.1/branches/unstable/debian/additions/debian-start.inc.sh	2009-09-02 18:08:04 UTC (rev 1714)
@@ -19,9 +19,9 @@
   # We have to use xargs in this case, because a for loop barfs on the 
   # spaces in the thing to be looped over. 
   LC_ALL=C $MYSQL --skip-column-names --batch -e  '
-      select concat("select count(*) into @discard from `",
-                    TABLE_SCHEMA, "`.`", TABLE_NAME, "`") 
-      from information_schema.TABLES where ENGINE="MyISAM"' | \
+      select concat('\''select count(*) into @discard from `'\'',
+                    TABLE_SCHEMA, '\''`.`'\'', TABLE_NAME, '\''`'\'') 
+      from information_schema.TABLES where ENGINE='\''MyISAM'\' | \
     xargs -i $MYSQL --skip-column-names --silent --batch \
                     --force -e "{}" >$tempfile 
   if [ -s $tempfile ]; then

Modified: mysql-dfsg-5.1/branches/unstable/debian/changelog
===================================================================
--- mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-09-02 18:05:35 UTC (rev 1713)
+++ mysql-dfsg-5.1/branches/unstable/debian/changelog	2009-09-02 18:08:04 UTC (rev 1714)
@@ -5,12 +5,14 @@
     - French, from Christian Perrier. (closes: #540508)
     - Italian, from Luca Monducci. (closes: #541465)
     - German, from Thomas Mueller. (closes: #544477)
-  * Drop old_passwords option. (closes: #540366)
-  * Enable hardening. (closes: #542746)
   * Handle DEB_BUILD_OPTIONS correctly, patch from Stephen Depooter.
     (closes: #523928)
+  * Support ANSI mode in debian-start.inc.sh, patch from Mathias Gug.
+    (closes: #534606)
+  * Enable hardening. (closes: #542746)
+  * Drop old_passwords option. (closes: #540366)
 
- -- Norbert Tretkowski <nobse at debian.org>  Wed, 02 Sep 2009 20:04:51 +0200
+ -- Norbert Tretkowski <nobse at debian.org>  Wed, 02 Sep 2009 20:07:06 +0200
 
 mysql-dfsg-5.1 (5.1.37-1) unstable; urgency=low
 




More information about the Pkg-mysql-commits mailing list