MySQL 8.3.0
Source Code Documentation
fts_msg_t Struct Reference

The FTS optimize message work queue message type. More...

Public Attributes

fts_msg_type_t type
 Message type. More...
 
void * ptr
 The message contents. More...
 
mem_heap_theap
 The heap used to allocate this message, the message consumer will free the heap. More...
 

Detailed Description

The FTS optimize message work queue message type.

Member Data Documentation

◆ heap

mem_heap_t* fts_msg_t::heap

The heap used to allocate this message, the message consumer will free the heap.

◆ ptr

void* fts_msg_t::ptr

The message contents.

◆ type

fts_msg_type_t fts_msg_t::type

Message type.


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