Dear list,
does anyone know what it means when it says state = NULL doing the "show processlist"?
Thanks
Bernd
=
Please note that this e-mail and any files transmitted with it may be
privileged, confiden
On Thu, Aug 07, 2003 at 05:42:12PM -0400, Bernd Jagla wrote:
> Dear list,
>
> does anyone know what it means when it says state = NULL doing the "show
> processlist"?
Usually you see this when the 'command' is sleep. That means the
thread is idle.
--
Jeremy D. Zawodny | Perl, Web, MySQL,
> does anyone know what it means when it says state = NULL doing the "show
> processlist"?
The client is connected but not doing anything. It could be
either preparing to send a query, between queries, or finished
with its last query and hasn't disconnected yet.
-M
--
MySQL General Mailing Li