summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2002-04-18 10:50:42 +0300
committerunknown <heikki@hundin.mysql.fi>2002-04-18 10:50:42 +0300
commitbe885c30c04cafb8d85f29c9040ba32561c81393 (patch)
treedea2c22c6680af655ac5c9be1873718777e2e23b
parent209a500df9f97dcbc910a4c66f82efe2b10867c5 (diff)
downloadmariadb-git-be885c30c04cafb8d85f29c9040ba32561c81393.tar.gz
univ.i:
Make possible switch off X86 assembler usage in Windows: needed for the Itanium port innobase/include/univ.i: Make possible switch off X86 assembler usage in Windows: needed for the Itanium port
-rw-r--r--innobase/include/univ.i9
1 files changed, 7 insertions, 2 deletions
diff --git a/innobase/include/univ.i b/innobase/include/univ.i
index a4345babbbe..1269b4a288a 100644
--- a/innobase/include/univ.i
+++ b/innobase/include/univ.i
@@ -14,6 +14,10 @@ Created 1/20/1994 Heikki Tuuri
#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,
comment out the above include of windows.h and let the following defines
be defined:
@@ -70,13 +74,14 @@ memory is read outside the allocated blocks. */
*/
/* Make a non-inline debug version */
+
/*
#define UNIV_DEBUG
#define UNIV_MEM_DEBUG
-#define UNIV_SEARCH_DEBUG
+#define UNIV_SYNC_DEBUG
#define UNIV_IBUF_DEBUG
-#define UNIV_SYNC_DEBUG
+#define UNIV_SEARCH_DEBUG
#define UNIV_SYNC_PERF_STAT
#define UNIV_SEARCH_PERF_STAT
*/