Bug #18580 | Default values on BLOB or TEXT columns | ||
---|---|---|---|
Submitted: | 28 Mar 2006 17:34 | Modified: | 28 Mar 2006 17:54 |
Reporter: | Chad MILLER | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0.19 | OS: | |
Assigned to: | CPU Architecture: | Any |
[28 Mar 2006 17:34]
Chad MILLER
[28 Mar 2006 17:54]
MySQL Verification Team
Thank you for the bug report. I was unable to repeat with current source serve on Suse Linuxr: You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 5.0.20-debug Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> create table t1 (a tinytext default 'a', b int); ERROR 1101 (42000): BLOB/TEXT column 'a' can't have a default value mysql> ------------------------------------------------------------------- mysql> select version(); +------------------+ | version() | +------------------+ | 5.1.8-beta-debug | +------------------+ 1 row in set (0.00 sec) mysql> create table t1 (a tinytext default 'a', b int); ERROR 1101 (42000): BLOB/TEXT column 'a' can't have a default value