post-merge fix

This commit is contained in:
unknown 2004-10-28 14:02:09 +03:00
commit 17cf3c633e
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 */
}