summaryrefslogtreecommitdiff
path: root/innobase/data
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/data')
-rw-r--r--innobase/data/data0type.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/innobase/data/data0type.c b/innobase/data/data0type.c
index 077012553ba..0243ee64536 100644
--- a/innobase/data/data0type.c
+++ b/innobase/data/data0type.c
@@ -15,6 +15,7 @@ Created 1/16/1996 Heikki Tuuri
dtype_t dtype_binary_val = {DATA_BINARY, 0, 0, 0};
dtype_t* dtype_binary = &dtype_binary_val;
+#ifdef UNIV_DEBUG
/*************************************************************************
Validates a data type structure. */
@@ -33,6 +34,7 @@ dtype_validate(
return(TRUE);
}
+#endif /* UNIV_DEBUG */
/*************************************************************************
Prints a data type structure. */