mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
mysql-5.5.31 merge
This commit is contained in:
@ -107,7 +107,7 @@ void mysql_client_binlog_statement(THD* thd)
|
||||
rli->relay_log.description_event_for_exec &&
|
||||
buf))
|
||||
{
|
||||
my_error(ER_OUTOFMEMORY, MYF(0), 1); /* needed 1 bytes */
|
||||
my_error(ER_OUTOFMEMORY, MYF(ME_FATALERROR), 1); /* needed 1 bytes */
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user