Ninad Pundalik a écrit :
Clearly, something is not right and the $num_rows variable is not being correctly populated by PMA_DBI_affected_rows(). I used the Netbeans debugger to dig around a little, and there is no query other than the update query being executed before the call to PMA_DBI_affected_rows(). What could cause this?
This behaviour can be seen in commit c0db21c to my repository.
Problem happens with $cfg['Servers'][$i]['extension'] = 'mysql';
but does not happen (for me) with $cfg['Servers'][$i]['extension'] = 'mysqli';
Please confirm.