Hello,
we are close to enable new strict mode with above settings in mysql 5.7.22
I've checked all schemas and found 15 entries in "system" schemas like these:
| information_schema ROUTINES | CREATED | datetime 0000-00-00 00:00:00 |
| mysql | proc | modified | timestamp 0000-00-00 00:00:00 |
| performance_schema events_statements_summary_by_digest FIRST_SEEN | timestamp 0000-00-00 00:00:00 |
I think above entries will violate new strict mode if not handeld correctly. Some of them don't contain data - those should make no problem right now. The others (I've just checked some) do contain correct timestamps.
Suggesting all 15 fields contain no or at 100% correct data, there should be no problem?
But what happens in future?
Did we forget to update above "system" schemas some day?
Thanks in advance,
R.Jonas