• Marko Mäkelä's avatar
    Fix -std=c++98 -Wzero-length-array · 38736928
    Marko Mäkelä authored
    This is another follow-up fix to
    commit b393e2cb
    which turned out to be still broken.
    
    Replace the C++11 keyword 'constexpr' with #define.
    
    debug_sync_t::str: Remove the zero-length array.
    Replace sync->str with reinterpret_cast<char*>(&sync[1]).
    38736928
ha_innodb.cc 638 KB