1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

cleanup: correct usage of semicolons in sql_yacc.yy

This commit is contained in:
Sergei Golubchik
2015-08-27 13:48:32 +02:00
parent c862c15bba
commit 704ba5c514
2 changed files with 6 additions and 7 deletions

View File

@ -3022,8 +3022,6 @@ int start_slave(THD* thd , Master_info* mi, bool net_report)
}
else if (thd->lex->mi.relay_log_pos)
{
if (thd->lex->mi.pos)
slave_errno=ER_BAD_SLAVE_UNTIL_COND;
mi->rli.until_condition= Relay_log_info::UNTIL_RELAY_POS;
mi->rli.until_log_pos= thd->lex->mi.relay_log_pos;
strmake_buf(mi->rli.until_log_name, thd->lex->mi.relay_log_name);