summaryrefslogtreecommitdiff
path: root/mysql-test/r/view.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2005-04-01 02:14:30 +0300
committerunknown <bell@sanja.is.com.ua>2005-04-01 02:14:30 +0300
commitc831a156ceb2d392ba84ac9bfbee18318b11f333 (patch)
treebfd8839a822ffd9c3bcccaa970cc506139ae4a9c /mysql-test/r/view.result
parent8a898a0b72ad14b87608c84f6b775eb586a070a2 (diff)
downloadmariadb-git-c831a156ceb2d392ba84ac9bfbee18318b11f333.tar.gz
postmerge 4.1->5.0 fixes
mysql-test/r/group_by.result: result change mysql-test/r/union.result: result change mysql-test/r/view.result: result change mysql-test/t/subselect.test: fixed mistake of merge sql/field.cc: new 5.0 types support temporary table/db names detection in field fixed sql/field.h: removed non-existent methods added wrongly deleted during manual merge string sql/item.cc: support of new types added to merge of union types routines sql/item.h: fixed method definition sql/item_cmpfunc.cc: fixed type sql/item_func.h: item type name fixed sql/item_subselect.cc: added forgoten methods sql/item_subselect.h: fixed type sql/sql_derived.cc: fixed typo of manual merge sql/sql_view.cc: added new parameter
Diffstat (limited to 'mysql-test/r/view.result')
-rw-r--r--mysql-test/r/view.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/view.result b/mysql-test/r/view.result
index ae1bb42cc29..c5fe4bf8565 100644
--- a/mysql-test/r/view.result
+++ b/mysql-test/r/view.result
@@ -874,7 +874,7 @@ select * from v1;
col1
describe v1;
Field Type Null Key Default Extra
-col1 char(2) YES NULL
+col1 varchar(2) YES NULL
drop view v1;
drop table `t1a``b`;
create table t1 (col1 char(5),col2 char(5));