mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
2345407b8c
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.
26 lines
701 B
Text
26 lines
701 B
Text
--- mysqldump-system.result
|
|
+++ mysqldump-system,win.result
|
|
@@ -1861,9 +1861,9 @@
|
|
Table Checksum
|
|
mysql.roles_mapping 2510045525
|
|
mysql.time_zone_transition 3719776009
|
|
-mysql.plugin 1587119305
|
|
+mysql.plugin 2184891911
|
|
mysql.servers 2180549486
|
|
-mysql.func 3241572444
|
|
+mysql.func 310494789
|
|
mysql.innodb_table_stats 1972297402
|
|
mysql.table_stats 1911089388
|
|
# Opps....
|
|
@@ -1896,9 +1896,9 @@
|
|
Table Checksum
|
|
mysql.roles_mapping 2510045525
|
|
mysql.time_zone_transition 3719776009
|
|
-mysql.plugin 1587119305
|
|
+mysql.plugin 2180549486
|
|
mysql.servers 2079085450
|
|
-mysql.func 3241572444
|
|
+mysql.func 310494789
|
|
mysql.innodb_table_stats 1972297402
|
|
mysql.table_stats 1911089388
|
|
DROP FUNCTION IF EXISTS metaphon;
|