diff options
Diffstat (limited to 'include/mtr0mtr.h')
-rw-r--r-- | include/mtr0mtr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtr0mtr.h b/include/mtr0mtr.h index 46f1ff9310c..c51632e0ed5 100644 --- a/include/mtr0mtr.h +++ b/include/mtr0mtr.h @@ -375,6 +375,8 @@ struct mtr_struct{ ibool modifications; /* TRUE if the mtr made modifications to buffer pool pages */ + ibool made_dirty;/*!< TRUE if mtr has made at least + one buffer pool page dirty */ ulint n_log_recs; /* count of how many page initial log records have been written to the mtr log */ |