[MDEV-3700] LP:893935 - Failure while installing the 'socket_peercred' plugin Created: 2011-11-23 Updated: 2015-02-02 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | derVerzweifler (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
There is an error occuried while installing the socket_peercred plugin: MariaDB [(none)]> select version();
-----------------------------------------
----------------------------------------- MariaDB [(none)]> INSTALL PLUGIN socket_peercred SONAME 'auth_socket.so'; MariaDB [(none)]> show warnings;
--------
-------- Is this the same bug described on mysql.com? http://bugs.mysql.com/bug.php?id=59017 |
| Comments |
| Comment by Elena Stepanova [ 2012-01-12 ] |
|
Re: Failure while installing the 'socket_peercred' plugin To reproduce it, start the server with --socket command-line or config option. 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. |
| Comment by Sergei Golubchik [ 2012-01-12 ] |
|
Re: Failure while installing the 'socket_peercred' plugin |
| Comment by Rasmus Johansson (Inactive) [ 2012-01-12 ] |
|
Launchpad bug id: 893935 |