Commit 9ab80f91 authored by unknown's avatar unknown

BUG#28372 mysqldump test case fails with binlog disabled


mysql-test/t/mysqldump.test:
  BUG#28372 don't run this test case if binlog is disabled
parent 69b81971
# Embedded server doesn't support external clients
--source include/not_embedded.inc
# Binlog is required
--source include/have_log_bin.inc
--disable_warnings
DROP TABLE IF EXISTS t1, `"t"1`, t1aa, t2, t2aa, t3;
drop database if exists mysqldump_test_db;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment