# File lib/dbd_mysql/Mysql.rb, line 351
  def __createdb(db)
    @handle.create_db(db)
  end