mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug#20862 truncated result with show variables like 'innodb_data_file_path'
The size of 'value' field is increased to FN_REFLEN
This commit is contained in:
@ -4277,7 +4277,7 @@ ST_FIELD_INFO triggers_fields_info[]=
|
||||
ST_FIELD_INFO variables_fields_info[]=
|
||||
{
|
||||
{"Variable_name", 80, MYSQL_TYPE_STRING, 0, 0, "Variable_name"},
|
||||
{"Value", 255, MYSQL_TYPE_STRING, 0, 0, "Value"},
|
||||
{"Value", FN_REFLEN, MYSQL_TYPE_STRING, 0, 0, "Value"},
|
||||
{0, 0, MYSQL_TYPE_STRING, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user