1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-8126 encryption for temp files

IO_CACHE tempfiles encryption
This commit is contained in:
Sergei Golubchik
2015-05-27 00:18:20 +02:00
parent 318c826e93
commit d9340d6c8e
21 changed files with 518 additions and 16 deletions

View File

@ -0,0 +1,4 @@
if (`SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.ENGINES WHERE engine = 'sequence' AND support IN ('YES', 'DEFAULT', 'ENABLED')`)
{
--skip Test requires Sequence engine
}