Changes between Version 4 and Version 5 of Ticket #57271, comment 93
- Timestamp:
- 03/10/2025 10:18:18 PM (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57271, comment 93
v4 v5 19 19 This way, callers could opt to confirm 20 20 {{{ 21 $wpdb->mysql_info['matched'] > 121 $wpdb->mysql_info['matched'] >= 1 22 22 }}} 23 23 whenever mysqli_affected_rows === 0, and treat this as an acceptable outcome.