MySQL 8.3.0
Source Code Documentation
table_processlist.h File Reference

TABLE THREADS. More...

#include <sys/types.h>
#include <time.h>
#include <algorithm>
#include "my_hostname.h"
#include "my_inttypes.h"
#include "storage/perfschema/cursor_by_thread.h"
#include "storage/perfschema/pfs_column_types.h"
#include "storage/perfschema/pfs_name.h"

Go to the source code of this file.

Classes

struct  row_processlist
 A row of PERFORMANCE_SCHEMA.PROCESSLIST. More...
 
class  PFS_index_processlist_by_processlist_id
 
struct  row_priv_processlist
 
class  table_processlist
 Table PERFORMANCE_SCHEMA.PROCESSLIST. More...
 

Enumerations

enum  enum_priv_processlist { PROCESSLIST_DENIED , PROCESSLIST_USER_ONLY , PROCESSLIST_ALL }
 

Detailed Description

TABLE THREADS.