Alterações na distribuição 3.23.59 (not released yet)


If a query was ignored on the slave (because of replicate-ignore-table and other similar rules), the slave still checked if the query got the same error code (0, no error) as on the master. So if the master had an error on the query (for example, Duplicate entry in a multiple-row insert), then the slave stopped and warned that the error codes didn't match. This is a backport of the fix for MariaDB 4.0. (Bug#797)

Retornar