Comment 2 for bug 1014723

Revision history for this message
Elena Stepanova (elenst) wrote :

Hi,

Due to migration of the bug tracking to JIRA, this bug was tracked as https://mariadb.atlassian.net/browse/MDEV-646.

This difference is documented at https://mariadb.com/kb/en/mariadb-versus-mysql-compatibility/ , which says

<quote>
MariaDB does more strict checking of date, datetime and timestamp values. For example UNIX_TIMESTAMP('x') now returns NULL instead of 0.
</quote>

For migrating via replication, you can just use row binary log format, it is generally safer anyway.