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

@ -2250,9 +2250,9 @@ drop table table_25411_b;
# Bug #31866: MySQL Server crashes on SHOW CREATE TRIGGER statement
#
--disable-warnings
--disable_warnings
DROP TRIGGER IF EXISTS trg;
--enable-warnings
--enable_warnings
--error ER_TRG_DOES_NOT_EXIST
SHOW CREATE TRIGGER trg;