diff options
Diffstat (limited to 'storage')
-rw-r--r-- | storage/maria/ma_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/ma_state.c b/storage/maria/ma_state.c index 0e4d7bce7e4..c781f996f04 100644 --- a/storage/maria/ma_state.c +++ b/storage/maria/ma_state.c @@ -478,7 +478,7 @@ my_bool _ma_trnman_end_trans_hook(TRN *trn, my_bool commit, /* The change was done without using transid on rows (like in bulk insert). In this case this thread is the only one - that is using the table and all rows will be visble + that is using the table and all rows will be visible for all transactions. */ _ma_reset_history(share); |