summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0crypt.h
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2015-05-27 15:37:13 +0300
committerJan Lindström <jan.lindstrom@mariadb.com>2015-05-27 16:52:36 +0300
commita25ccd4f83912e02091abe1cba8515266483559b (patch)
treea41d029c34eebb3f93349e526abf5631530f73ca /storage/innobase/include/fil0crypt.h
parent2bea4bd9ed7ebdee60a70918816c46d2cf3362b9 (diff)
downloadmariadb-git-a25ccd4f83912e02091abe1cba8515266483559b.tar.gz
MDEV-8238: Tables with encryption=yes using file_key_management plugin are not encrypted
Analysis: Problem was that encryption was skipped. Fixed by making sure that tables with ENCRYPTED=YES are encrypted.
Diffstat (limited to 'storage/innobase/include/fil0crypt.h')
-rw-r--r--storage/innobase/include/fil0crypt.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/storage/innobase/include/fil0crypt.h b/storage/innobase/include/fil0crypt.h
index b633d1100bc..f9f481111ca 100644
--- a/storage/innobase/include/fil0crypt.h
+++ b/storage/innobase/include/fil0crypt.h
@@ -199,14 +199,6 @@ fil_space_check_encryption_read(
ulint space); /*!< in: tablespace id */
/*********************************************************************
-Check if page shall be encrypted before write */
-UNIV_INTERN
-bool
-fil_space_check_encryption_write(
-/*=============================*/
- ulint space); /*!< in: tablespace id */
-
-/*********************************************************************
Encrypt buffer page */
UNIV_INTERN
void