Exemplo n.º 1
0
 public static void Abort(BPlusTreeLong bpt)
 {
     bpt.Abort();
       AllInsertHashtable = (Hashtable)LastCommittedInsertHashtable.Clone();
       Check(bpt);
 }