>Description:
When creating a table, mysql 5.0.0-alpha (binary package)
does not accept column name 'Found'.
>How-To-Repeat:
create table log (Found INT UNSIGNED NOT NULL);
>Fix:
Other names of column work.
>Submitter-Id:
>Originator:[EMAIL PROTECTED]
>Organization:
>MySQL support:
>Description:
MySQL 4.1.1-alpha (binary package from www.mysql.com)
does not accept negative number after DEFAULT.
>How-To-Repeat:
mysql> create table test (FileSize BIGINT NOT NULL DEFAULT -1);
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresponds
to your MySQL s