diff options
author | Luis Soares <luis.soares@sun.com> | 2010-02-07 00:12:04 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2010-02-07 00:12:04 +0000 |
commit | 29b733873670a2938497b5c6bdb4ec3d1d4eb4f0 (patch) | |
tree | ba6ec19d69122b029614ac6c292cb7474736c584 /mysql-test | |
parent | 57e5f8487f011b5ec7395acd75759d9061439f1b (diff) | |
download | mariadb-git-29b733873670a2938497b5c6bdb4ec3d1d4eb4f0.tar.gz |
BUG#50780: 'show binary logs' debug assertion when binary
logging is disabled
Post-push fix: disabling test when running mysqld in
embedded mode.
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/t/no_binlog.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/no_binlog.test b/mysql-test/t/no_binlog.test index 628a4ab8351..fa9c87079de 100644 --- a/mysql-test/t/no_binlog.test +++ b/mysql-test/t/no_binlog.test @@ -1,3 +1,5 @@ +-- source include/not_embedded.inc + # BUG#50780: 'show binary logs' debug assertion when binary logging is disabled -- error ER_NO_BINARY_LOGGING |