1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

post-merge fix

This commit is contained in:
bell@sanja.is.com.ua
2004-10-28 14:02:09 +03:00
parent dff05eb951
commit 5bf7a8c30b
4 changed files with 6 additions and 6 deletions

View File

@ -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 */
}