• svoj@mysql.com/june.mysql.com's avatar
    Addition to fix for · 4f11124c
    svoj@mysql.com/june.mysql.com authored
    BUG#25712 - insert delayed and check table run together report
                crashed tables
    
    Let MY_THREADSAFE have distinct value. Some functions call my_seek
    passing MyFlags argument directly to it. This may cause unnecessary
    locks, which may finally lead to a dead-lock (specifically see my_lock).
    4f11124c
my_sys.h 32.2 KB