Bug 18651: Use a READ and WRITE LOCK
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 24 May 2017 15:24:53 +0000 (12:24 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 20 Jun 2017 17:29:21 +0000 (14:29 -0300)
commit59fcad685e8143bfaeb7a148f248cc7b7f80b742
tree01e3a1d4632c4032edf888ba41644a4d9e4fb3b6
parent79cb157b3b4bee9f1c079937bd13019c7b7f650f
Bug 18651: Use a READ and WRITE LOCK

For more info, see:
  commit be156d9ad9e5bcfadab34d44f90e04fd61e256ad
    Bug 15854: Use a READ and WRITE LOCK on message_queue
and
  commit b40456f7dd4b8a988f9c6a5718452936101cb8ff
    Bug 18364: Do not LOCK/UNLOCK tables from tests

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
C4/Circulation.pm