========================================================================
====
Bug report -- MySQL Embedded Server v4.0.10, binary distribution for
Windows
========================================================================
====

----------------------------------------------------------------
Machine specs:
----------------------------------------------------------------
Compaq Presario desktop
Windows XP Professional SP1

--------------------
Problem description:
--------------------
There are two bugs:
The SHOW PROCESSLIST and KILL statements do not function as documented
when using the MySQL Embedded Server.

The SHOW PROCESSLIST statement returns an empty set.
The KILL statement causes an error 1094.

-------------
To reproduce:
-------------
Run the mysql-server.exe included with the MySQL binary distribution.

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 4.0.10-gamma-embedded

mysql> SHOW PROCESSLIST;
Empty set (0.00 sec)

mysql> KILL 1;
ERROR 1094: Unknown thread id: 1

-----------------------
My contact information:
-----------------------
Matt Solnit <[EMAIL PROTECTED]>



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to