diff options
author | unknown <msvensson@mysql.com> | 2006-06-06 14:34:42 +0300 |
---|---|---|
committer | unknown <msvensson@mysql.com> | 2006-06-06 14:34:42 +0300 |
commit | 60a569bdca092ac957fccfbdb32dbfbf1a991485 (patch) | |
tree | e3114a97b260529fd9ac210edaa6a3679d10e08f /mysql-test/t/rpl_ndb_myisam2ndb-slave.opt | |
parent | a68a9cb69356474a958051177cf9fbdeaea1af3a (diff) | |
download | mariadb-git-60a569bdca092ac957fccfbdb32dbfbf1a991485.tar.gz |
Re-apply missing changeset, orignally pushed by jmiller
RPL Test cleanup of options that are not needed when using ndbcluster with binlog. The binlog is forced to row just by connecting to a cluster
mysql-test/r/rpl_ndb_2myisam.result:
Update results. Test now passing. Have commented it out in disable.def file
mysql-test/t/disabled.def:
updated to comment out test that is working
mysql-test/t/rpl_ndb_2innodb-master.opt:
Removed the --binlog-format=row and they are not needed
mysql-test/t/rpl_ndb_2innodb-slave.opt:
Removed the --binlog-format=row and they are not needed
mysql-test/t/rpl_ndb_2myisam-master.opt:
Removed the --binlog-format=row and they are not needed
mysql-test/t/rpl_ndb_2myisam-slave.opt:
Removed the --binlog-format=row and they are not needed
mysql-test/t/rpl_ndb_innodb2ndb-master.opt:
Removed the --binlog-format=row and they are not needed
mysql-test/t/rpl_ndb_innodb2ndb-slave.opt:
Removed the --binlog-format=row and they are not needed
mysql-test/t/rpl_ndb_myisam2ndb-slave.opt:
Removed the --binlog-format=row and they are not needed
Diffstat (limited to 'mysql-test/t/rpl_ndb_myisam2ndb-slave.opt')
-rw-r--r-- | mysql-test/t/rpl_ndb_myisam2ndb-slave.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/rpl_ndb_myisam2ndb-slave.opt b/mysql-test/t/rpl_ndb_myisam2ndb-slave.opt index b7990823676..701dddb075b 100644 --- a/mysql-test/t/rpl_ndb_myisam2ndb-slave.opt +++ b/mysql-test/t/rpl_ndb_myisam2ndb-slave.opt @@ -1 +1 @@ ---default-storage-engine=ndbcluster --binlog-format=row +--default-storage-engine=ndbcluster |