Commit b90296c7 authored by unknown's avatar unknown

view.result:

  Post-merge fix (bug #35193).


mysql-test/r/view.result:
  Post-merge fix (bug #35193).
parent 9179e20a
...@@ -3665,8 +3665,8 @@ SELECT * FROM v1; ...@@ -3665,8 +3665,8 @@ SELECT * FROM v1;
1 1
1 1
SHOW CREATE TABLE v1; SHOW CREATE TABLE v1;
View Create View 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 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; DROP VIEW v1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment