mirror of
https://github.com/MariaDB/server.git
synced 2025-07-02 14:22:51 +03:00
MDEV-14900 Upstream 10.3 debian patches
applied (at least partially): * armhf_mroonga_storage_fail.patch (unaligned write) * mysqld_multi.server_lsb-header.patch (add LSB header) * fix-spelling-errors.patch (tabxml.cpp) * hurd_socket.patch (in Platform.pm) * remove-systemd-obsolete-target.patch
This commit is contained in:
@ -112,6 +112,8 @@ sub check_socket_path_length {
|
||||
return 0 if ($^O eq 'aix');
|
||||
# See Debian bug #670722 - failing on kFreeBSD even after setting short path
|
||||
return 0 if $^O eq 'gnukfreebsd' and length $path < 40;
|
||||
# GNU/Hurd doesn't have hostpath(), but no limitation either
|
||||
return 0 if $^O eq 'gnu';
|
||||
|
||||
require IO::Socket::UNIX;
|
||||
|
||||
|
Reference in New Issue
Block a user