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:
@ -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;
|
||||
|
Reference in New Issue
Block a user