1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-34716 Fix mysql.servers socket max length too short

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.
This commit is contained in:
Yuchen Pei
2024-12-17 10:40:57 +11:00
parent bc6121819c
commit 77c9917663
16 changed files with 88 additions and 14 deletions

View File

@@ -444,7 +444,7 @@ Table Checksum
mysql.roles_mapping 3150178430
mysql.time_zone_transition 3895294076
mysql.plugin 0
mysql.servers 2783974349
mysql.servers 4154392229
mysql.func 3241572444
mysql.innodb_table_stats 347867921
mysql.table_stats 664320059
@@ -479,7 +479,7 @@ Table Checksum
mysql.roles_mapping 3150178430
mysql.time_zone_transition 3895294076
mysql.plugin 0
mysql.servers 2783974349
mysql.servers 4154392229
mysql.func 3241572444
mysql.innodb_table_stats 347867921
mysql.table_stats 664320059