# File lib/dbd/mysql/database.rb, line 353
        def __createdb(db)
            @handle.create_db(db)
        end