This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-20 05:52:27 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
001224c09d
mariadb
/
mysql-test
/
t
/
rpl_sp-slave.opt
2 lines
60 B
Text
Raw
Normal View
History
Unescape
Escape
WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions". 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).
2005-11-10 17:50:51 +01:00
--log_bin_trust_routine_creators=0 --slave-skip-errors=1062
Reference in a new issue
Copy permalink