mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Updated view test result (after a warning's been removed).
mysql-test/r/view.result: Updated test result (after a warning's been removed).
This commit is contained in:
@ -991,8 +991,6 @@ drop view v1;
|
|||||||
create view v1 (a,a) as select 'a','a';
|
create view v1 (a,a) as select 'a','a';
|
||||||
ERROR 42S21: Duplicate column name 'a'
|
ERROR 42S21: Duplicate column name 'a'
|
||||||
create procedure p1 () begin declare v int; create view v1 as select v; end;//
|
create procedure p1 () begin declare v int; create view v1 as select v; end;//
|
||||||
Warnings:
|
|
||||||
Warning 1311 Referring to uninitialized variable v
|
|
||||||
call p1();
|
call p1();
|
||||||
ERROR HY000: View's SELECT contains a variable or parameter
|
ERROR HY000: View's SELECT contains a variable or parameter
|
||||||
drop procedure p1;
|
drop procedure p1;
|
||||||
|
Reference in New Issue
Block a user