PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
The Performance Schema provides auser_variables_by_thread table that exposes user-defined variables. These are variables defined within a specific session and include a@ character preceding the name; seeSection 11.4, “User-Defined Variables”.
Theuser_variables_by_thread table has these columns:
THREAD_IDThe thread identifier of the session in which the variable is defined.
VARIABLE_NAMEThe variable name, without the leading
@character.VARIABLE_VALUEThe variable value.
Theuser_variables_by_thread table has these indexes:
Primary key on (
THREAD_ID,VARIABLE_NAME)
TRUNCATE TABLE is not permitted for theuser_variables_by_thread table.
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb