MySQL Forums
Forum List  »  MyISAM

Re: rows skipped on mysql_upgrade for out-of-range datetimes
Posted by: Rick James
Date: September 15, 2009 08:46AM

ALLOW_INVALID_DATES, NO_ZERO_DATE, NO_ZERO_IN_DATE, TRADITIONAL
http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html

Perhaps do this before the load (but in the same session):
SET sql_mode = 'TRADITIONAL';

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: rows skipped on mysql_upgrade for out-of-range datetimes
2535
September 15, 2009 08:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.