Fun MySQL fact of the day: unsafe logging
Over the last couple weeks, we've been discussing the MySQL binary log and building up our mental mode around theSTATEMENT
-based binary log format. When using a STATEMENT
binary log format, MySQL very simply puts the SQL statement that issued a change into the binary log. Then, when we ... read more