Bugs item #1713584, was opened at 2007-05-05 23:42 Message generated for change (Comment added) made by sjoerd You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1713584&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: Stefan Manegold (stmane) >Assigned to: Sjoerd Mullender (sjoerd) Summary: delete on committed dense persistent BAT causes prop. error Initial Comment: See below for details. This is actually the same problem as reported for test http://monetdb.cwi.nl/testing/projects/monetdb/Current/pathfinder/.mTests103/GNU.64.64.d-Fedora6/tests_BugsViaSourgeforce/ID.1204095-a.out.00.html in https://sourceforge.net/tracker/index.php?func=detail&aid=1712463&group_id=56967&atid=482468 hence, it could be related to checkins of 2007-04-25. var b:=new(oid,void).rename("PD").persists(true); var pd:=bat("PD"); pd.insert([EMAIL PROTECTED],nil); pd.insert([EMAIL PROTECTED],nil); pd.insert([EMAIL PROTECTED],nil); commit(); pd.print(); #-----------------# # h t # name # oid void # type #-----------------# [ [EMAIL PROTECTED], nil ] [ [EMAIL PROTECTED], nil ] [ [EMAIL PROTECTED], nil ] pd.info().reverse().like("sorted").print(); #---------------------------------# # h t # name # str str # type #---------------------------------# [ "65", "hsorted" ] [ "0", "hnosorted" ] [ "0", "hnosorted_rev" ] [ "65", "tsorted" ] [ "0", "tnosorted" ] [ "0", "tnosorted_rev" ] pd.info().reverse().like("dense").print(); #-------------------------# # h t # name # str str # type #-------------------------# [ "1", "hdense" ] [ "0", "hnodense" ] [ "0", "tdense" ] [ "0", "tnodense" ] pd.info().reverse().like("seqbase").print(); #-------------------------# # h t # name # str str # type #-------------------------# [ "[EMAIL PROTECTED]", "hseqbase" ] [ "nil", "tseqbase" ] pd.seqbase().print(); [ [EMAIL PROTECTED] ] pd.delete([EMAIL PROTECTED]); !WARNING: BATpropcheck: BAT PD(26) was incorrectly marked sorted! !WARNING: BATpropcheck: BAT PD(26) remains marked radix-clustered on 32 bits; not checked! pd.print(); #-----------------# # h t # name # oid void # type #-----------------# [ [EMAIL PROTECTED], nil ] [ [EMAIL PROTECTED], nil ] pd.info().reverse().like("sorted").print(); #---------------------------------# # h t # name # str str # type #---------------------------------# [ "64", "hsorted" ] [ "2", "hnosorted" ] [ "0", "hnosorted_rev" ] [ "65", "tsorted" ] [ "2", "tnosorted" ] [ "0", "tnosorted_rev" ] pd.info().reverse().like("dense").print(); #-------------------------# # h t # name # str str # type #-------------------------# [ "0", "hdense" ] [ "0", "hnodense" ] [ "0", "tdense" ] [ "0", "tnodense" ] pd.info().reverse().like("seqbase").print(); #-------------------------# # h t # name # str str # type #-------------------------# [ "[EMAIL PROTECTED]", "hseqbase" ] [ "nil", "tseqbase" ] pd.seqbase().print(); [ [EMAIL PROTECTED] ] ---------------------------------------------------------------------- >Comment By: Sjoerd Mullender (sjoerd) Date: 2007-05-07 15:13 Message: Logged In: YES user_id=43607 Originator: NO Fixed in CVS. ---------------------------------------------------------------------- Comment By: Stefan Manegold (stmane) Date: 2007-05-05 23:47 Message: Logged In: YES user_id=572415 Originator: YES Test added in MonetDB4/tests/BugTracker/Tests/delete_from_persistent_dense_BAT.SF-1713584.* ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1713584&group_id=56967 ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Monetdb-bugs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-bugs
