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
bf1ba3d4
Commit
bf1ba3d4
authored
Dec 21, 2007
by
joerg@trift2
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M50/clone-5.0
into trift2.:/MySQL/M50/merge-5.0
parents
f25c6ffa
fb8cceb0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
netware/mysql_test_run.c
netware/mysql_test_run.c
+1
-0
netware/mysqld_safe.c
netware/mysqld_safe.c
+1
-0
sql/sp_head.cc
sql/sp_head.cc
+1
-1
No files found.
netware/mysql_test_run.c
View file @
bf1ba3d4
...
...
@@ -25,6 +25,7 @@
#include <sys/stat.h>
#include <sys/mode.h>
#include "my_manage.h"
#include "mysql_version.h"
#ifdef __NETWARE__
#define strindex(a,b) ((char*)strindex(a,b))
#define strstr(a,b) ((char*)strstr(a,b))
...
...
netware/mysqld_safe.c
View file @
bf1ba3d4
...
...
@@ -28,6 +28,7 @@
#include "my_config.h"
#include "my_manage.h"
#include "mysql_version.h"
/******************************************************************************
...
...
sql/sp_head.cc
View file @
bf1ba3d4
...
...
@@ -453,7 +453,7 @@ sp_head::operator new(size_t size) throw()
}
void
sp_head
::
operator
delete
(
void
*
ptr
,
size_t
size
)
sp_head
::
operator
delete
(
void
*
ptr
,
size_t
size
)
throw
()
{
DBUG_ENTER
(
"sp_head::operator delete"
);
MEM_ROOT
own_root
;
...
...
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