diff options
author | gluh@eagle.(none) <> | 2007-12-13 16:10:57 +0400 |
---|---|---|
committer | gluh@eagle.(none) <> | 2007-12-13 16:10:57 +0400 |
commit | d504588e7948b1f8ed815a78aeb263471a1b6635 (patch) | |
tree | 2c8c40e7d9d218e840756bed5ba5cbd07e40d13b /sql/item_cmpfunc.cc | |
parent | 4f5868114a1fe46f139f80d894dd28f1f7c180c1 (diff) | |
parent | 9df070ed7c0f2877e71572e59aec871f4bc039fd (diff) | |
download | mariadb-git-d504588e7948b1f8ed815a78aeb263471a1b6635.tar.gz |
Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
Diffstat (limited to 'sql/item_cmpfunc.cc')
-rw-r--r-- | sql/item_cmpfunc.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item_cmpfunc.cc b/sql/item_cmpfunc.cc index 00ae23fdb2b..1d1e28593d4 100644 --- a/sql/item_cmpfunc.cc +++ b/sql/item_cmpfunc.cc @@ -392,6 +392,7 @@ static bool convert_constant_item(THD *thd, Item_field *field_item, LINT_INIT(old_write_map); LINT_INIT(old_read_map); + LINT_INIT(orig_field_val); if (table) { |