1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-09 08:01:34 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
marko
e711ed4fc0 lock_queue_iterator_get_prev(): Remove the unused local variable bit_no. 2007-07-30 18:51:59 +00:00
vasil
c5025f7adc 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
2007-07-17 15:08:04 +00:00