summaryrefslogtreecommitdiff
path: root/include/myisamchk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/myisamchk.h')
-rw-r--r--include/myisamchk.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/myisamchk.h b/include/myisamchk.h
index 643241d84e5..40aa0b19d49 100644
--- a/include/myisamchk.h
+++ b/include/myisamchk.h
@@ -1,4 +1,5 @@
/* Copyright (C) 2006 MySQL AB
+ Copyright (c) 2017, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -24,13 +25,13 @@
to xxxcheck.c follows:
*/
-#define TT_USEFRM 1
-#define TT_FOR_UPGRADE 2
-#define TT_FROM_MYSQL 4
+#define TT_USEFRM 1U
+#define TT_FOR_UPGRADE 2U
+#define TT_FROM_MYSQL 4U
/* Bits set in out_flag */
-#define O_NEW_DATA 2
-#define O_DATA_LOST 4
+#define O_NEW_DATA 2U
+#define O_DATA_LOST 4U
typedef struct st_sort_key_blocks /* Used when sorting */
{