• Yuchen Pei's avatar
    MDEV-34716 Fix mysql.servers socket max length too short · 4feb58e8
    Yuchen Pei authored
    The limit of socket length on unix according to libc is 108, see
    sockaddr_un::sun_path, but in the table it is a string of max length
    64, which results in truncation of socket and failure to connect by
    plugins using servers such as spider.
    4feb58e8
mysqldump-system.result 48.9 KB