Commit b80afe52 authored by unknown's avatar unknown

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'.
parent 1e8b11c6
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment