Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
67364e99
Commit
67364e99
authored
May 18, 2005
by
petr@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comments
parent
3b3d00c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mysys/default.c
mysys/default.c
+2
-2
server-tools/instance-manager/commands.cc
server-tools/instance-manager/commands.cc
+1
-1
No files found.
mysys/default.c
View file @
67364e99
...
@@ -85,10 +85,10 @@ static char *remove_end_comment(char *ptr);
...
@@ -85,10 +85,10 @@ static char *remove_end_comment(char *ptr);
Add/remove option to the option file section.
Add/remove option to the option file section.
SYNOPSYS
SYNOPSYS
my_correct_file()
my_correct_
defaults_
file()
file_location The location of configuration file to edit
file_location The location of configuration file to edit
option option to look for
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
section_name the name of the section
remove_option This is true if we want to remove the option.
remove_option This is true if we want to remove the option.
False otherwise.
False otherwise.
...
...
server-tools/instance-manager/commands.cc
View file @
67364e99
...
@@ -548,7 +548,7 @@ int Show_instance_log_files::execute(struct st_net *net, ulong connection_id)
...
@@ -548,7 +548,7 @@ int Show_instance_log_files::execute(struct st_net *net, ulong connection_id)
path_field
.
name
=
(
char
*
)
"Path"
;
path_field
.
name
=
(
char
*
)
"Path"
;
path_field
.
length
=
DEFAULT_FIELD_LENGTH
;
path_field
.
length
=
DEFAULT_FIELD_LENGTH
;
path
.
data
=
&
path_field
;
path
.
data
=
&
path_field
;
size_field
.
name
=
(
char
*
)
"Filesize"
;
size_field
.
name
=
(
char
*
)
"File
size"
;
size_field
.
length
=
DEFAULT_FIELD_LENGTH
;
size_field
.
length
=
DEFAULT_FIELD_LENGTH
;
size
.
data
=
&
size_field
;
size
.
data
=
&
size_field
;
field_list
=
list_add
(
NULL
,
&
size
);
field_list
=
list_add
(
NULL
,
&
size
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment