2017-04-18 19:52:03 +00:00
|
|
|
if (`SELECT COUNT(*)=0 FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME = 'file_key_management' AND PLUGIN_STATUS='ACTIVE'`)
|
|
|
|
{
|
|
|
|
--skip Test requires file_key_management plugin
|
|
|
|
}
|
2022-10-18 13:02:32 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# This file is only included when using encryption. As all encryption test are
|
|
|
|
# very slow with valgrind, lets disable these if not run with --big
|
|
|
|
#
|
|
|
|
--source include/no_valgrind_without_big.inc
|