diff options
author | unknown <dlenev@mysql.com> | 2003-09-24 23:25:58 +0400 |
---|---|---|
committer | unknown <dlenev@mysql.com> | 2003-09-24 23:25:58 +0400 |
commit | 5a7f68974d661bfeea13036d75f326d73a1948fd (patch) | |
tree | 57d78fcb2aa072aed41aaf4ca6d720ef7f0818f9 /mysql-test/t/mysqlbinlog-master.opt | |
parent | 5b56478639006d78e445543f8cff88137d86d281 (diff) | |
download | mariadb-git-5a7f68974d661bfeea13036d75f326d73a1948fd.tar.gz |
Test for mysqlbinlog
Particularly for BUG#1340 mysqlbinlog coredumps when reading Exec
event without seeing Create_file event before
mysql-test/mysql-test-run.sh:
Now mysqlbinlog will use proper temporary directory
Diffstat (limited to 'mysql-test/t/mysqlbinlog-master.opt')
-rw-r--r-- | mysql-test/t/mysqlbinlog-master.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/mysqlbinlog-master.opt b/mysql-test/t/mysqlbinlog-master.opt new file mode 100644 index 00000000000..ac1a87c73b3 --- /dev/null +++ b/mysql-test/t/mysqlbinlog-master.opt @@ -0,0 +1 @@ +--max-binlog-size=4096 |