diff options
author | Monty <monty@mariadb.org> | 2020-06-05 12:48:33 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2020-06-14 19:39:43 +0300 |
commit | 1cca83784f5063d04f8bfc73f47d0e7b4e709e18 (patch) | |
tree | 0e83b96e00701e9daa8d57797048739a849cb8fd /storage | |
parent | d35616aab38b96fac848218b828e254982230593 (diff) | |
download | mariadb-git-1cca83784f5063d04f8bfc73f47d0e7b4e709e18.tar.gz |
Updated code comments
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); |