Parent Directory
|
Revision Log
|
Patch
revision 1.15, Tue Jun 28 21:33:47 2005 UTC | revision 1.16, Tue Jun 28 23:51:06 2005 UTC | |
---|---|---|
# | Line 1380 | Line 1380 |
1380 | } | } |
1381 | } | } |
1382 | # Analyze the table to help optimize tables. | # Analyze the table to help optimize tables. |
$dbh->vacuum_it($relationName); | ||
1383 | } | } |
1384 | # Commit the database changes. | # Commit the database changes. |
1385 | $dbh->commit_tran; | $dbh->commit_tran; |
1386 | $dbh->vacuum_it($relationName); | |
1387 | # Delete the temporary file. | # Delete the temporary file. |
1388 | unlink $tempName; | unlink $tempName; |
1389 | # Return the statistics. | # Return the statistics. |
|
MCS Webmaster | ViewVC Help |
Powered by ViewVC 1.0.3 |