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:

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

2004-01-30 Thread Tobias Asplund
On Fri, 30 Jan 2004 [EMAIL PROTECTED] wrote: > >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); > FOUND is a reserved word. Use within backticks, ie `Found` http