diff options
Diffstat (limited to 'sql/item_strfunc.h')
-rw-r--r-- | sql/item_strfunc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/item_strfunc.h b/sql/item_strfunc.h index 36300e57f03..70a23ebf294 100644 --- a/sql/item_strfunc.h +++ b/sql/item_strfunc.h @@ -879,7 +879,8 @@ public: bool fix_length_and_dec() { max_length= 512 * system_charset_info->mbmaxlen; - null_value= maybe_null= false; + null_value= false; + maybe_null= false; return FALSE; } Item *get_copy(THD *thd) |