• Marko Mäkelä's avatar
    Fix GCC 9 -Wmaybe-uninitialized · 46facaed
    Marko Mäkelä authored
    Always initialize ScopedStatementReplication::saved_binlog_format,
    so that GCC cannot emit a bogus warning about
    ScopedStatementReplication::~ScopedStatementReplication() using the
    variable.
    
    The code was originally introduced in
    commit d998da03.
    46facaed
sql_class.h 214 KB