mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
post-merge fix
This commit is contained in:
parent
46ce3d0092
commit
17cf3c633e
4 changed files with 6 additions and 6 deletions
|
|
@ -664,7 +664,7 @@ bool Protocol::send_fields(List<Item> *list, int flags)
|
|||
|
||||
DBUG_RETURN(prepare_for_send(list));
|
||||
err:
|
||||
send_error(thd, ER_OUT_OF_RESOURCES); /* purecov: inspected */
|
||||
my_error(ER_OUT_OF_RESOURCES, MYF(0)); /* purecov: inspected */
|
||||
DBUG_RETURN(1); /* purecov: inspected */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue