Hi!

>>>>> "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes:

Sinisa> Jeremy Zawodny writes:
>> On Wed, Oct 17, 2001 at 12:18:28AM +0100, Mark Maunder wrote:
>> > Where does one post (possible) bugs for mysql 4?
>> > 
>> > I believe this worked in MySQL 3:
>> > 
>> > mysql> create table events ( id int(11) );
>> > ERROR 1064: You have an error in your SQL syntax near 'events ( id
>> > int(11) )' at line 1
>> > mysql> create table event ( id int(11) );
>> > Query OK, 0 rows affected (0.00 sec)
>> > 
>> > Is 'events' now a reserved word?
>> 
>> If it is, the manual needs patching:
>> 
>> http://www.mysql.com/doc/R/e/Reserved_words.html
>> 
>> Jeremy
>> -- 
>> Jeremy D. Zawodny, <[EMAIL PROTECTED]>
>> Technical Yahoo - Yahoo Finance
>> Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936
>> 
>> MySQL 3.23.41-max: up 41 days, processed 895,625,308 queries (252/sec. avg)

Sinisa> Yes, we shall have to patch our 4.0 manual.

The above is a bug in 4.0; EVENTS should not be a reserverd word.
This will be fixed in 4.0.1 !

Regards,
Monty

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to