From fffe7f41db9dc43d84d5c843ed7d1bc1201d6179 Mon Sep 17 00:00:00 2001 From: "istruewing@stella.local" <> Date: Fri, 16 Nov 2007 18:05:30 +0100 Subject: [PATCH] Bug#32443 - trigger.test produces warnings files Wrong syntax for mysqltest commands was used in test file. Fixed test. --- mysql-test/r/trigger.result | 2 -- mysql-test/t/trigger.test | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mysql-test/r/trigger.result b/mysql-test/r/trigger.result index 47ffc90e3cd..d322d4cda76 100644 --- a/mysql-test/r/trigger.result +++ b/mysql-test/r/trigger.result @@ -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. diff --git a/mysql-test/t/trigger.test b/mysql-test/t/trigger.test index 1c98a0f8d29..e1037d8bf9c 100644 --- a/mysql-test/t/trigger.test +++ b/mysql-test/t/trigger.test @@ -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;