Fix for SAFE_MUTEX + MERGE tables

This commit is contained in:
monty@donna.mysql.com 2000-09-21 01:58:38 +03:00
commit df280335b0
13 changed files with 62 additions and 29 deletions

View file

@ -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;