summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-07-30 17:52:42 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-07-30 17:52:42 -0300
commit8f7a48ff58e16ae6ce40cb9e0beaff89d26a9564 (patch)
tree937cfa972b521e12cddba6f2874eb92106cc63f7 /sql/sql_class.cc
parentbd49fcf3123caf98f1112808b957a4eeca180fa8 (diff)
downloadmariadb-git-8f7a48ff58e16ae6ce40cb9e0beaff89d26a9564.tar.gz
Bug#43435: LOCK_open does not use MY_MUTEX_INIT_FAST
Initialize LOCK_open as a adapative mutex on platforms where the PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP macro is available. The flag indicates that a thread should spin (busy wait) for some time on a locked adaptive mutex before blocking (sleeping). It's intended to to alleviate performance problems due to LOCK_open being a highly contended mutex.
Diffstat (limited to 'sql/sql_class.cc')
0 files changed, 0 insertions, 0 deletions