• Michael Widenius's avatar
    Fixed warning from UBSAN · e03e7223
    Michael Widenius authored
    The warning comes from copying POSITION objects where 'type' is not
    initialized.  This does not affect any production code as when 'type'
    was compared/used, it was always initialized.
    
    Removed by initializing the type variable in the constructor
    e03e7223
sql_select.cc 984 KB