summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorgluh@mysql.com/eagle.(none) <>2007-01-26 16:36:50 +0400
committergluh@mysql.com/eagle.(none) <>2007-01-26 16:36:50 +0400
commit45f61a06fbad3e41efcd4cd950a068e967a70bd3 (patch)
tree12f96b03a54f9059b09f59ec88d49b0907ef0fb0 /sql/sql_update.cc
parent8b69d169d42615cde36815ffec32eb1af764ccb4 (diff)
parent4908cf0772166d3b93297601265ba52f34bca7f2 (diff)
downloadmariadb-git-45f61a06fbad3e41efcd4cd950a068e967a70bd3.tar.gz
Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
into mysql.com:/home/gluh/MySQL/Merge/5.0
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;