establishConnection('w'); queryfx( $conn_w, 'DELETE FROM %T WHERE epoch <= %d LIMIT 100', $log_table->getTableName(), $this->getGarbageEpoch()); return ($conn_w->getAffectedRows() == 100); } }