mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
513f5840f8
INFORMATION_SCHEMA.SYSTEM_VARIABLES
6 lines
164 B
Text
6 lines
164 B
Text
--source include/have_debug.inc
|
|
|
|
--vertical_results
|
|
select * from information_schema.system_variables
|
|
where variable_name like 'debug%'
|
|
order by variable_name;
|