summaryrefslogtreecommitdiff
path: root/mysql-test/r/trigger-trans.result
diff options
context:
space:
mode:
authorGeorgi Kodinov <kgeorge@mysql.com>2008-10-07 19:54:12 +0300
committerGeorgi Kodinov <kgeorge@mysql.com>2008-10-07 19:54:12 +0300
commit4d7ad72e52db47b6d8364c34dbfb206c40cb4aad (patch)
treeefd7fe2287aa9f16d35c65055d31a172322f411c /mysql-test/r/trigger-trans.result
parente9ff58bb54a680607c008cdeb606241c7e30ad1f (diff)
downloadmariadb-git-4d7ad72e52db47b6d8364c34dbfb206c40cb4aad.tar.gz
fixed test suite failures in 5.1-bugteam
Diffstat (limited to 'mysql-test/r/trigger-trans.result')
-rw-r--r--mysql-test/r/trigger-trans.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/trigger-trans.result b/mysql-test/r/trigger-trans.result
index 29df8cbe06d..2c4e355af9d 100644
--- a/mysql-test/r/trigger-trans.result
+++ b/mysql-test/r/trigger-trans.result
@@ -188,3 +188,5 @@ b val
12 e
13 f
14 g
+drop trigger t1_after_insert;
+drop table t1,t2;