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
6516156c
Commit
6516156c
authored
Jul 25, 2007
by
Kristofer.Pettersson@naruto
Browse files
Options
Browse Files
Download
Plain Diff
Merge kpettersson@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
into naruto.:C:/cpp/mysql-5.1-runtime
parents
556ec10e
b7d58113
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
server-tools/instance-manager/parse_output.cc
server-tools/instance-manager/parse_output.cc
+2
-2
No files found.
server-tools/instance-manager/parse_output.cc
View file @
6516156c
...
@@ -300,7 +300,7 @@ bool Mysqld_output_parser_win::run_command(const char *command)
...
@@ -300,7 +300,7 @@ bool Mysqld_output_parser_win::run_command(const char *command)
&
si_start_info
,
/* STARTUPINFO pointer. */
&
si_start_info
,
/* STARTUPINFO pointer. */
&
pi_proc_info
);
/* Rec. PROCESS_INFORMATION. */
&
pi_proc_info
);
/* Rec. PROCESS_INFORMATION. */
if
(
!
retval
)
if
(
!
op_status
)
{
{
CloseHandle
(
m_h_child_stdout_rd
);
CloseHandle
(
m_h_child_stdout_rd
);
CloseHandle
(
m_h_child_stdout_wr
);
CloseHandle
(
m_h_child_stdout_wr
);
...
@@ -324,7 +324,7 @@ bool Mysqld_output_parser_win::read_line(char *line_buffer,
...
@@ -324,7 +324,7 @@ bool Mysqld_output_parser_win::read_line(char *line_buffer,
char
*
buff_ptr
=
line_buffer
;
char
*
buff_ptr
=
line_buffer
;
char
ch
;
char
ch
;
while
(
buff_ptr
-
line_buffer
<
line_buffer_size
)
while
(
(
unsigned
)(
buff_ptr
-
line_buffer
)
<
line_buffer_size
)
{
{
do
do
{
{
...
...
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