Bugs item #2654133, was opened at 2009-03-02 10:19
Message generated for change (Comment added) made by nielsnes
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2654133&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SQL/Core
Group: SQL "stable"
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Roberto Cornacchia (cornuz)
Assigned to: Niels Nes (nielsnes)
Summary: simple join fails on latest stable

Initial Comment:
drop table x cascade;

create table x (n int, s varchar(10));
insert into x (n,s) values (1, 'one');
insert into x (n,s) values (2, 'two');
insert into x (n,s) values (3, 'three');

select * from tables, x limit 10;

drop table x cascade;



This produces the following assertion:

ERR test02[5752]: mserver5: 
/export/scratch0/roberto/MonetDB/src/sql/src/server/rel_bin.mx:1302: 
rel2bin_project: Assertion `0' failed.


----------------------------------------------------------------------

>Comment By: Niels Nes (nielsnes)
Date: 2009-03-03 11:52

Message:
test added to bugtracker-2009 / join_topn.SF-2654133.sql
Fixed by correctly returning table_name for stmt st_limit

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2654133&group_id=56967

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to