It will change again ;)
see in my local dir

Niels Nes wrote:
> Update of /cvsroot/monetdb/sql/src/server
> In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17857/src/server
>
> Modified Files:
>       Tag: Nov2008
>       sql_env.mx 
> Log Message:
> keepCall now has 12 arguments
>
>
> U sql_env.mx
> Index: sql_env.mx
> ===================================================================
> RCS file: /cvsroot/monetdb/sql/src/server/sql_env.mx,v
> retrieving revision 1.74
> retrieving revision 1.74.2.1
> diff -u -d -r1.74 -r1.74.2.1
> --- sql_env.mx        4 Nov 2008 11:38:16 -0000       1.74
> +++ sql_env.mx        5 Nov 2008 21:16:00 -0000       1.74.2.1
> @@ -114,7 +114,7 @@
>               sgn = stack_get_number(m, "history");
>               assert((lng) GDK_int_min <= sgn && sgn <= (lng) GDK_int_max);
>               if (!sql_find_func(sys, "keepquery", 4) ||
> -                 !sql_find_func(sys, "keepcall", 6))
> +                 !sql_find_func(sys, "keepcall", 12))
>                       return sql_message( "Cannot activate history because 
> the keepQuery and keepCall procedures are not available\n" ); 
>               m->history = (int) (sgn)?1:0;
>       }
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Monetdb-sql-checkins mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins
>   


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to