• Sergei Golubchik's avatar
    MDEV-29890 Update with inner join false row count result · 32f09df2
    Sergei Golubchik authored
    when creating a temp table field from an actual table field,
    these two fields are supposed to be mostly identical
    (except for BIT field storage), in particular, temp field should
    have the same default as the orig field, even if the sql_mode has
    been changed meanwhile (e.g. to include NO_ZERO_DATE)
    32f09df2
sql_select.cc 953 KB