Bug #65300 | doing mysql insert into a database record after 160 records it hangs | ||
---|---|---|---|
Submitted: | 13 May 2012 4:51 | Modified: | 13 Jun 2012 7:49 |
Reporter: | wayne lowsik | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.5.20 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | INSERT INTO webparts.sv |
[13 May 2012 4:51]
wayne lowsik
[13 May 2012 7:49]
MySQL Verification Team
To eliminate the possibility your php code is at fault, please just try running all these queries using the mysql command line client. So, print out the sql, and save this output, then paste into mysql client. print $sSQL . " ;\n"; //$db->query($sSQL); If it hangs, open a new connection and grab output of: SHOW FULL PROCESSLIST; SHOW ENGINE INNODB STATUS\G
[14 Jun 2012 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".