I see this error in a "deprecated log" plugin, but I don't have any other details...
The line 1209 in wp-db.php that's its referring to is:
public function escape_by_ref( &$string ) {
if ( ! is_float( $string ) )
$string = $this->_real_escape( $string );
}
All wp installations and plugins are up to date.