Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  Performance Schema User-Defined Variable Tables

29.12.10 性能模式用户定义变量表

性能模式提供了一个 user_variables_by_thread 表,暴露用户定义的变量。这些变量是在特定会话中定义的,包括以 @ 字符开头的名称;见 第 11.4 节,“用户定义变量”

user_variables_by_thread 表具有以下列:

  • THREAD_ID

    会话的线程标识符,在该会话中定义了变量。

  • VARIABLE_NAME

    变量名称,不包括前导的 @ 字符。

  • VARIABLE_VALUE

    变量值。

user_variables_by_thread 表具有以下索引:

  • 主键在 (THREAD_ID, VARIABLE_NAME) 上

TRUNCATE TABLE 不允许用于 user_variables_by_thread 表。