summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_debug.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/have_debug.inc')
-rw-r--r--mysql-test/include/have_debug.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/include/have_debug.inc b/mysql-test/include/have_debug.inc
index 5df3080a6ed..a035031e49a 100644
--- a/mysql-test/include/have_debug.inc
+++ b/mysql-test/include/have_debug.inc
@@ -2,8 +2,3 @@
# 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
-}