mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
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:
parent
1e8b11c656
commit
b80afe5201
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ COMMIT;
|
||||||
BEGIN;
|
BEGIN;
|
||||||
INSERT INTO tmyisam VALUES (5);
|
INSERT INTO tmyisam VALUES (5);
|
||||||
INSERT INTO tmyisam VALUES (6);
|
INSERT INTO tmyisam VALUES (6);
|
||||||
--warning 1196
|
#--warning 1196
|
||||||
ROLLBACK;
|
ROLLBACK;
|
||||||
|
|
||||||
SELECT * FROM tmyisam ORDER BY a;
|
SELECT * FROM tmyisam ORDER BY a;
|
||||||
|
|
Loading…
Add table
Reference in a new issue