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

2004-01-28 Thread Victoria Reznichenko
[EMAIL PROTECTED] wrote: >>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

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