# File lib/active_record/vendor/mysql.rb, line 233
  def drop_db(db)
    command COM_DROP_DB, db
    self
  end