View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
83 | WADF | Core | public | 1 Sep 2008 11:03 | 17 Oct 2008 12:49 |
Reporter | mrosenquist | Assigned To | timj | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.9.0 | Fixed in Version | 0.9.0 | ||
Summary | 83: Output in wadf-reprocess when re deploying databases shows all the tables | ||||
Description | Output in wadf-reprocess when re deploying databases shows all the tables | ||||
Tags | No 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); } } | ||||
|
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 |
|
Fixed along with some other adjustments in SVN r1203 |
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 |