Commit a1019e93 authored by Nikita Malyavin's avatar Nikita Malyavin

binlog_cache_data: add more consts

parent 46ee272a
......@@ -322,7 +322,7 @@ class binlog_cache_data
incident= TRUE;
}
bool has_incident(void)
bool has_incident(void) const
{
return(incident);
}
......@@ -349,7 +349,7 @@ class binlog_cache_data
return my_b_tell(&cache_log);
}
my_off_t get_prev_position()
my_off_t get_prev_position() const
{
return(before_stmt_pos);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment