mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02: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:
parent
04fcc426aa
commit
35c004ac16
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue