2 messages in com.mysql.lists.bugsfield name:errors
FromSent OnAttachments
Ruth Nisenbaum01 Aug 2003 22:34 
Sergei Golubchik02 Aug 2003 00:36 
Subject:field name:errors
From:Ruth Nisenbaum (ruth@012.net.il)
Date:08/01/2003 10:34:55 PM
List:com.mysql.lists.bugs

Hi:

In an older version of the database I had a field called errors.

When I tried to recreate the database in version 4.1, the create table statement
that had the field errors showed me an error.

I changed the create statement to create a field _errors and it worked o.k.

I used an alter table statement to change the name of the field to errors again
and worked o.k., but now select queries calling the field (select errors from
....) doesn't work.