mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
view.result:
Correction after fix for bug #9902. mysql-test/r/view.result: Correction after fix for bug #9902.
This commit is contained in:
@ -782,7 +782,7 @@ create function `f``1` () returns int return 5;
|
|||||||
create view v1 as select test.`f``1` ();
|
create view v1 as select test.`f``1` ();
|
||||||
show create view v1;
|
show create view v1;
|
||||||
View Create View
|
View Create View
|
||||||
v1 CREATE ALGORITHM=UNDEFINED VIEW `test`.`v1` AS select `test`.`f``1`() AS `test.``f````1`` ()`
|
v1 CREATE ALGORITHM=UNDEFINED VIEW `test`.`v1` AS select sql_no_cache `test`.`f``1`() AS `test.``f````1`` ()`
|
||||||
select * from v1;
|
select * from v1;
|
||||||
test.`f``1` ()
|
test.`f``1` ()
|
||||||
5
|
5
|
||||||
|
Reference in New Issue
Block a user