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
299f06d4
Commit
299f06d4
authored
May 20, 2005
by
bell@sanja.is.com.ua
Browse files
Options
Browse Files
Download
Plain Diff
Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug-5.0
parents
f5f92ce1
e37fbf23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/my_global.h
include/my_global.h
+1
-1
ndb/src/kernel/SimBlockList.cpp
ndb/src/kernel/SimBlockList.cpp
+0
-1
No files found.
include/my_global.h
View file @
299f06d4
...
...
@@ -285,7 +285,7 @@ C_MODE_END
# endif
#endif
/* TIME_WITH_SYS_TIME */
#ifdef HAVE_UNISTD_H
#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
#if defined(HAVE_OPENSSL) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
&& !defined(__APPLE__)
#define crypt unistd_crypt
#endif
#include <unistd.h>
...
...
ndb/src/kernel/SimBlockList.cpp
View file @
299f06d4
...
...
@@ -39,7 +39,6 @@
#else
enum
SIMBLOCKLIST_DUMMY
{
A_VALUE
=
0
};
static
void
*
operator
new
(
size_t
sz
,
SIMBLOCKLIST_DUMMY
dummy
){
char
*
tmp
=
(
char
*
)
malloc
(
sz
);
...
...
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