Mailing List
Home
MySQL General - General MySQL discussion
MaxDB - Everything about MaxDB, formerly known as SAP DB
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
ODBC - ODBC with the MySQL Connector/ODBC driver
Perl - Perl support for MySQL with DBI and DBD::mysql
MySQL++ - Programming with the C++ API to MySQL
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Odd Table locking issue

Odd Table locking issue

2004-03-12       - By mysql@(protected)

 Back
If you 've read my last email, you know what the problem is, but I have now
pinpointed it a bit further using the processlist feature.

[root@(protected) MBPlatforms]# mysqladmin -v processlist -p
Enter password:
+-- --+-- ---- --+-- ---- ---+-- ---- -----+-- ------+-- ---+-- -----+-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---+
| Id | User | Host | db | Command | Time | State | Info
|
+-- --+-- ---- --+-- ---- ---+-- ---- -----+-- ------+-- ---+-- -----+-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---+
| 75 | pcpadmin | localhost | MBPlatforms | Query | 357 | update | INSERT
INTO MemorySlots VALUES ( '6 ', '8 slots ', 'There are 8 slots. ') |
| 86 | pcpadmin | localhost | MBPlatforms | Query | 311 | Locked | SELECT *
FROM MemorySlots ORDER BY Name ASC |
| 154 | root | localhost | | Query | 0 | | show full
processlist |
+-- --+-- ---- --+-- ---- ---+-- ---- -----+-- ------+-- ---+-- -----+-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---+

This also happens with the REPLACE command seen here. The state is "locked " but
it doesn 't come out of it until I manually kill the thread.

What could be causing this? Here is the table design, just FWIW:

Field Type Attributes Null Default Extra Action
ID int(11) No auto_increment
Name varchar(50) No
Desc text No

Thanks for your help!

Ryan





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=mysql @(protected)