summaryrefslogtreecommitdiff
path: root/storage/innobase/include/fil0crypt.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-04-09 00:37:54 +0200
committerSergei Golubchik <serg@mariadb.org>2015-04-09 19:36:12 +0200
commit0a9052f591a04e617ad58ee1b19dfc3ed7084147 (patch)
tree6a6653084deb60aef0924352884d0febad90f614 /storage/innobase/include/fil0crypt.h
parent97d5de4ccfa75af899e764dbd1c3f4b7ea370311 (diff)
downloadmariadb-git-0a9052f591a04e617ad58ee1b19dfc3ed7084147.tar.gz
Store the key id in the tablespace and read it back
Diffstat (limited to 'storage/innobase/include/fil0crypt.h')
-rw-r--r--storage/innobase/include/fil0crypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/include/fil0crypt.h b/storage/innobase/include/fil0crypt.h
index da7e53361ac..65c51c75d41 100644
--- a/storage/innobase/include/fil0crypt.h
+++ b/storage/innobase/include/fil0crypt.h
@@ -118,7 +118,7 @@ fil_space_crypt_cleanup();
Create crypt data, i.e data that is used for a single tablespace */
UNIV_INTERN
fil_space_crypt_t *
-fil_space_create_crypt_data();
+fil_space_create_crypt_data(uint key_id);
/*********************************************************************
Destroy crypt data */