diff options
author | jimw@mysql.com <> | 2005-03-29 17:17:46 -0800 |
---|---|---|
committer | jimw@mysql.com <> | 2005-03-29 17:17:46 -0800 |
commit | 690183d1a0b088ec49d37948a38cee5304d1d3e5 (patch) | |
tree | 5b4f57966d1a1dbc9789a2b148b4ad4a01328ceb /mysql-test/t/mysqlbinlog.test | |
parent | bfa7520356747298a47029804df7899d61cfe4d4 (diff) | |
download | mariadb-git-690183d1a0b088ec49d37948a38cee5304d1d3e5.tar.gz |
Eliminate most of the remaining hardcoded list of tests to skip
by adding check for embedded server within tests and splitting some
tests into multiple test files.
Diffstat (limited to 'mysql-test/t/mysqlbinlog.test')
-rw-r--r-- | mysql-test/t/mysqlbinlog.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlbinlog.test b/mysql-test/t/mysqlbinlog.test index ea66a44d44e..435fa8289da 100644 --- a/mysql-test/t/mysqlbinlog.test +++ b/mysql-test/t/mysqlbinlog.test @@ -1,5 +1,8 @@ # We are using .opt file since we need small binlog size +# Embedded server doesn't support binlogging +-- source include/not_embedded.inc + # we need this for getting fixed timestamps inside of this test set timestamp=1000000000; |