diff options
Diffstat (limited to 'storage/myisam/myisamdef.h')
-rw-r--r-- | storage/myisam/myisamdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/myisam/myisamdef.h b/storage/myisam/myisamdef.h index 721d6b9f271..c1e1f39d77c 100644 --- a/storage/myisam/myisamdef.h +++ b/storage/myisam/myisamdef.h @@ -493,7 +493,7 @@ typedef struct st_mi_s_param totlength, part_of_prev_key,prev_length,pack_marker; uchar *key, *prev_key,*next_key_pos; - bool store_not_null; + my_bool store_not_null; } MI_KEY_PARAM; /* Prototypes for intern functions */ |