Bugs item #1592689, was opened at 2006-11-08 15:10 Message generated for change (Comment added) made by sf-robot 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: 5 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: SourceForge Robot (sf-robot) Date: 2008-11-22 02: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 10: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 03: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 20: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 18: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 15: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 #-----------------# [ [EMAIL PROTECTED], [EMAIL PROTECTED] ] [ [EMAIL PROTECTED], [EMAIL PROTECTED] ] 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 15: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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
