• Sergei Golubchik's avatar
    fix main.lock_kill crashes in --ps --embed · c8fb911e
    Sergei Golubchik authored
    when checking whether thd wasn't killed before this
    emb_advanced_command(), take into account that it
    could've been killed before the *previous*
    emb_advanced_command(). That is, the previous one has
    already set thd to NULL and this one only wanted a COM_STMT_RESET
    after a failure.
    c8fb911e
lib_sql.cc 36.7 KB