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
b9ace625
Commit
b9ace625
authored
Sep 23, 2005
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #7037 Test "mysql_protocols" fails on Solaris 8 + 9 /x86
mysys/my_init.c: Updated after review
parent
ea5d6776
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
mysys/my_init.c
mysys/my_init.c
+7
-2
No files found.
mysys/my_init.c
View file @
b9ace625
...
@@ -127,9 +127,14 @@ my_bool my_init(void)
...
@@ -127,9 +127,14 @@ my_bool my_init(void)
void
my_end
(
int
infoflag
)
void
my_end
(
int
infoflag
)
{
{
DBUG_ENTER
(
"my_end"
);
/*
this code is suboptimal to workaround a bug in
Sun CC: Sun C++ 5.6 2004/06/02 for x86, and should not be
optimized until this compiler is not in use anymore
*/
FILE
*
info_file
=
DBUG_FILE
;
FILE
*
info_file
=
DBUG_FILE
;
bool
print_info
=
(
info_file
!=
stderr
);
my_bool
print_info
=
(
info_file
!=
stderr
);
DBUG_ENTER
(
"my_end"
);
if
(
!
info_file
)
if
(
!
info_file
)
{
{
info_file
=
stderr
;
info_file
=
stderr
;
...
...
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