Hi all,

following query
"SELECT LAST_INSERT_ID() as auto_num FROM xrenders;"
fills our whole slow query log (500 kB a day).

AUTO_INCREMENT field is int(11) type, primary key;
table is of type MyISAM.

We do the same operation on another similar table of the same
db which is much larger without any performance problems.

Affected table has 400.000+ records and mentioned query
lasts tens or hunderds seconds.

One record from the log:
---
# Query_time: 223  Lock_time: 0  Rows_sent: 400633  Rows_examined: 400633
SET last_insert_id=400634;
SELECT LAST_INSERT_ID() as auto_num FROM xrenders;
---
This strange behavior appeared after upgrade from MySQL 3.23.32 to 3.23.47
on RedHat 6.2
There were never these problems before (many months).

Affected table checked with CHECK .. EXTENDED passed OK.
Any ideas?

As I am not currently subscribed to this list, please reply to my
e-mail as well. Thanks.
-- 
<MK>


---------------------------------------------------------------------
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