user_variables_by_thread
This page is part of MariaDB's Documentation.
The parent of this page is: Performance Schema for MariaDB Enterprise Server
Topics on this page:
Overview
DETAILS
SCHEMA
CREATE TABLE `user_variables_by_thread` (
`THREAD_ID` bigint(20) unsigned NOT NULL COMMENT 'The thread identifier of the session in which the variable is defined.',
`VARIABLE_NAME` varchar(64) NOT NULL COMMENT 'The variable name, without the leading @ character.',
`VARIABLE_VALUE` longblob DEFAULT NULL COMMENT 'The variable value'
)