summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authorunknown <serg@sergbook.mysql.com>2002-07-21 21:01:05 +0200
committerunknown <serg@sergbook.mysql.com>2002-07-21 21:01:05 +0200
commit13b326f105eb6904aaa69115e244e52a7f71615b (patch)
tree53f201506e53be3aefa1a3a6a15e5c06db699508 /include/my_sys.h
parent641d725dcb7cfe3cc881c921ff94c382f18774b2 (diff)
downloadmariadb-git-13b326f105eb6904aaa69115e244e52a7f71615b.tar.gz
parallel repair: style fixups
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 664131e8187..b8c861288af 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -323,8 +323,7 @@ typedef struct st_io_cache_share
int count;
/* actual IO_CACHE that filled the buffer */
struct st_io_cache *active;
- /* the following will be implemented whenever the need arises */
-#ifdef NOT_IMPLEMENTED
+#ifdef NOT_YET_IMPLEMENTED
/* whether the structure should be free'd */
my_bool alloced;
#endif