1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
gluh@mysql.com
2006-03-30 08:13:28 +05:00
3 changed files with 25 additions and 0 deletions

View File

@@ -646,6 +646,12 @@ show create table t2;
drop table t1, t2;
#
# Bug #15316 SET value having comma not correctly handled
#
--error 1105
create table t1(a set("a,b","c,d") not null);
# End of 4.1 tests
#