/**
  * Commit the successful queries and reset AUTOCOMMIT
  * This is called automatically if you use Database_Transaction::complete()
  * It can also be used manually for testing
  */
 public function commit()
 {
     $this->_db->commit_transaction();
 }