Would this also be appropriate for the Dec2011 branch?

On 2012-02-23 14:22, Niels Nes wrote:
> Changeset: 656d66d54802 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=656d66d54802
> Modified Files:
>       sql/backends/monet5/sql.mx
> Branch: default
> Log Message:
> 
> make sure we reset the point_query flag
> 
> 
> diffs (11 lines):
> 
> diff --git a/sql/backends/monet5/sql.mx b/sql/backends/monet5/sql.mx
> --- a/sql/backends/monet5/sql.mx
> +++ b/sql/backends/monet5/sql.mx
> @@ -1694,6 +1694,7 @@ sqlcleanup(mvc *c, int err)
>       if (err < 0)
>               c->session->status = err;
>       c->label = 0;
> +     c->point_query = 0;
>       scanner_query_processed(&(c->scanner));
>       return err;
>  }
> _______________________________________________
> Checkin-list mailing list
> [email protected]
> http://mail.monetdb.org/mailman/listinfo/checkin-list


-- 
Sjoerd Mullender

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Monetdb-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-developers

Reply via email to