summaryrefslogtreecommitdiff
path: root/mysql-test/r/profiling.result
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2017-03-26 22:30:43 +0300
committerAlexander Barkov <bar@mariadb.org>2017-04-07 18:22:06 +0400
commit470c3fd98d724fccbf96c049f2153bc1f5990915 (patch)
treee27efd43ad631df068472d72049cb99573cefd02 /mysql-test/r/profiling.result
parent17a87d606302b55d547104d7fe6c536c6c288a8b (diff)
downloadmariadb-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/profiling.result')
-rw-r--r--mysql-test/r/profiling.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/profiling.result b/mysql-test/r/profiling.result
index 4c531a8a5f7..e87bfd49056 100644
--- a/mysql-test/r/profiling.result
+++ b/mysql-test/r/profiling.result
@@ -415,7 +415,7 @@ select @@profiling;
drop table if exists t1, t2, t3;
drop view if exists v1;
Warnings:
-Note 1051 Unknown table 'test.v1'
+Note 4067 Unknown VIEW: 'test.v1'
drop function if exists f1;
set session profiling = OFF;
set global profiling_history_size= @start_value;