Introduce a lock queue iterator for easy (and opaque) traversing of lock
queues. Supports table and record lock queues via the same interface. There is only "get previous" method because currently there is no need for "get next" - it would be unused. Feel free to add one if needed. Approved by: Heikki
Showing
include/lock0iter.h
0 → 100644
lock/lock0iter.c
0 → 100644
Please register or sign in to comment