2 messages in com.mysql.lists.bugsRe: field name:errors
FromSent OnAttachments
Ruth Nisenbaum01 Aug 2003 22:34 
Sergei Golubchik02 Aug 2003 00:36 
Subject:Re: field name:errors
From:Sergei Golubchik (se@mysql.com)
Date:08/02/2003 12:36:20 AM
List:com.mysql.lists.bugs

Hi!

On Aug 02, Ruth Nisenbaum wrote:

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.

Check

http://bugs.mysql.com/bug.php?id=724

as this is related issue. Both will be resolved (in that or another way) at the same time.

Regards, Sergei