• Marko Mäkelä's avatar
    MDEV-32899 instrumentation fixup · 768a7361
    Marko Mäkelä authored
    dict_sys_t::lock(), dict_sys_t::freeze(): Assert that the current thread
    is not holding dict_sys.latch in any mode. The SUX lock is reentrant,
    but the simpler RW lock that we use in non-debug builds is not.
    768a7361
dict0dict.h 59.3 KB