diff options
author | gluh@mysql.com/eagle.(none) <> | 2007-01-26 16:36:50 +0400 |
---|---|---|
committer | gluh@mysql.com/eagle.(none) <> | 2007-01-26 16:36:50 +0400 |
commit | 45f61a06fbad3e41efcd4cd950a068e967a70bd3 (patch) | |
tree | 12f96b03a54f9059b09f59ec88d49b0907ef0fb0 /sql/sql_table.cc | |
parent | 8b69d169d42615cde36815ffec32eb1af764ccb4 (diff) | |
parent | 4908cf0772166d3b93297601265ba52f34bca7f2 (diff) | |
download | mariadb-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_table.cc')
-rw-r--r-- | sql/sql_table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index d9dadfbfd81..6f57ac1ec42 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -3931,7 +3931,7 @@ copy_data_between_tables(TABLE *from,TABLE *to, Copy_field *copy,*copy_end; ulong found_count,delete_count; THD *thd= current_thd; - uint length; + uint length= 0; SORT_FIELD *sortorder; READ_RECORD info; TABLE_LIST tables; |