Closed pekkarr closed 1 year ago
Thanks, good catch! Is there a way to test this on CI/CD?
Thanks!
Thanks!
You're welcome.
Is there a way to test this on CI/CD?
I'm not sure. I found the bug because the BioArchLinux build script for RMariaDB uses a my.cnf
file with
[client-server]
socket=/path/to/mariadb.sock
to specify the mariadb socket when running RMariaDB tests, but due to the regression RMariaDB didn't use this config (RMariaDB::mariadbDefault()
tried to use the system default socket instead of the one in my.cnf
).
The
MYSQL_READ_DEFAULT_GROUP
option should be set only if thegroups
variable is not null.Commit 219e5ca027c3970e3811974b7fca69091289ea54 introduced this bug.