• Alexander Barkov's avatar
    MDEV-21639 DEFAULT(col) evaluates to a bad value in WHERE clause · 189bf300
    Alexander Barkov authored
    The problem happened because Item_default_value did not overload
    properly the val_xxx_result() family methods.
    
    This change backports the patch for:
    MDEV-24958 Server crashes in my_strtod / Value_source::Converter_strntod::Converter_strntod with DEFAULT(blob)
    which earlier fixed the problem in 10.3.
    189bf300
item.h 203 KB