This simplifies the check in the if statements in the db.spec.js file for mysql-like clients. The principle imeputus for this PR is that similar to MariaDB, I plan to add Percona, and would prefer to not have to go through the entire file and add the or statements like I did with MariaDB.
This simplifies the check in the if statements in the db.spec.js file for mysql-like clients. The principle imeputus for this PR is that similar to MariaDB, I plan to add Percona, and would prefer to not have to go through the entire file and add the or statements like I did with MariaDB.