View Issue Details

IDProjectCategoryView StatusLast Update
83WADFCorepublic17 Oct 2008 12:49
Reportermrosenquist Assigned Totimj  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version0.9.0Fixed in Version0.9.0 
Summary83: Output in wadf-reprocess when re deploying databases shows all the tables
DescriptionOutput in wadf-reprocess when re deploying databases shows all the tables
TagsNo tags attached.
Attached Files
WADF.php.b83.patch (493 bytes)   
--- WADF.php.orig	2008-09-01 09:49:54.000000000 +0100
+++ WADF.php	2008-09-01 11:08:38.000000000 +0100
@@ -341,7 +341,7 @@
 		$res = mysql_query('SHOW TABLES', $dbconn);
 		mysql_query('SET FOREIGN_KEY_CHECKS=0');
 		while ($table = mysql_fetch_row($res)) {
-			$this->_debugOutput( "\tDropping table " . $table[0], self::DEBUG_GENERAL); 
+			$this->_debugOutput( "\tDropping table " . $table[0], self::DEBUG_INFORMATION); 
 			mysql_query("DROP TABLE '" . $table[0] . "'", $dbconn);
 		}
 	}
WADF.php.b83.patch (493 bytes)   

Activities

mrosenquist

1 Sep 2008 11:11

reporter   ~94

The patch changes the line that outputs the removed tables to INFORMATIONAL verbosity level.

The One line output of the database that is removed in unchanged

timj

1 Sep 2008 14:21

manager   ~99

Fixed along with some other adjustments in SVN r1203

Issue History

Date Modified Username Field Change
1 Sep 2008 11:03 mrosenquist New Issue
1 Sep 2008 11:09 mrosenquist File Added: WADF.php.b83.patch
1 Sep 2008 11:11 mrosenquist Note Added: 94
1 Sep 2008 13:16 timj Target Version => 0.9.0
1 Sep 2008 13:16 timj Status new => assigned
1 Sep 2008 13:16 timj Assigned To => timj
1 Sep 2008 14:21 timj Status assigned => resolved
1 Sep 2008 14:21 timj Fixed in Version => 0.9.0
1 Sep 2008 14:21 timj Resolution open => fixed
1 Sep 2008 14:21 timj Note Added: 99
17 Oct 2008 12:49 timj Status resolved => closed