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
0dc6f5aa
Commit
0dc6f5aa
authored
Mar 28, 2013
by
Olivier Bertrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Miscelleanous fix for compiling on Linux
modified: storage/connect/xindex.cpp
parent
35ee485b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
storage/connect/xindex.cpp
storage/connect/xindex.cpp
+1
-2
No files found.
storage/connect/xindex.cpp
View file @
0dc6f5aa
...
...
@@ -17,7 +17,6 @@
//#include <windows.h>
#else // !WIN32
#if defined(UNIX)
#define _LARGEFILE64_SOURCE
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
...
...
@@ -2390,7 +2389,6 @@ void *XFILE::FileView(PGLOBAL g, char *fn, int loff, int hoff, int size)
/***********************************************************************/
bool
XHUGE
::
Open
(
PGLOBAL
g
,
char
*
filename
,
int
id
,
MODE
mode
)
{
LONG
high
=
0
;
DWORD
drc
,
rc
;
IOFF
noff
[
MAX_INDX
];
...
...
@@ -2404,6 +2402,7 @@ bool XHUGE::Open(PGLOBAL g, char *filename, int id, MODE mode)
#endif // TRACE
#if defined(WIN32)
LONG
high
=
0
;
DWORD
access
,
share
,
creation
;
/*********************************************************************/
...
...
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