Make gcov happy.

This commit is contained in:
unknown 2008-03-18 16:38:12 +04:00
commit 7343db297a
2 changed files with 2 additions and 2 deletions

View file

@ -406,7 +406,7 @@ Log_event::Log_event(const char* buf,
binlog, so which will cause problems if the user uses this value
in CHANGE MASTER).
*/
log_pos+= data_written;
log_pos+= data_written; /* purecov: inspected */
}
DBUG_PRINT("info", ("log_pos: %lu", (ulong) log_pos));