On Mon, Jun 23, 2003 at 12:44:23AM -0400, Rudy Lippan wrote: > > Changes: > > 2003-06-22 Rudy Lippan <[EMAIL PROTECTED]> (2.9001) > * Changed the default behaviour of mysql_found_rows, so now > 'UPDATE table set field=?' will return the number of rows > matched > and not the number of rows physically changed. You can get the > old > behaviour back by adding "mysql_found_rows=0" to the dsn passed > to connect.
> * Added attribute 'auto_reconnect' that allows the auto reconnect Shouldn't that be mysql_auto_reconnect? > * Added statistics attribute, 'mysql_dbd_stats' which returns > a hash ref that contains 2 keys 'auto_reconnects' and > 'failed_auto_reconnects'. Wasn't auto_reconnects going to be renamed so it was clear what it actually counted (attempts vs sucesses)? Tim.
