Bugs item #2787855, was opened at 2009-05-06 15:37 Message generated for change (Tracker Item Submitted) made by arjenderijke You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2787855&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: Arjen de Rijke (arjenderijke) Assigned to: Niels Nes (nielsnes) Summary: Type exception with optimizer on Initial Comment: I use monetdb compiled using the cvs head code checked out today (2009-5-06) on a fedora 10 machine. After connecting to a new and empty database with mclient and sql enabled, i get the following result when running the "select * from tables;" query: sql>select * from tables; !TypeException:user.s0_1[16]:'sql.bind' undefined in: _262:bat[:oid,:sht] := sql.bind(_26:str, _3:str, _4:str, _5:int, _252:oid, _261:oid) !TypeException:user.s0_1[17]:'sql.bind' undefined in: _264:bat[:oid,:sht] := sql.bind(_26:str, _3:str, _4:str, _5:int, _261:oid, _263:oid) ... !TypeException:user.s0_1[180]:'sql.bind' undefined in: _346:bat[:oid,:sht] := sql.bind(_152:str, _144:str, _169:str, _146:int, _343:oid, _345:oid) !TypeException:user.s0_1[181]:'sql.bind' undefined in: _348:bat[:oid,:sht] := sql.bind(_152:str, _144:str, _169:str, _146:int, _345:oid, _347:oid) !MALException:algebra.kdiff:Cannot access descriptor 0 tuples If i then do: set optimizer='off'; i get the normal results. When i set the optimizers on again, the exceptions return. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2787855&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
