Coding Standards: Move wp-includes/wp-db.php to wp-includes/class-wpdb.php.
wp-includes/wp-db.php
wp-includes/class-wpdb.php
This renames the file containing the wpdb class to conform to the coding standards.
wpdb
This commit also includes:
wp-db.php
Fixes #56268. See #55647.