# File lib/dbd/mysql/database.rb, line 357
        def __dropdb(db)
            @handle.drop_db(db)
        end