# File lib/dbd_mysql/Mysql.rb, line 355
  def __dropdb(db)
    @handle.drop_db(db)
  end