mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
8324e5e84d
Add test case for encrypted and page compressed tables.
14 lines
437 B
Text
14 lines
437 B
Text
[crypt]
|
|
innodb_encrypt_tables=ON
|
|
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
|
loose-file-key-management
|
|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
|
file-key-management-encryption-algorithm=aes_ctr
|
|
|
|
[clear]
|
|
innodb_encrypt_tables=OFF
|
|
plugin-load-add=$FILE_KEY_MANAGEMENT_SO
|
|
loose-file-key-management
|
|
loose-file-key-management-filename=$MYSQL_TEST_DIR/std_data/keys.txt
|
|
file-key-management-encryption-algorithm=aes_ctr
|
|
|