mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
view.result:
Post-merge fix (bug #35193). mysql-test/r/view.result: Post-merge fix (bug #35193).
This commit is contained in:
@ -3665,8 +3665,8 @@ SELECT * FROM v1;
|
||||
1
|
||||
1
|
||||
SHOW CREATE TABLE v1;
|
||||
View Create View
|
||||
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select 1 AS `1` from DUAL where 1
|
||||
View Create View character_set_client collation_connection
|
||||
v1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `v1` AS select 1 AS `1` from DUAL where 1 latin1 latin1_swedish_ci
|
||||
|
||||
DROP VIEW v1;
|
||||
|
||||
|
Reference in New Issue
Block a user