mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
fixed result (error message and error message intercepting).
This commit is contained in:
parent
f231edcda3
commit
aa6d8e4950
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue