diff options
Diffstat (limited to 'include/myisammrg.h')
-rw-r--r-- | include/myisammrg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/myisammrg.h b/include/myisammrg.h index 6b1124fa180..a797c954614 100644 --- a/include/myisammrg.h +++ b/include/myisammrg.h @@ -59,7 +59,7 @@ typedef struct st_myrg_info ulonglong records; /* records in tables */ ulonglong del; /* Removed records */ ulonglong data_file_length; - uint tables,options,reclength; + uint tables,options,reclength,keys; my_bool cache_in_use; LIST open_list; QUEUE by_key; |