Well, obviously it's not that easily reproductible. I've faked a slow query with 'LOCK TABLES':
mysql> select * from user where user='foo';
Empty set (8.44 sec)
^^^^^^^^
but Emacs was not blocked during that time.
I've also tried a real slow query:
mysql> CREATE INDEX foo on user (user);
Query OK, 22979 rows affected (1.77 sec)
^^^^^^^^
Records: 22979 Duplicates: 0 Warnings: 0
but it didn't lock Emacs either.
At this time, I can't reproduce the bug.
I have to admit I've upgraded to emacs-snapshot 20060224-1, maybe it
fixed something. Do you know?
--
Cyril Bouthors
pgpTinSALowCk.pgp
Description: PGP signature

