ets:select_count bug?

Samuel Rivas samuel@REDACTED
Wed Jan 25 09:45:25 CET 2006


Hi,

I tried this in R10B-9

1> T = ets:new(task_table, [set, protected, {keypos, 1}]).
18
2> ets:insert(T, {1, "hi", b}).
true
3> ets:select(T, [{{'_', "hi", '_'},[],['$_']}]).
[{1,"hi",b}]
4> ets:select_count(T, [{{'_', "hi", '_'},[],['$_']}]).
0

Is this a select_count bug or am I doing something wrong?

-- 
	Samuel



More information about the erlang-questions mailing list