ets:select_count/2 undef?
    Shawn Pearce 
    spearce@REDACTED
       
    Mon Mar 10 07:48:52 CET 2003
    
    
  
I'm getting this:
58> ets:select(aui_data, [{{aui_datum,pid(0,108,0),'_','_'},[],['$_']}]).
[]
57> ets:select_count(aui_data, [{{aui_datum,pid(0,108,0),'_','_'},[],['$_']}]).
** exited: {undef,[{ets,select_count,
                        [aui_data,[{{aui_datum,<0.108.0>,'_','_'},[],['$_']}]]},
                   {erl_eval,expr,3},
                   {erl_eval,exprs,4},
                   {shell,eval_loop,2}]} **
The table aui_data exists, but the function ets:select_count/2 doesn't?
This is R9B-0.
-- 
Shawn.
  He is now rising from affluence to poverty.
  		-- Mark Twain
    
    
More information about the erlang-questions
mailing list