• Marko Mäkelä's avatar
    MDEV-10570: Fix -Wmaybe-uninitialized · 89698cef
    Marko Mäkelä authored
    Rows_log_event::change_to_flashback_event(): Reduce the scope
    of the variable swap_buff2, and do not duplicate conditions.
    
    GCC 9.3.0 flagged the -Wmaybe-uninitialized when compiling the
    10.5 branch using cmake -DWITH_ASAN=ON -DCMAKE_CXX_FLAGS=-O2
    89698cef
log_event.cc 455 KB