List:Internals« Previous MessageNext Message »
From:Fournier Jocelyn [Presence-PC] Date:March 5 2002 6:43pm
Subject:Re: Problem with sql_yacc.yy
View as plain text  
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
----- Original Message ----- 
From: "Sinisa Milivojevic" <sinisa@stripped>
To: "Fournier Jocelyn [Presence-PC]" <joc@stripped>
Cc: <jzawodn@stripped>; <internals@stripped>
Sent: Tuesday, March 05, 2002 1:23 PM
Subject: Re: Problem with sql_yacc.yy


> On Mon, 4 Mar 2002 19:42:34 +0100
> "Fournier Jocelyn [Presence-PC]" <joc@stripped> wrote:
> 
> > Hi,
> > 
> > is it those changes ? :
> > 
> > 1.146 02/02/28 21:58:32 Sinisa 195 194
> > Some small fixes for newer parsers.
> > Only unsigned int yystacksize remains to be fixed.
> > This I leave to Monty.
> > Present fixes are only aesthetic and do not harm.
> > 
> > If it is, I still have to make the modification after this patch (there
> > still remain missing semicolon).
> > 
> > Regards,
> > 
> > Jocelyn Fournier
> > 
> 
> OK, what are the remaining missing semi-colons ??
> 
> --
> 
> Regards,
> 
> --
> For technical support contracts, go to https://order.mysql.com/
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <sinisa@stripped>
>  / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
> /_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
>        <___/   www.mysql.com
> 
> ---------------------------------------------------------------------
> 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 internals-thread2994@stripped
> To unsubscribe, e-mail <internals-unsubscribe@stripped>
> 
> 

Thread
Problem with sql_yacc.yyFournier Jocelyn [Presence-PC]3 Mar
  • Re: Problem with sql_yacc.yyFournier Jocelyn [Presence-PC]3 Mar
    • Re: Problem with sql_yacc.yyJeremy Zawodny4 Mar
  • Re: Problem with sql_yacc.yyFournier Jocelyn [Presence-PC]4 Mar
    • Re: Problem with sql_yacc.yySinisa Milivojevic4 Mar
  • Re: Problem with sql_yacc.yyFournier Jocelyn [Presence-PC]4 Mar
    • Re: Problem with sql_yacc.yySinisa Milivojevic5 Mar
  • Re: Problem with sql_yacc.yyFournier Jocelyn [Presence-PC]5 Mar
    • Re: Problem with sql_yacc.yySinisa Milivojevic6 Mar