mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/my/mysql-4.1
This commit is contained in:
@ -2682,7 +2682,7 @@ static int exec_relay_log_event(THD* thd, RELAY_LOG_INFO* rli)
|
||||
rli->is_until_satisfied())
|
||||
{
|
||||
sql_print_error("Slave SQL thread stopped because it reached its"
|
||||
" UNTIL position");
|
||||
" UNTIL position %ld", (long) rli->until_pos());
|
||||
/*
|
||||
Setting abort_slave flag because we do not want additional message about
|
||||
error in query execution to be printed.
|
||||
|
Reference in New Issue
Block a user