diff options
author | Magnus Svensson <msvensson@mysql.com> | 2008-09-05 15:31:09 +0200 |
---|---|---|
committer | Magnus Svensson <msvensson@mysql.com> | 2008-09-05 15:31:09 +0200 |
commit | 9dbcf1b26f86603c06bbd714274294d83e279c52 (patch) | |
tree | cf2d7e81e92d0286130d1cf400699d6537457c79 /mysql-test/suite/binlog | |
parent | 5834ef2c4a651a713fcf2c2e18088ae3770a7e19 (diff) | |
download | mariadb-git-9dbcf1b26f86603c06bbd714274294d83e279c52.tar.gz |
WL#4350 Options in my.cnf style config file should not start with --
Diffstat (limited to 'mysql-test/suite/binlog')
-rw-r--r-- | mysql-test/suite/binlog/combinations | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/suite/binlog/combinations b/mysql-test/suite/binlog/combinations index ea25611a5d4..07042c2cbec 100644 --- a/mysql-test/suite/binlog/combinations +++ b/mysql-test/suite/binlog/combinations @@ -1,8 +1,8 @@ [row] ---binlog-format=row +binlog-format=row [stmt] ---binlog-format=statement +binlog-format=statement [mix] ---binlog-format=mixed +binlog-format=mixed |