summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <istruewing@stella.local>2007-11-16 18:05:30 +0100
committerunknown <istruewing@stella.local>2007-11-16 18:05:30 +0100
commit7622b4233c0c52a177a3b9b5306238619f023aa9 (patch)
treef95d3fc4b440220dbb352ec4df82533eee217b4c /mysql-test
parentadddef2e42a164f07267a80bfd6ffde8da24e785 (diff)
downloadmariadb-git-7622b4233c0c52a177a3b9b5306238619f023aa9.tar.gz
Bug#32443 - trigger.test produces warnings files
Wrong syntax for mysqltest commands was used in test file. Fixed test. mysql-test/r/trigger.result: Bug#32443 - trigger.test produces warnings files Fixed test result mysql-test/t/trigger.test: Bug#32443 - trigger.test produces warnings files Fixed test
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/trigger.result2
-rw-r--r--mysql-test/t/trigger.test4
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;