Tagged Questions
1
vote
0answers
139 views
MySQL: Writing log entries from stored procedure
Is there a standard way to write log messages in MySQL stored procedures?
I can write log messages to a designated log table, but I prefer the standard log mechanism where each message is coupled ...
2
votes
2answers
756 views
MySQL “Statement may not be safe to log in statement format” warning
What is the meaning of the following MySQL warning:
Statement may not be safe to log in statement format.
I have some tens of thousands of these statements every day in my mysqld.err file, and I'm ...