mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 23:34:34 +01:00
9 lines
402 B
Text
9 lines
402 B
Text
|
select variable_name from information_schema.session_status where variable_name =
|
||
|
(select variable_name from information_schema.session_status where variable_name = 'uptime');
|
||
|
variable_name
|
||
|
UPTIME
|
||
|
select variable_name from information_schema.session_variables where variable_name =
|
||
|
(select variable_name from information_schema.session_variables where variable_name = 'basedir');
|
||
|
variable_name
|
||
|
BASEDIR
|