mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
mysys: ME_ERROR_LOG_ONLY flag
This commit is contained in:
parent
c9061d1102
commit
ced6638773
8 changed files with 26 additions and 22 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue