• Sergei Golubchik's avatar
    bugfix: DEBUG_SYNC() invoked with no THD · 924a81a5
    Sergei Golubchik authored
    While DEBUG_SYNC doesn't make sense without a valid THD, it might
    be put in the code that's invoked both within and outside of a
    THD context (e.g. in maria_open(), there is no THD during recovery).
    924a81a5
debug_sync.cc 47.3 KB