summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_debug.inc
blob: 5df3080a6ed59935262f517ac9a60786514e844c (plain)
1
2
3
4
5
6
7
8
9
#
# suite.pm will make sure that all tests including this file
# will be skipped unless this is a debug build.
#
# The test below is redundant

if (`select version() not like '%debug%'`) {
  --skip Needs a debug build
}