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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
905a548e
Commit
905a548e
authored
Jan 21, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no unnecessary includes (Intel ecc 7.0 compatibility fix)
parent
6985f346
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
mysys/my_new.cc
mysys/my_new.cc
+2
-2
mysys/raid.cc
mysys/raid.cc
+2
-2
No files found.
mysys/my_new.cc
View file @
905a548e
...
...
@@ -19,9 +19,9 @@
with gcc 3.0.x to avoid including libstdc++
*/
#i
nclude "mysys_priv.h"
#i
fdef USE_MYSYS_NEW
#i
fdef USE_MYSYS_NEW
#i
nclude "mysys_priv.h"
void
*
operator
new
(
size_t
sz
)
{
...
...
mysys/raid.cc
View file @
905a548e
...
...
@@ -70,6 +70,8 @@
tonu@mysql.com & monty@mysql.com
*/
#if defined(USE_RAID) && !defined(MYSQL_CLIENT)
#ifdef __GNUC__
#pragma implementation // gcc: Class implementation
#endif
...
...
@@ -79,8 +81,6 @@
#include <m_string.h>
#include <assert.h>
#if defined(USE_RAID) && !defined(MYSQL_CLIENT)
#define RAID_SEEK_DONE ~(off_t) 0
#define RAID_SIZE_UNKNOWN ~(my_off_t) 0
...
...
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