Drizzled Public API Documentation

sync_arr_struct Struct Reference

Public Attributes

ulint in_use
 
ulint n_elems
 
ulint max_elems
 
ulint next_free
 
sync_level_telems
 

Detailed Description

Array for tracking sync levels per thread.

Definition at line 233 of file sync0sync.cc.

Member Data Documentation

sync_level_t* sync_arr_struct::elems

Array elements

Definition at line 239 of file sync0sync.cc.

ulint sync_arr_struct::in_use

Number of active cells

Definition at line 234 of file sync0sync.cc.

ulint sync_arr_struct::max_elems

Maximum elements

Definition at line 236 of file sync0sync.cc.

ulint sync_arr_struct::n_elems

Number of elements in the array

Definition at line 235 of file sync0sync.cc.

ulint sync_arr_struct::next_free
             ULINT_UNDEFINED or index of next

free slot

Definition at line 237 of file sync0sync.cc.


The documentation for this struct was generated from the following file: