diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-08-30 18:48:37 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-08-31 17:54:26 +0200 |
commit | 059dfc187e3b51e06d941dc1ba539128c1b3de8c (patch) | |
tree | 28b14fa874c491906a0060b71a0427d83c51f99c /mysql-test/include/default_mysqld.cnf | |
parent | 6176b3477a0a7a20d09047e379c4c8b87c5e87b6 (diff) | |
download | mariadb-git-wip-binlog-encryption.tar.gz |
tests (temp)wip-binlog-encryption
Diffstat (limited to 'mysql-test/include/default_mysqld.cnf')
-rw-r--r-- | mysql-test/include/default_mysqld.cnf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index a16e82f2364..3ee56d83275 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -120,3 +120,6 @@ local-infile # is read after [mysqld] and [embedded] loose-aria +[mysqld] +plugin-load-add=file_key_management +file-key-management-filename=/home/serg/Abk/maria/mysql-test/std_data/keys.txt |