diff options
author | Sergei Golubchik <serg@mariadb.org> | 2018-09-06 20:41:28 +0200 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2018-09-06 21:06:31 +0200 |
commit | 3a4242fd57b3a2235d2478ed080941b67a82ad1b (patch) | |
tree | ad5a2773c25a736d4efb716f7833a18c1d93abab /sql/sql_lex.h | |
parent | d527bf5390aa0a7810ebafbe15fd96310062e44e (diff) | |
download | mariadb-git-3a4242fd57b3a2235d2478ed080941b67a82ad1b.tar.gz |
TokuDB: Don't free P_S instrumented mutexes after exit()
don't create static objects that destroy mutexes from destructors,
and don't destroy mutexes from .so destructor (on-unload) function.
if it happens after exit(), P_S will be long gone by that time
this fixes tokudb tests crashing on quantal-amd64
Diffstat (limited to 'sql/sql_lex.h')
0 files changed, 0 insertions, 0 deletions