[Dbconfig-common-changes] [dbconfig-common] r218 - in trunk: debian internal

Sean Finney seanius at costa.debian.org
Mon May 22 08:51:46 UTC 2006


Author: seanius
Date: 2006-05-22 08:51:45 +0000 (Mon, 22 May 2006)
New Revision: 218

Modified:
   trunk/debian/changelog
   trunk/internal/mysql
Log:
fix for mysqldump

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-05-19 06:16:13 UTC (rev 217)
+++ trunk/debian/changelog	2006-05-22 08:51:45 UTC (rev 218)
@@ -1,17 +1,10 @@
-dbconfig-common (1.8.15) UNRELEASED; urgency=low
+dbconfig-common (1.8.14) unstable; urgency=low
 
   * andrew mcmillan found a spelling error, so i ran aspell over all
     the documentation :)
 
- -- seanius <seanius at debian.org>  Mon, 15 May 2006 20:08:27 -0500
+ -- sean finney <seanius at debian.org>  Fri, 19 May 2006 01:19:24 -0500
 
-dbconfig-common (1.8.14) unstable; urgency=low
-
-  * temporarily disabling the "dump database before purge" feature,
-    as mysqldump has stopped playing nicely with us.
-
- -- sean finney <seanius at debian.org>  Mon, 15 May 2006 20:01:49 -0500
-
 dbconfig-common (1.8.13) unstable; urgency=low
 
   [sean finney]

Modified: trunk/internal/mysql
===================================================================
--- trunk/internal/mysql	2006-05-19 06:16:13 UTC (rev 217)
+++ trunk/internal/mysql	2006-05-22 08:51:45 UTC (rev 218)
@@ -350,8 +350,7 @@
 	_dbc_mysql_check_connect || return 1
 	dumperr=0
 	mycnf=`_dbc_generate_mycnf`
-	_dbc_log "XXX dumping temporarily disabled, due to problems with mysqldump"
-	#dbc_error=`mysqldump --defaults-file="$mycnf" $dbc_dbname` || dumperr=1
+	dbc_error=`mysqldump --defaults-file="$mycnf" $dbc_dbname` || dumperr=1
 	rm -f $mycnf
 	return $dumperr
 }




More information about the Dbconfig-common-changes mailing list