summaryrefslogtreecommitdiff
path: root/mysql-test/r/create.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-10-19 01:01:54 +0200
committerunknown <msvensson@neptunus.(none)>2006-10-19 01:01:54 +0200
commit15a86d185da20b26744c4cf9329c12fbed207a2a (patch)
treeae7b35a52b5938cfcb0ee9c2b34078f346483d94 /mysql-test/r/create.result
parent54fadc5b88824886d34242f2fd871c856a8f006b (diff)
parentd8d57c77b1f3490b69e0ed116a766b6434137ecd (diff)
downloadmariadb-git-15a86d185da20b26744c4cf9329c12fbed207a2a.tar.gz
Merge neptunus.(none):/home/msvensson/mysql/bug22436/my50-bug22436
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint mysql-test/r/innodb_mysql.result: Auto merged mysql-test/t/innodb_mysql.test: Auto merged mysql-test/t/sp.test: Auto merged mysql-test/r/create.result: Merge mysql-test/t/create.test: Merge mysql-test/t/view.test: Remove the disable_warnings part as engine=innodb has been removed
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r--mysql-test/r/create.result6
1 files changed, 0 insertions, 6 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result
index 5f885ad199b..1dcbc693597 100644
--- a/mysql-test/r/create.result
+++ b/mysql-test/r/create.result
@@ -767,11 +767,5 @@ t1 CREATE TABLE `t1` (
`i` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 MAX_ROWS=4294967295
drop table t1;
-create table t1(f1 varchar(800) binary not null, key(f1)) engine = innodb
-character set utf8 collate utf8_general_ci;
-Warnings:
-Warning 1071 Specified key was too long; max key length is 765 bytes
-insert into t1 values('aaa');
-drop table t1;
create table t1 (upgrade int);
drop table t1;