summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-10-28 14:02:09 +0300
committerunknown <bell@sanja.is.com.ua>2004-10-28 14:02:09 +0300
commit17cf3c633eb1db29457cbd62c5fc022d07d5dd6d (patch)
treee934afe2ce49581363e182ea64ec3ffb54109e38 /libmysqld
parent46ce3d00921491398d2e9a00c2b03e67540dee23 (diff)
downloadmariadb-git-17cf3c633eb1db29457cbd62c5fc022d07d5dd6d.tar.gz
post-merge fix
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/lib_sql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/lib_sql.cc b/libmysqld/lib_sql.cc
index fdc1acea09b..85e4ccd48bf 100644
--- a/libmysqld/lib_sql.cc
+++ b/libmysqld/lib_sql.cc
@@ -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 */
}