diff options
Diffstat (limited to 'storage/maria/ma_state.h')
| -rw-r--r-- | storage/maria/ma_state.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/storage/maria/ma_state.h b/storage/maria/ma_state.h index 968c526cd98..b5790aa17b8 100644 --- a/storage/maria/ma_state.h +++ b/storage/maria/ma_state.h @@ -78,6 +78,7 @@ my_bool _ma_trnman_end_trans_hook(TRN *trn, my_bool commit, my_bool _ma_row_visible_always(MARIA_HA *info); my_bool _ma_row_visible_non_transactional_table(MARIA_HA *info); my_bool _ma_row_visible_transactional_table(MARIA_HA *info); -void _ma_remove_not_visible_states_with_lock(struct st_maria_share *share); +void _ma_remove_not_visible_states_with_lock(struct st_maria_share *share, + my_bool all); void _ma_remove_table_from_trnman(struct st_maria_share *share, TRN *trn); void _ma_reset_history(struct st_maria_share *share); |
