It's because the SQL query before that entry is made up of multiple lines. SQL queries dont' have the new line chars removed when it's logged.
The log is parsed as one entry per line I think, and the remaining lines in your query are stored as new lines in the log.
The SQL lines taken as entries are then misinterpretted as a log entry, the date doesn't exist and you get the default date and an unknown log entry
