summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/not_debug.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/not_debug.inc')
-rw-r--r--mysql-test/include/not_debug.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/not_debug.inc b/mysql-test/include/not_debug.inc
new file mode 100644
index 00000000..5917e6bc
--- /dev/null
+++ b/mysql-test/include/not_debug.inc
@@ -0,0 +1,5 @@
+if (`select version() like '%debug%'`)
+{
+ skip Does not run with debug binaries;
+}
+