<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi, I have a mnesia table(disc_only_copy) with 10
millions records and 100 fragments, in some cases the test1 query throw next
exception:</FONT></DIV>
<DIV><FONT face=Arial size=2>This is a bug or mnesia disc file has
been corrupted?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>=ERROR REPORT==== 19-Jan-2004::10:28:00 ===<BR>**
dets: Bug was found when accessing table card_frag60,<BR>** dets: operation was
{match,<<>>,<BR>
[{{card,"33150969",<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'$5',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_',<BR>
'_'},<BR>
[],<BR>
[{{'$5'}}]}],<BR>
default} and reply was 'EXIT'.<BR></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>test1(CardKey) -><BR> FilterList =
[],<BR> Fun = fun() -><BR> Table= #card{cardkey=CardKey,
expirationdate='$5' ,_ = '_'},<BR> mnesia:select(card, [{Table,
FilterList, [{{'$5'}}]}])<BR> end,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> Result = mnesia:activity(transaction, Fun,
[], mnesia_frag),</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2> {ok,Result}.<BR></FONT></DIV><FONT face=Arial
size=2></FONT>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Bernardo</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2></FONT> </DIV></BODY></HTML>