Closed xxsimoxx closed 1 year ago
Restore $wpdb->use_mysqli that was removed in #201 (WP-r56475).
$wpdb->use_mysqli
New unit tests in place.
Description
Restore
$wpdb->use_mysqli
that was removed in #201 (WP-r56475).Motivation and context
$wpdb->use_mysqli
(wrongly because it's private) to check which function to use$wpdb->use_mysqli
How has this been tested?
New unit tests in place.
Types of changes