Commit 8668c41c authored by unknown's avatar unknown

reverting a fix

parent f3e431a0
...@@ -505,7 +505,7 @@ bool Item::save_in_field(Field *field, bool no_conversions) ...@@ -505,7 +505,7 @@ bool Item::save_in_field(Field *field, bool no_conversions)
{ {
double nr=val(); double nr=val();
if (null_value) if (null_value)
return set_field_to_null_with_conversions(field, no_conversions); return set_field_to_null(field);
field->set_notnull(); field->set_notnull();
field->store(nr); field->store(nr);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment