2 messages in com.mysql.lists.mysqlRe: Is data a reserved keyword?
FromSent OnAttachments
Ulf Wendel04 Aug 2000 11:08 
sin...@mysql.com05 Aug 2000 04:43 
Subject:Re: Is data a reserved keyword?
From:sin...@mysql.com (sin@mysql.com)
Date:08/05/2000 04:43:47 AM
List:com.mysql.lists.mysql

Ulf Wendel writes:

Hi,

I just wonder why the create statement below causes a parse error on some older MySQL version (e.g. 3.21.29) but does not with recent versions ( e.g. 3.22.32 ). Was there a change in the list of reserved keywords?

mysql> create table session ( data mediumtext not null );

Thanks!

Ulf

Hi!

In more recent versions it has become just a keyword, not reserved word anymore.

Regards,

Sinisa