MySQL 9.1.0
Source Code Documentation
|
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 } |
TABLE THREADS.