Comment 1 for bug 893935

Revision history for this message
Elena Stepanova (elenst) wrote :

Reproducible on MariaDB 5.2 and 5.3 (fixed in 5.5 as described in http://bugs.mysql.com/bug.php?id=59017).

To reproduce it, start the server with --socket command-line or config option.
MTR test is a one-liner:

INSTALL PLUGIN socket_peercred SONAME 'auth_socket.so';

It fails on 5.2 and 5.3 due to the warning; fails on 5.5 too, but only because the plugin was renamed there.