Re: Tokenizier incorrect behavior with C-style comments

2002-07-11 Thread Robin Johnson
On Thu, 11 Jul 2002, Victoria Reznichenko wrote: > robbat2, > Thursday, July 11, 2002, 11:57:16 AM, you wrote: > > >>Description: > r> The tokenizer is not behaving correctly with certain tokens relating to >comments. > > r> Correct Behaviour: > r> mysql> SELECT + /* foo */ 200;

Re: Tokenizier incorrect behavior with C-style comments

2002-07-11 Thread Victoria Reznichenko
robbat2, Thursday, July 11, 2002, 11:57:16 AM, you wrote: >>Description: r> The tokenizer is not behaving correctly with certain tokens relating to comments. r> Correct Behaviour: r> mysql> SELECT + /* foo */ 200; r> ERROR 1064: You have an error in your SQL syntax near