Comments - Timestamps are different

10 years, 8 months ago Tim Rice

To answer your question (sorry that I failed to answer this in the first post), I am using binlog_format=ROW

 
10 years, 8 months ago roberto spadim

ok

run this query in each server

select to_unixtimestamp(plan_approved_on) from safeplan_new1.plan_approval where plan_approval_id=3247

(i don't know if the problem is the on update at slaves, i never tried it)

check if you have diferrent unixtimestamps for servers

after this we could put this history at jira (mariadb bug tracker - https://mariadb.atlassian.net/), if we can't solve the error, i'm a mariadb user =]

propably they will ask about insert queires or binlog file

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.