Comment 3 for bug 978432

Revision history for this message
Dave Juntgen (djuntgen) wrote :

Here is the bug:

...
# NibbleIterator:3938 24062 No PRIMARY or unique indexes; will use index with highest cardinality
...

NibbleIterator states there are no PRIMARY or Unique indexes, when in fact there are unique indexes on the table as idx1 and idx2.

See attached patch file.