From aa6d8e49503c240854fdb41e54a32c89c9494c80 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 5 Jul 2013 17:06:02 +0300 Subject: [PATCH] fixed result (error message and error message intercepting). --- mysql-test/r/view.result | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mysql-test/r/view.result b/mysql-test/r/view.result index 1e5e91b272c..923f144276b 100644 --- a/mysql-test/r/view.result +++ b/mysql-test/r/view.result @@ -205,7 +205,7 @@ ERROR 42S02: Unknown table 'v100' drop view t1; ERROR HY000: 'test.t1' is not VIEW drop table v1; -ERROR 42S02: Unknown table 'v1' +ERROR 42S02: Unknown table 'test.v1' drop view v1,v2; drop table t1; create table t1 (a int); @@ -3951,8 +3951,6 @@ create view a as select 1; end| call p(); call p(); -Warnings: -Error 1050 Table 'a' already exists drop view a; drop procedure p; #