summaryrefslogtreecommitdiff
path: root/mysql-test/r/create.result
diff options
context:
space:
mode:
authorunknown <gluh@mysql.com>2006-03-30 08:13:28 +0500
committerunknown <gluh@mysql.com>2006-03-30 08:13:28 +0500
commita7431720ce85073aae45c06d4531c581be34d974 (patch)
tree3bd6c5acf0e606ef58cea4d0d43e5f1b3f7b3171 /mysql-test/r/create.result
parente672bb700459dda159ef5ab48388fcb5a755db12 (diff)
parentc819b62bcb062c5dcee9f3dddd8aa9922f5aa259 (diff)
downloadmariadb-git-a7431720ce85073aae45c06d4531c581be34d974.tar.gz
Merge
mysql-test/t/create.test: Auto merged sql/sql_table.cc: Auto merged mysql-test/r/create.result: SCCS merged
Diffstat (limited to 'mysql-test/r/create.result')
-rw-r--r--mysql-test/r/create.result2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/create.result b/mysql-test/r/create.result
index 8c1943486b5..c11160c6727 100644
--- a/mysql-test/r/create.result
+++ b/mysql-test/r/create.result
@@ -746,6 +746,8 @@ t2 CREATE TABLE `t2` (
`a2` int(11) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1
drop table t1, t2;
+create table t1(a set("a,b","c,d") not null);
+ERROR HY000: Illegal set 'a,b' value found during parsing
create table t1 (i int) engine=myisam max_rows=100000000000;
show create table t1;
Table Create Table