summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/t/sysvars_debug.test
blob: fbdcbd683df5cfd8730cb48e7eb43520c145c4da (plain)
1
2
3
4
5
6
7
--source include/have_debug.inc
--source include/word_size.inc

--vertical_results
select * from information_schema.system_variables
  where variable_name like 'debug%'
  order by variable_name;