Browse Source
Reduce the number of rw_lock_own() calls
Reduce the number of rw_lock_own() calls
Replace pairs of rw_lock_own() calls with calls to rw_lock_own_flagged(). These calls are only present in debug builds.pull/829/merge
11 changed files with 49 additions and 59 deletions
-
24storage/innobase/btr/btr0sea.cc
-
17storage/innobase/buf/buf0buf.cc
-
9storage/innobase/buf/buf0lru.cc
-
5storage/innobase/gis/gis0sea.cc
-
8storage/innobase/include/ha0ha.ic
-
3storage/innobase/include/sync0rw.ic
-
4storage/innobase/row/row0log.cc
-
4storage/innobase/row/row0sel.cc
-
4storage/innobase/row/row0umod.cc
-
8storage/innobase/sync/sync0rw.cc
-
22storage/innobase/trx/trx0i_s.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue