From a7abddeffa6a760ce948c2dfb007cdf3f1a369d5 Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Fri, 9 Mar 2018 14:05:35 +0200 Subject: Create 'main' test directory and move 't' and 'r' there --- mysql-test/main/no_binlog.test | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mysql-test/main/no_binlog.test (limited to 'mysql-test/main/no_binlog.test') diff --git a/mysql-test/main/no_binlog.test b/mysql-test/main/no_binlog.test new file mode 100644 index 00000000000..fa9c87079de --- /dev/null +++ b/mysql-test/main/no_binlog.test @@ -0,0 +1,6 @@ +-- source include/not_embedded.inc + +# BUG#50780: 'show binary logs' debug assertion when binary logging is disabled + +-- error ER_NO_BINARY_LOGGING +SHOW BINARY LOGS; -- cgit v1.2.1