summaryrefslogtreecommitdiff
path: root/mysql-test/r/temp_table.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-09-14 12:24:14 +0300
committerunknown <bell@sanja.is.com.ua>2005-09-14 12:24:14 +0300
commite6c6c907c114215ef6d7940a67dda6bb46d79aa7 (patch)
tree4d4af487aab02fcb2586834c15f8aada85709827 /mysql-test/r/temp_table.result
parent264d64f9cc1aca0fc00a9669550723cdd09c05b6 (diff)
downloadmariadb-git-e6c6c907c114215ef6d7940a67dda6bb46d79aa7.tar.gz
postmerge fix
Diffstat (limited to 'mysql-test/r/temp_table.result')
-rw-r--r--mysql-test/r/temp_table.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/temp_table.result b/mysql-test/r/temp_table.result
index da2a303456d..726861bb525 100644
--- a/mysql-test/r/temp_table.result
+++ b/mysql-test/r/temp_table.result
@@ -111,7 +111,7 @@ t1 CREATE TEMPORARY TABLE `t1` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1
show create view t1;
View Create View
-t1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `test`.`t1` AS select _latin1'This is view' AS `A`
+t1 CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`localhost` SQL SECURITY DEFINER VIEW `t1` AS select _latin1'This is view' AS `A`
drop view t1;
select * from t1;
A