5.0.0-alpha: can't create column 'Found'

2004-01-30 Thread zlomekj
>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:

4.1.1-alpha: ... DEFAULT -1 ... does not work

2004-01-28 Thread zlomekj
>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