Ninad Pundalik a écrit :
On 24/07/2010, Marc Delisle marc@infomarc.info wrote:
Happens even after switching to the mysqli extension. :(
Are you 100% sure of this? Because here, I solidly cannot reproduce the problem while using mysqli, both when inserting rows and editing inline.
Ummm, just a minute. I forgot that we are talking about remote MySQL servers. I'll get access to another machine tomorrow, so I'll confirm then.
We are really talking about what's on the web server, not on the MySQL server.
Do you have mysqlnd? (can be seen on phpMyAdmin's home page in "MySQL client")
If not, which MySQL server version and client library version?
On my local system: Server version: 5.1.41-3ubuntu12.3 MySQL client version: 5.1.41
So you are not using mysqlnd. Based on my tests, I believed that we needed mysqlnd to be able to reproduce this problem (however the problem might be with the mysql extension itself).
On the remote system that I'll setup tomorrow, I'll be installing the latest version of XAMPP, so the server/client version will be the one available in it.