Hi,

If you "open" a table using,

HANDLER tablename OPEN;

and then (in another MySQL command windows), execute,

flush tables with read lock;

The flush tables "hangs" until you execute a

HANDLER tablename CLOSE;

command.

Is this a bug? Can anyone explain this?

Many Regards,
Ian Collins.


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to