diff options
author | unknown <bar@bar.mysql.r18.ru> | 2003-01-29 17:31:20 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2003-01-29 17:31:20 +0400 |
commit | 307ed01440291b47e938073666f5e77c62eefb8c (patch) | |
tree | 264982c7494f97fc034269d9b20c340299092a4b /sql/sql_update.cc | |
parent | 6a188877d440749e51aafdc98e4e656ae166d9ba (diff) | |
download | mariadb-git-307ed01440291b47e938073666f5e77c62eefb8c.tar.gz |
Move latin1 into a separarte file
Diffstat (limited to 'sql/sql_update.cc')
-rw-r--r-- | sql/sql_update.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.cc b/sql/sql_update.cc index 3aae6f6f411..3d94c39ff7b 100644 --- a/sql/sql_update.cc +++ b/sql/sql_update.cc @@ -573,7 +573,7 @@ multi_update::initialize_tables(JOIN *join) /* ok to be on stack as this is not referenced outside of this func */ Field_string offset(table->file->ref_length, 0, "offset", - table, my_charset_bin); + table, &my_charset_bin); if (temp_fields.push_front(new Item_field(((Field *) &offset)))) DBUG_RETURN(1); |