diff options
Diffstat (limited to 'storage/innobase/include/lock0iter.h')
-rw-r--r-- | storage/innobase/include/lock0iter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/include/lock0iter.h b/storage/innobase/include/lock0iter.h index 42b4f7281e4..0054850b526 100644 --- a/storage/innobase/include/lock0iter.h +++ b/storage/innobase/include/lock0iter.h @@ -29,13 +29,13 @@ Created July 16, 2007 Vasil Dimov #include "univ.i" #include "lock0types.h" -typedef struct lock_queue_iterator_struct { +struct lock_queue_iterator_t { const lock_t* current_lock; /* In case this is a record lock queue (not table lock queue) then bit_no is the record number within the heap in which the record is stored. */ ulint bit_no; -} lock_queue_iterator_t; +}; /*******************************************************************//** Initialize lock queue iterator so that it starts to iterate from |