Commit 67364e99 authored by petr@mysql.com's avatar petr@mysql.com

fix comments

parent 3b3d00c4
......@@ -85,10 +85,10 @@ static char *remove_end_comment(char *ptr);
Add/remove option to the option file section.
SYNOPSYS
my_correct_file()
my_correct_defaults_file()
file_location The location of configuration file to edit
option option to look for
option value The value of the option we would like to set
option_value The value of the option we would like to set
section_name the name of the section
remove_option This is true if we want to remove the option.
False otherwise.
......
......@@ -548,7 +548,7 @@ int Show_instance_log_files::execute(struct st_net *net, ulong connection_id)
path_field.name= (char*) "Path";
path_field.length= DEFAULT_FIELD_LENGTH;
path.data= &path_field;
size_field.name= (char*) "Filesize";
size_field.name= (char*) "File size";
size_field.length= DEFAULT_FIELD_LENGTH;
size.data= &size_field;
field_list= list_add(NULL, &size);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment