summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <lars-erik.bjork@sun.com>2009-12-14 01:16:50 +0100
committerunknown <lars-erik.bjork@sun.com>2009-12-14 01:16:50 +0100
commit6fd71b12b82f94de68a22c4b0fed795365b80334 (patch)
tree0f1883468a69a48fc129fd728f7880eeaece3516 /sql/sql_update.cc
parentd65fdb31681260ee0cb37ded28889bf9946da1d8 (diff)
parent71c54b8c0cb146de893bbf6006b8d21a0ac2a270 (diff)
downloadmariadb-git-6fd71b12b82f94de68a22c4b0fed795365b80334.tar.gz
Merging
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r--sql/sql_update.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc
index cfa383ce9cb..c988d746500 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -828,7 +828,7 @@ int mysql_update(THD *thd,
if (error < 0)
{
- char buff[STRING_BUFFER_USUAL_SIZE];
+ char buff[MYSQL_ERRMSG_SIZE];
my_snprintf(buff, sizeof(buff), ER(ER_UPDATE_INFO), (ulong) found, (ulong) updated,
(ulong) thd->cuted_fields);
thd->row_count_func=