1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

fixed error message text

This commit is contained in:
unknown
2006-04-26 17:57:41 +03:00
parent 2ce6146b77
commit 101e3703d9
2 changed files with 2 additions and 2 deletions

View File

@ -2606,7 +2606,7 @@ create view v2 as select * from v1;
drop table t1;
rename table v2 to t1;
select * from v1;
ERROR HY000: `test`.`v1` contain view recursion
ERROR HY000: `test`.`v1` contains view recursion
drop view t1, v1;
create table t1 (a int);
create function f1() returns int