mariadb/mysql-test/suite/encryption/t/filekeys_emptyfile.test
Vicențiu Ciorbaru 16ddd1824c MDEV-9613: keyfile without any keys crashes mysqld on loading file_key_management plugin
Code was assuming that the keys file would contain at least one valid
key. This caused a Dynamic_array::at(0) call that lead to the crash.
2016-03-22 22:20:33 +02:00

4 lines
157 B
Text

let SEARCH_PATTERN=System key id 1 is missing at;
source filekeys_badtest.inc;
--echo # Test checks if opening an empty filekeys does not crash the server.