Below is the list of changes that have just been committed into a local
5.0 repository of gluh. When gluh does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-08-29 17:02:33+05:00, gluh@stripped +1 -0
Bug#20862 truncated result with show variables like 'innodb_data_file_path'
The size of 'value' field is increased to FN_REFLEN
sql/sql_show.cc@stripped, 2006-08-29 17:02:29+05:00, gluh@stripped +1 -1
Bug#20862 truncated result with show variables like 'innodb_data_file_path'
The size of 'value' field is increased to FN_REFLEN
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: gluh
# Host: gluh.(none)
# Root: /home/gluh/MySQL/Bugs/5.0.20862
--- 1.328/sql/sql_show.cc 2006-08-29 17:02:41 +05:00
+++ 1.329/sql/sql_show.cc 2006-08-29 17:02:41 +05:00
@@ -4277,7 +4277,7 @@
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}
};
| Thread |
|---|
| • bk commit into 5.0 tree (gluh:1.2253) BUG#20862 | gluh | 29 Aug |