diff options
author | kroki/tomash@moonlight.intranet <> | 2006-09-29 22:30:48 +0400 |
---|---|---|
committer | kroki/tomash@moonlight.intranet <> | 2006-09-29 22:30:48 +0400 |
commit | de7c5f1b98df6f30bcdc2659cd172062ac7c5cf8 (patch) | |
tree | f0389c945238a1d284bd7e87771fcea243f4b4fb /sql/item.cc | |
parent | 76c5979f9ed14b8e2d2856a5ff0f60630f13aa5e (diff) | |
parent | 7bfe643120eaac707baf8e8160a82f57144db325 (diff) | |
download | mariadb-git-de7c5f1b98df6f30bcdc2659cd172062ac7c5cf8.tar.gz |
Merge moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0
into moonlight.intranet:/home/tomash/src/mysql_ab/mysql-5.0-bug21081
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.cc b/sql/item.cc index de78a2539a7..ba13ba985b5 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -3744,6 +3744,7 @@ void Item_field::cleanup() I.e. we can drop 'field'. */ field= result_field= 0; + null_value= FALSE; DBUG_VOID_RETURN; } |