mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
reverting a fix
This commit is contained in:
parent
6f753e37d1
commit
2325a5f600
1 changed files with 1 additions and 1 deletions
|
@ -505,7 +505,7 @@ bool Item::save_in_field(Field *field, bool no_conversions)
|
|||
{
|
||||
double nr=val();
|
||||
if (null_value)
|
||||
return set_field_to_null_with_conversions(field, no_conversions);
|
||||
return set_field_to_null(field);
|
||||
field->set_notnull();
|
||||
field->store(nr);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue