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
8e4246ca
Commit
8e4246ca
authored
Jun 03, 2001
by
serg@serg.mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misplaced #ifdef fixed
parent
8ad79ab0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+4
-5
No files found.
BitKeeper/etc/logging_ok
View file @
8e4246ca
jani@janikt.pp.saunalahti.fi
jani@janikt.pp.saunalahti.fi
monty@hundin.mysql.fi
monty@hundin.mysql.fi
mwagner@evoq.mwagner.org
mwagner@evoq.mwagner.org
serg@serg.mysql.com
sql/mysqld.cc
View file @
8e4246ca
...
@@ -87,17 +87,16 @@ int deny_severity = LOG_WARNING;
...
@@ -87,17 +87,16 @@ int deny_severity = LOG_WARNING;
#include <sys/mman.h>
#include <sys/mman.h>
#endif
#endif
#ifdef _AIX41
int
initgroups
(
const
char
*
,
int
);
#endif
#if defined(__FreeBSD__) && defined(HAVE_IEEEFP_H)
#if defined(__FreeBSD__) && defined(HAVE_IEEEFP_H)
#include <ieeefp.h>
#include <ieeefp.h>
#ifdef HAVE_FP_EXCEPT // Fix type conflict
#ifdef HAVE_FP_EXCEPT // Fix type conflict
typedef
fp_except
fp_except_t
;
typedef
fp_except
fp_except_t
;
#endif
#endif
#ifdef _AIX41
extern
"C"
int
initgroups
(
const
char
*
,
int
);
#endif
/* We can't handle floating point expections with threads, so disable
/* We can't handle floating point expections with threads, so disable
this on freebsd
this on freebsd
*/
*/
...
...
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