[Phpmyadmin-devel] Incorrect number of affected rows displayed after editing a row

Marc Delisle marc at infomarc.info
Fri Jul 23 17:10:16 CEST 2010


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.

-- 
Marc Delisle
http://infomarc.info




More information about the Developers mailing list