summaryrefslogtreecommitdiff
path: root/mysql-test/r/drop.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/drop.result')
-rw-r--r--mysql-test/r/drop.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/drop.result b/mysql-test/r/drop.result
index 050e0b9cd2b..f33a482dc0b 100644
--- a/mysql-test/r/drop.result
+++ b/mysql-test/r/drop.result
@@ -209,10 +209,10 @@ Note 1051 Unknown table 'test.table1'
Note 1051 Unknown table 'test.table2'
DROP VIEW IF EXISTS view1,view2,view3,view4;
Warnings:
-Note 4067 Unknown VIEW: 'test.view1'
-Note 4067 Unknown VIEW: 'test.view2'
-Note 4067 Unknown VIEW: 'test.view3'
-Note 4067 Unknown VIEW: 'test.view4'
+Note 4068 Unknown VIEW: 'test.view1'
+Note 4068 Unknown VIEW: 'test.view2'
+Note 4068 Unknown VIEW: 'test.view3'
+Note 4068 Unknown VIEW: 'test.view4'
# Test error message when trigger does not find table
CREATE TABLE table1(a int);