diff options
Diffstat (limited to 'storage/innobase/os/os0file.cc')
-rw-r--r-- | storage/innobase/os/os0file.cc | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/storage/innobase/os/os0file.cc b/storage/innobase/os/os0file.cc index f41ddaf2b30..0b623448e03 100644 --- a/storage/innobase/os/os0file.cc +++ b/storage/innobase/os/os0file.cc @@ -252,9 +252,9 @@ struct os_aio_slot_t{ byte* tmp_encryption_buf; /*!< a temporal buffer used by page encryption */ ibool page_compression_success; + /*!< TRUE if page compression was successfull, false if not */ ibool page_encryption_success; - /*!< TRUE if page compression was - successfull, false if not */ + /*!< TRUE if page encryption was successfull, false if not */ lsn_t lsn; /* lsn of the newest modification */ @@ -4698,10 +4698,6 @@ found: } -// if (srv_encrypt_tables) { - //page_encryption = TRUE; -// } - /* If the space is page encryption and this is write operation then we encrypt the page */ if (message1 && type == OS_FILE_WRITE && page_encryption ) { |