summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorunknown <gluh@mysql.com/eagle.(none)>2007-01-26 16:36:50 +0400
committerunknown <gluh@mysql.com/eagle.(none)>2007-01-26 16:36:50 +0400
commit92a7c1ed9c6dec1fee17a830fdabe9272d6692bd (patch)
tree12f96b03a54f9059b09f59ec88d49b0907ef0fb0 /sql/sql_update.cc
parentea41474bf8c3051255dd0bf6ce72f4520b548976 (diff)
parent24903ed56ca2cceb3b9cb9f690ab47cc95e072be (diff)
downloadmariadb-git-92a7c1ed9c6dec1fee17a830fdabe9272d6692bd.tar.gz
Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
into mysql.com:/home/gluh/MySQL/Merge/5.0 sql/item.h: Auto merged sql/sql_table.cc: Auto merged sql/sql_update.cc: Auto merged
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 4043fe17a46..b85c617b12d 100644
--- a/sql/sql_update.cc
+++ b/sql/sql_update.cc
@@ -302,7 +302,7 @@ int mysql_update(THD *thd,
Doing an ORDER BY; Let filesort find and sort the rows we are going
to update
*/
- uint length;
+ uint length= 0;
SORT_FIELD *sortorder;
ha_rows examined_rows;