summaryrefslogtreecommitdiff
path: root/mysql-test/r/trigger_notembedded.result
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-10-21 13:59:11 +0200
committerMikael Ronstrom <mikael@mysql.com>2009-10-21 13:59:11 +0200
commit10210bfef2e16f9a2033bf6444bb18a121f989a1 (patch)
tree8072ec9cc4bcff99fea892a535c03e50f8e32316 /mysql-test/r/trigger_notembedded.result
parentbbd922b09c94bafb18e583a00865750164358736 (diff)
parent9ef69958c5f9c0078b6e440cc2730c459d40964f (diff)
downloadmariadb-git-10210bfef2e16f9a2033bf6444bb18a121f989a1.tar.gz
Merge
Diffstat (limited to 'mysql-test/r/trigger_notembedded.result')
-rw-r--r--mysql-test/r/trigger_notembedded.result2
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/trigger_notembedded.result b/mysql-test/r/trigger_notembedded.result
index 335e6910a3a..d66308a9bd7 100644
--- a/mysql-test/r/trigger_notembedded.result
+++ b/mysql-test/r/trigger_notembedded.result
@@ -180,8 +180,6 @@ NULL mysqltest_db1 trg5 DELETE NULL mysqltest_db1 t1 0 NULL SET @a = 5 ROW BEFOR
DROP USER mysqltest_dfn@localhost;
DROP USER mysqltest_inv@localhost;
DROP DATABASE mysqltest_db1;
-Warnings:
-Warning 1454 No definer attribute for trigger 'mysqltest_db1'.'trg1'. The trigger will be activated under the authorization of the invoker, which may have insufficient privileges. Please recreate the trigger.
DELETE FROM mysql.user WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.db WHERE User LIKE 'mysqltest_%';
DELETE FROM mysql.tables_priv WHERE User LIKE 'mysqltest_%';