Commit 4a5e91cc authored by istruewing@stella.local's avatar istruewing@stella.local
Browse files

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'.
parent 9c4e4640
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;