When I run A select query at the same time as either a delete or insert
query (havn't tried an update,) the mysql-nt service will crash if on the
nth select query where n > 1. The larger n becomes, the more likely it is
that the server will crash. The doesn't seem to be any desernable pattern to
this.
As I write this, I have a test (Delphi app) [insert] blasting records into a
table. From a mysql> prompt I can always make the server crash, but it seems
never on the first select. This happens even if I limit the result to as few
as 10 records.
Thanks,
Bill