mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Make gcov happy.
This commit is contained in:
parent
eda0b52c8e
commit
7343db297a
2 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue