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