Comment 10 for bug 492391

Revision history for this message
Stewart Smith (stewart) wrote :

I_S is very broken in regard to thread safety. This is the simpler patch that fixes it (at about the total expense of concurrency).

The more complex fix is to have InformationCursor get a copy of the rows and just use them.

that patch is much.. much larger (got about 1/2 way there)