![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Variables | |
| Event_reference_caching_channels * | g_event_channels {nullptr} | 
| All reference caching channels maintained by server to handle event tracking broadcasts.  More... | |
| const size_t | MAX_EVENT_PER_CHANNEL = 6 | 
| const char * | channel_set [][MAX_EVENT_PER_CHANNEL] | 
| Services handled by each channel.  More... | |
| std::pair< size_t, size_t > | channel_set_mapping [] | 
| A Mapping to identify channel number and offset within the channel for a given event tracking service.  More... | |
| const char* channel_set[][MAX_EVENT_PER_CHANNEL] | 
Services handled by each channel.
We group multiple services so that in case of cache miss, all required references are refreshed in one go.
| std::pair<size_t, size_t> channel_set_mapping[] | 
A Mapping to identify channel number and offset within the channel for a given event tracking service.
| Event_reference_caching_channels* g_event_channels {nullptr} | 
All reference caching channels maintained by server to handle event tracking broadcasts.
| const size_t MAX_EVENT_PER_CHANNEL = 6 |