Looks like this is still present in Groovy? MySQL seems to have it in the client (or client-core) package all the way through, but MariaDB has it in the server package all the way through.
The easiest way to resolve this is to decide whether it should be in the client package or in the server package, and then make that consistent across both MySQL and MariaDB.
Looks like this is still present in Groovy? MySQL seems to have it in the client (or client-core) package all the way through, but MariaDB has it in the server package all the way through.
The easiest way to resolve this is to decide whether it should be in the client package or in the server package, and then make that consistent across both MySQL and MariaDB.