• Michael Widenius's avatar
    Affected rows for a SP now includes affected rows for all statements · 94bbe8ad
    Michael Widenius authored
    The old behavior of returning the affected rows for the last statement
    in a stored procedure was more an accident than design. Having the number
    of affected rows for all sub statements is more useful and will not change
    just because on changes the order of statements in the stored procedure.
    94bbe8ad
sp.test 203 KB