summaryrefslogtreecommitdiff
path: root/mysql-test/r/create_drop_view.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/create_drop_view.result')
-rw-r--r--mysql-test/r/create_drop_view.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/create_drop_view.result b/mysql-test/r/create_drop_view.result
index fc9dca3ea2e..117f7b851c6 100644
--- a/mysql-test/r/create_drop_view.result
+++ b/mysql-test/r/create_drop_view.result
@@ -55,5 +55,5 @@ id
DROP VIEW IF EXISTS v1;
DROP VIEW IF EXISTS v1;
Warnings:
-Note 4067 Unknown VIEW: 'test.v1'
+Note 4068 Unknown VIEW: 'test.v1'
DROP TABLE t1;