PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
MySQL and Linux/Unix
MySQL and macOS
MySQL Partitioning
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL Restrictions and Limitations
Security in MySQL
MySQL and Solaris
Building MySQL from Source
Starting and Stopping MySQL
MySQL Tutorial
MySQL and Windows
MySQL NDB Cluster 7.5
The value of theshow_compatibility_56 system variable affects the information available from the tables described here. For details, see the description of that variable inSection 5.1.7, “Server System Variables”.
The MySQL server maintains many system variables that indicate how it is configured (seeSection 5.1.7, “Server System Variables”). System variable information is available in these Performance Schema tables:
global_variables: Global system variables. An application that wants only global values should use this table.session_variables: System variables for the current session. An application that wants all system variable values for its own session should use this table. It includes the session variables for its session, as well as the values of global variables that have no session counterpart.variables_by_thread: Session system variables for each active session. An application that wants to know the session variable values for specific sessions should use this table. It includes session variables only, identified by thread ID.
The session variable tables (session_variables,variables_by_thread) contain information only for active sessions, not terminated sessions.
Theglobal_variables andsession_variables tables have these columns:
VARIABLE_NAMEThe system variable name.
VARIABLE_VALUEThe system variable value. For
global_variables, this column contains the global value. Forsession_variables, this column contains the variable value in effect for the current session.
Thevariables_by_thread table has these columns:
THREAD_IDThe thread identifier of the session in which the system variable is defined.
VARIABLE_NAMEThe system variable name.
VARIABLE_VALUEThe session variable value for the session named by the
THREAD_IDcolumn.
Thevariables_by_thread table contains system variable information only about foreground threads. If not all threads are instrumented by the Performance Schema, this table may miss some rows. In this case, thePerformance_schema_thread_instances_lost status variable is greater than zero.
TRUNCATE TABLE is not supported for Performance Schema system variable tables.
PDF (A4) - 35.2Mb
Man Pages (TGZ) - 256.4Kb
Man Pages (Zip) - 361.2Kb
Info (Gzip) - 3.4Mb
Info (Zip) - 3.4Mb
MySQL Globalization
MySQL Information Schema
MySQL Installation Guide
MySQL and Linux/Unix
MySQL and macOS
MySQL Partitioning
MySQL Performance Schema
MySQL Replication
Using the MySQL Yum Repository
MySQL Restrictions and Limitations
Security in MySQL
MySQL and Solaris
Building MySQL from Source
Starting and Stopping MySQL
MySQL Tutorial
MySQL and Windows
MySQL NDB Cluster 7.5