summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorunknown <sergefp@mysql.com>2005-10-23 02:46:10 +0400
committerunknown <sergefp@mysql.com>2005-10-23 02:46:10 +0400
commit02dc7bfb1a52c21621356cc0799f3f896a2e2fea (patch)
tree4d4ca500f9587420da2f6199a0bfb243ec1e7aaa /include/myisam.h
parent71fdef4d10b5eda9bec9743fc457cb8629e93344 (diff)
downloadmariadb-git-02dc7bfb1a52c21621356cc0799f3f896a2e2fea.tar.gz
BUG#9622: post-review-fixes: better comments
Diffstat (limited to 'include/myisam.h')
-rw-r--r--include/myisam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/myisam.h b/include/myisam.h
index e564bf29cac..c2d3d99a414 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -323,7 +323,7 @@ typedef enum
MI_STATS_METHOD_NULLS_NOT_EQUAL,
/* Treat NULLs as equal when collecting statistics (like 4.0 did) */
MI_STATS_METHOD_NULLS_EQUAL,
- /* Ignore NULLs - count tuples without NULLs only */
+ /* Ignore NULLs - count only tuples without NULLs in the index components */
MI_STATS_METHOD_IGNORE_NULLS
} enum_mi_stats_method;