summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2018-08-31 15:01:53 +0200
committerSergei Golubchik <serg@mariadb.org>2018-09-04 09:19:49 +0200
commit82bb01588d8cb3145c3f45c15c156b2c890d2c3f (patch)
treecc1d374ac066a668f549ee8b46cd65e296611e73
parent8bee7c16c879d254bf87e0439e5fce19c0680e8f (diff)
downloadmariadb-git-82bb01588d8cb3145c3f45c15c156b2c890d2c3f.tar.gz
run binlog.binlog_stm_binlog test in non-debug builds
-rw-r--r--mysql-test/extra/binlog_tests/binlog.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/extra/binlog_tests/binlog.test b/mysql-test/extra/binlog_tests/binlog.test
index 831c6c886d5..369ce20d496 100644
--- a/mysql-test/extra/binlog_tests/binlog.test
+++ b/mysql-test/extra/binlog_tests/binlog.test
@@ -5,7 +5,6 @@
-- source include/have_log_bin.inc
-- source include/not_embedded.inc
-- source include/have_innodb.inc
--- source include/have_debug.inc
--disable_warnings
drop table if exists t1, t2;