mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fix for SAFE_MUTEX + MERGE tables
This commit is contained in:
parent
80d200e18b
commit
df280335b0
13 changed files with 62 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue