MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
thr_job_buffer Struct Reference
Collaboration diagram for thr_job_buffer:

Public Attributes

Uint32 m_len
Uint32 m_prioa
union {
   Uint32   m_data [SIZE]
   thr_job_buffer *   m_next
}; 

Static Public Attributes

static const unsigned SIZE = 8190

Detailed Description

Signal buffers.

Each thread job queue contains a list of these buffers with signals.

There is an underlying assumption that the size of this structure is the same as the global memory manager page size.

Definition at line 588 of file mt.cpp.


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