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
c8b5e417
Commit
c8b5e417
authored
Apr 18, 2002
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
univ.i:
Make possible switch off X86 assembler usage in Windows: needed for the Itanium port
parent
8da85956
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
innobase/include/univ.i
innobase/include/univ.i
+7
-2
No files found.
innobase/include/univ.i
View file @
c8b5e417
...
@@ -14,6 +14,10 @@ Created 1/20/1994 Heikki Tuuri
...
@@ -14,6 +14,10 @@ Created 1/20/1994 Heikki Tuuri
#
include
<
windows
.
h
>
#
include
<
windows
.
h
>
/* When compiling for Itanium IA64, undefine the flag below to prevent use
of 32-bit assembler */
#
define
UNIV_CAN_USE_X86_ASSEMBLER
/* If you want to check for errors with compiler level -W4,
/* If you want to check for errors with compiler level -W4,
comment out the above include of windows.h and let the following defines
comment out the above include of windows.h and let the following defines
be defined:
be defined:
...
@@ -70,13 +74,14 @@ memory is read outside the allocated blocks. */
...
@@ -70,13 +74,14 @@ memory is read outside the allocated blocks. */
*/
*/
/* Make a non-inline debug version */
/* Make a non-inline debug version */
/*
/*
#define UNIV_DEBUG
#define UNIV_DEBUG
#define UNIV_MEM_DEBUG
#define UNIV_MEM_DEBUG
#define UNIV_S
EARCH
_DEBUG
#define UNIV_S
YNC
_DEBUG
#define UNIV_IBUF_DEBUG
#define UNIV_IBUF_DEBUG
#define UNIV_S
YNC
_DEBUG
#define UNIV_S
EARCH
_DEBUG
#define UNIV_SYNC_PERF_STAT
#define UNIV_SYNC_PERF_STAT
#define UNIV_SEARCH_PERF_STAT
#define UNIV_SEARCH_PERF_STAT
*/
*/
...
...
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