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 | 87bc22a509f7309defe94d1579844cddca7218b3 (patch) | |
tree | 57d78fcb2aa072aed41aaf4ca6d720ef7f0818f9 /mysql-test/t/mysqlbinlog-master.opt | |
parent | 052f9bc37f0fe056d720fbf9c604cd318aa35529 (diff) | |
download | mariadb-git-87bc22a509f7309defe94d1579844cddca7218b3.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 |