--- install/install_convert.php 2008-12-12 07:20:38.000000000 -0800 +++ install/install_convert.php 2009-04-17 13:13:00.000000000 -0700 @@ -1400,7 +1400,7 @@ } // When we reach this point, either the current table has been processed or we're running out of time. - if (still_on_time() && $counting < $convert->batch_size/* && !defined('DEBUG_EXTRA')*/) + if (still_on_time() && $counting == 0 /*< $convert->batch_size/* && !defined('DEBUG_EXTRA')*/) { $skip_rows = 0; $current_table++;