Bugs item #2787821, was opened at 2009-05-06 14:11
Message generated for change (Tracker Item Submitted) made by skinkie
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2787821&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 CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan de Konink (skinkie)
Assigned to: Niels Nes (nielsnes)
Summary: Removing all optimizers; 'remap: no implementation present'

Initial Comment:
sql>CREATE TABLE "sys"."way_nds_9" ( "way" int, "idx" int, "to_node" int);
0 tuples
sql>insert into way_nds_9 select * from way_nds limit 9;
Rows affected 9
sql>set optimizer='';
0 tuples
sql>select * from way_nds_9 as t1, way_nds_9 as t2 where t1.way = t2.way and 
t1.idx = t2.idx-1;
!MALException:opt.remap:no implementation present
0 tuples

Using optimizer='off' output is generated, and the message is gone.

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

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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to