diff options
author | unknown <gshchepa/uchum@host.loc> | 2008-03-27 00:55:13 +0400 |
---|---|---|
committer | unknown <gshchepa/uchum@host.loc> | 2008-03-27 00:55:13 +0400 |
commit | 908256b52c8bd7a62f74ee80a069333d78112aa6 (patch) | |
tree | 15159868f544f31dc6659c992b2b582bf06771e9 /mysql-test/r/view.result | |
parent | 73b659adc2f4312cdb67f1cf23342170b5d627ac (diff) | |
download | mariadb-git-908256b52c8bd7a62f74ee80a069333d78112aa6.tar.gz |
view.result:
Post-merge fix (bug #35193).
mysql-test/r/view.result:
Post-merge fix (bug #35193).
Diffstat (limited to 'mysql-test/r/view.result')
-rw-r--r-- | mysql-test/r/view.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/view.result b/mysql-test/r/view.result index 0810b6d9bf1..a0af9fdcf1d 100644 --- a/mysql-test/r/view.result +++ b/mysql-test/r/view.result @@ -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; |