Hi,
I have a little problem with phpMyadmin. Everytime when I change some data set via PHPmyadmin it adds A "LIMIT 1" instead of just only use the primary key to identify this unique row. That is the reason you have one, isn't it?
For normal users this behaviour shouldn't be a problem, but if you run a statement based replication it is, and can lead into inconsistency. I get every time this notice: "Statement may not be safe to log in statement format".
Is there a possibility to switch this off?
Regards,
Martin
Moving to bugs. In fact, this LIMIT could be turned off when there is a primary key, but if there isn't, I remember we need the limit to avoid updating or deleting more than one row.
Fixed in subversion, thanks for reporting.