diff options
Diffstat (limited to 'storage/maria/ma_state.h')
-rw-r--r-- | storage/maria/ma_state.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/maria/ma_state.h b/storage/maria/ma_state.h index 5ff6dc26337..a86aada94fd 100644 --- a/storage/maria/ma_state.h +++ b/storage/maria/ma_state.h @@ -34,6 +34,7 @@ typedef struct st_used_tables { struct st_maria_share *share; MARIA_STATUS_INFO state_current; MARIA_STATUS_INFO state_start; + uint use_count; } MARIA_USED_TABLES; |