Bugs item #2942739, was opened at 2010-01-30 09:02 Message generated for change (Settings changed) made by nielsnes You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2942739&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 "candidate" >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: zeuner (zeuner) Assigned to: Niels Nes (nielsnes) Summary: ibase mismatch in tr_update_delta (bat_storage.mx) Initial Comment: The SQL statements in the attached file create a failed assertion for me: mserver5: bat_storage.mx:1274: tr_update_delta: Assertion `obat->ibase == cbat->ibase' failed. The issue has been verified on a 2010-01-26 and a 2010-01-30 checkout on an x86_64 dual core running CentOS 5.4. I did some tracing on the ibase member variable. Both obat->ibase and cbat->ibase gets initialized through new_persistent_delta (called by create_col), and both are updated through a previous tr_update_delta invocation. But while cbat gets the value passed through dup_delta (called by dup_col), it gets zeroed by clear_delta (called by clear_col) for obat. However, I am not sure how the value is supposed to get updated throughout a transaction. ---------------------------------------------------------------------- >Comment By: Niels Nes (nielsnes) Date: 2010-01-30 09:51 Message: incorrect assert is removed. No test needed in this case. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=2942739&group_id=56967 ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
