Bugs item #1592689, was opened at 2006-11-08 16:10 Message generated for change (Comment added) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1592689&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: Core Group: MonetDB4 CVS Head >Status: Closed Resolution: Fixed Priority: 8 Private: No Submitted By: Jan Rittinger (tsheyar) Assigned to: Niels Nes (nielsnes) Summary: append() translates values into nil Initial Comment: Hi, attached you find a generated mil file that works on the auction file in pathfinder/benchmarks/XMark and does strange things when appending a bat with values to an empty one. I couldn't get the example smaller and assume that it is somehow property related. ---------------------------------------------------------------------- >Comment By: Sjoerd Mullender (sjoerd) Date: 2009-07-28 14:26 Message: Added the script with modification (ws_create() gets an argument now): pathfinder/tests/BugTracker/value_append_to_nil.SF-1592689. Closing. ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-02-17 01:24 Message: the attached MIL script does not work with "modern" MonetDB/XQuery any more ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2009-02-16 13:49 Message: re-opened to remind us that we should consider adding a test ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2008-11-22 03:20 Message: This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 365 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Sjoerd Mullender (sjoerd) Date: 2007-11-22 11:35 Message: Logged In: YES user_id=43607 Originator: NO Switched to pending as we still need a test script. ---------------------------------------------------------------------- Comment By: SourceForge Robot (sf-robot) Date: 2007-11-11 04:20 Message: Logged In: YES user_id=1312539 Originator: NO This Tracker item was closed automatically by the system. It was previously set to a Pending status, and the original submitter did not respond within 365 days (the time period specified by the administrator of this Tracker). ---------------------------------------------------------------------- Comment By: Niels Nes (nielsnes) Date: 2006-11-10 21:38 Message: Logged In: YES user_id=43556 Fixed bug in BATappend(a,b). In case of empty void,void bat 'a' we set the t-seqbase to that of 'b'. But that seqbase can be nil leading to strange results. This case is now fixed. Switched to pending as we still need a test script. ---------------------------------------------------------------------- Comment By: Niels Nes (nielsnes) Date: 2006-11-10 19:32 Message: Logged In: YES user_id=43556 problem is that the input too BATappend(a,b) a.tdense isn't set. Therefor the void,void isn't materialized. The cause is probably the copy of the kdiff result. ---------------------------------------------------------------------- Comment By: Jan Rittinger (tsheyar) Date: 2006-11-08 16:25 Message: Logged In: YES user_id=993208 sorry -- forgot to try that one. It returns the correct result: #-----------------# # h t # name # void oid # type #-----------------# [ 0...@0, 3...@0 ] [ 1...@0, 1...@0 ] The info (of the second call -- its in a while loop) does not look different except for halign, talign, batId, batCacheid, batStamp, lastUsed, and curStamp. These fields do look quite innocent or? ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2006-11-08 16:19 Message: Logged In: YES user_id=572415 Did you run Mserver with default (i.e., --debug-0)? Could you also try with Mserver --debug=10 ? What's the result? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1592689&group_id=56967 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
