Bug#35247 - rpl_transaction.test produces warnings files

The test file tried to use a mysqltest command '--warning'
but there is no such command.

Changed '--warning' to '#--warning'.


mysql-test/t/rpl_transaction.test:
  Bug#35247 - rpl_transaction.test produces warnings files
  Changed '--warning' to '#--warning'.
This commit is contained in:
unknown 2008-03-12 15:38:57 +01:00
parent 1e8b11c656
commit b80afe5201

View file

@ -39,7 +39,7 @@ COMMIT;
BEGIN;
INSERT INTO tmyisam VALUES (5);
INSERT INTO tmyisam VALUES (6);
--warning 1196
#--warning 1196
ROLLBACK;
SELECT * FROM tmyisam ORDER BY a;