1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

cleanup: comments

This commit is contained in:
Sergei Golubchik
2015-08-31 16:23:01 +02:00
parent 89e08bf300
commit 7b54dec1c6
4 changed files with 13 additions and 35 deletions

View File

@@ -1009,7 +1009,7 @@ void Relay_log_info::inc_group_relay_log_pos(ulonglong log_pos,
group_relay_log_pos= event_relay_log_pos;
strmake_buf(group_relay_log_name, event_relay_log_name);
notify_group_relay_log_name_update();
if (log_pos) // 3.23 binlogs don't have log_posx
if (log_pos) // not 3.23 binlogs (no log_pos there) and not Stop_log_event
group_master_log_pos= log_pos;
}