• guilhem@mysql.com's avatar
    WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions". · ff46e549
    guilhem@mysql.com authored
    Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are,
    the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures.
    They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)").
    We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
    ff46e549
mysql_test_run_new.c 49.9 KB