From: Sinisa Milivojevic Date: March 6 2002 12:41pm Subject: Re: Problem with sql_yacc.yy List-Archive: http://lists.mysql.com/internals/3002 Message-Id: <200203061248.g26Cmctu003405@mail-out2.cytanet.com.cy> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 5 Mar 2002 19:43:55 +0100 "Fournier Jocelyn [Presence-PC]" wrote: > Hi, > > At line 1617 : > > - | CASE_SYM opt_expr WHEN_SYM when_list opt_else END > { $$= new Item_func_case(* $4, $2, $5 ) } > + | CASE_SYM opt_expr WHEN_SYM when_list opt_else END > { $$= new Item_func_case(* $4, $2, $5 ); } > > At line 1883 : > > - in_sum_expr: > { Select->in_sum_expr++ } > + in_sum_expr: > { Select->in_sum_expr++; } > > At line 1956 : > > - | join_table_list normal_join join_table { $$=$3 } > + | join_table_list normal_join join_table { $$=$3; } > > Regards, > > Jocelyn Fournier Thanks, we shall apply them. -- Regards, -- For technical support contracts, go to https://order.mysql.com/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic / /|_/ / // /\ \/ /_/ / /__ MySQL AB, FullTime Developer /_/ /_/\_, /___/\___\_\___/ Larnaca, Cyprus <___/ www.mysql.com