• Marko Mäkelä's avatar
    Bug#59585 Fix 58912 introduces compiler warning · 42051af8
    Marko Mäkelä authored
    due to potentially uninitialized variable
    
    row_upd_changes_ord_field_binary(): Initialize dfield_len to suppress the
    warning. The compiler cannot know that row_ext_lookup() does initialize
    dfield_len for us, as it is defined in a different module.
    42051af8
row0upd.c 61.9 KB