• Sergei Golubchik's avatar
    race condition in the test · 35e18c24
    Sergei Golubchik authored
    this test loads sql_errlog plugin. then in a second connection
    it triggers an error, this locks the plugin in that thd.
    then the plugin is uninstalled in the default connection.
    but that doesn't unload the plugin, as it's still locked. it'll
    auto-unload after the foo connection is closed. without an explicit
    disconnect it is closed after mysqltest exits and the post-test check
    might still see sql_errlog not fully unoaded.
    35e18c24
sysvars_star.result 3.36 KB