diff options
author | Monty <monty@mariadb.org> | 2017-03-26 22:30:43 +0300 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-07 18:22:06 +0400 |
commit | 470c3fd98d724fccbf96c049f2153bc1f5990915 (patch) | |
tree | e27efd43ad631df068472d72049cb99573cefd02 /mysql-test/r/sp.result | |
parent | 17a87d606302b55d547104d7fe6c536c6c288a8b (diff) | |
download | mariadb-git-470c3fd98d724fccbf96c049f2153bc1f5990915.tar.gz |
Change error message when using DROP VIEW on a non existing view from
"Unknown table" to "Unknown view"
Diffstat (limited to 'mysql-test/r/sp.result')
-rw-r--r-- | mysql-test/r/sp.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result index 4b571e526a2..3312a46dc88 100644 --- a/mysql-test/r/sp.result +++ b/mysql-test/r/sp.result @@ -3211,7 +3211,7 @@ drop procedure bug10961| DROP PROCEDURE IF EXISTS bug6866| DROP VIEW IF EXISTS tv| Warnings: -Note 1051 Unknown table 'test.tv' +Note 4067 Unknown VIEW: 'test.tv' DROP TABLE IF EXISTS tt1,tt2,tt3| Warnings: Note 1051 Unknown table 'test.tt1' |