summaryrefslogtreecommitdiff
path: root/include/myisam.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2005-09-21 17:38:26 +0200
committerunknown <serg@serg.mylan>2005-09-21 17:38:26 +0200
commit4956432b12371eb309ab8e31429adfcdc41cc983 (patch)
tree707766e8c89a4c8c6d0926d0ff26f75e3bf37ad6 /include/myisam.h
parentaa7bc459f7b4854d032b5605f73f7faa1fad5b2b (diff)
downloadmariadb-git-4956432b12371eb309ab8e31429adfcdc41cc983.tar.gz
aftermerge fix
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 6cc219de6e8..39cc61ad204 100644
--- a/include/myisam.h
+++ b/include/myisam.h
@@ -390,7 +390,7 @@ typedef struct st_sort_key_blocks /* Used when sorting */
typedef enum
{
/* Treat NULLs as inequal when collecting statistics (default for 4.1/5.0) */
- MI_STATS_METHOD_NULLS_NOT_EQUAL=1,
+ MI_STATS_METHOD_NULLS_NOT_EQUAL,
/* Treat NULLs as equal when collecting statistics (like 4.0 did) */
MI_STATS_METHOD_NULLS_EQUAL
} enum_mi_stats_method;