Skip to content

Commit

Permalink
MDEV-6089 - MySQL WL#7305 "Improve MDL scalability by using lock-free…
Browse files Browse the repository at this point in the history
… hash"

Simplified MDL_object_lock and MDL_scoped_lock dichotomy so that they can be
stored in LF_HASH. This was done by moving out their differences to a
MDL_lock_strategy structure which is referenced from the MDL_lock object by
pointer.
  • Loading branch information
Sergey Vojtovich committed Mar 4, 2015
1 parent f475a7f commit f5bd1d0
Showing 1 changed file with 150 additions and 196 deletions.
Loading

0 comments on commit f5bd1d0

Please sign in to comment.