1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#32443 - trigger.test produces warnings files

Wrong syntax for mysqltest commands was used in test file.

Fixed test.
This commit is contained in:
istruewing@stella.local
2007-11-16 18:05:30 +01:00
parent 30ad4810cc
commit fffe7f41db
2 changed files with 2 additions and 4 deletions

View File

@ -1979,8 +1979,6 @@ a
drop table table_25411_a;
drop table table_25411_b;
DROP TRIGGER IF EXISTS trg;
Warnings:
Note 1360 Trigger does not exist
SHOW CREATE TRIGGER trg;
ERROR HY000: Trigger does not exist
End of 5.1 tests.