mysys: ME_ERROR_LOG_ONLY flag

This commit is contained in:
Sergei Golubchik 2018-05-30 17:23:51 +02:00
commit ced6638773
8 changed files with 26 additions and 22 deletions

View file

@ -1468,7 +1468,7 @@ log:
log_query.ptr(), log_query.length(),
FALSE, FALSE, FALSE, 0))
{
my_error(ER_ERROR_ON_WRITE, MYF(MY_WME), "binary log", -1);
my_error(ER_ERROR_ON_WRITE, MYF(0), "binary log", -1);
goto done;
}
thd->variables.sql_mode= 0;