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
8f7eac7a
Commit
8f7eac7a
authored
Sep 15, 2006
by
msvensson@shellback.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge shellback.(none):/home/msvensson/mysql/work/my51-work
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
parents
e9dab214
f1e91ec7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
configure.in
configure.in
+2
-2
storage/ndb/include/ndb_global.h.in
storage/ndb/include/ndb_global.h.in
+0
-4
No files found.
configure.in
View file @
8f7eac7a
...
...
@@ -420,7 +420,7 @@ AC_PATH_PROG(PS, ps, ps)
AC_MSG_CHECKING
(
"how to check if pid exists"
)
PS
=
$ac_cv_path_PS
# Linux style
if
$PS
p
$$
2> /dev/null |
grep
$0
>
/dev/null
if
$PS
p
$$
2> /dev/null |
grep
`
echo
$0
|
sed
s/
\-
//
`
>
/dev/null
then
FIND_PROC
=
"
$PS
p
\$\$
PID | grep -v grep | grep
\$\$
MYSQLD > /dev/null"
# Solaris
...
...
@@ -1861,7 +1861,7 @@ esac
# isinf() could be a function or a macro (HPUX)
AC_MSG_CHECKING
(
for
isinf with <math.h>
)
AC_TRY_LINK
([
#include <math.h>], [float f = 0.0; i
sinf(f)
],
AC_TRY_LINK
([
#include <math.h>], [float f = 0.0; i
nt r = isinf(f); return r
],
AC_MSG_RESULT
(
yes
)
AC_DEFINE
(
HAVE_ISINF,
[
1],
[
isinf
()
macro or
function
])
,
AC_MSG_RESULT
(
no
))
...
...
storage/ndb/include/ndb_global.h.in
View file @
8f7eac7a
...
...
@@ -129,14 +129,10 @@ extern "C" {
#include "ndb_init.h"
#ifdef SCO
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
#endif /* SCO */
#ifndef MIN
#define MIN(x,y) (((x)<(y))?(x):(y))
#endif
...
...
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