mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
de9909faec
option having been passed to the server. (Bug #11643)
9 lines
214 B
Text
9 lines
214 B
Text
-- source include/have_openssl.inc
|
|
|
|
# This test can't be in func_encrypt.test, because it requires
|
|
# --des-key-file to not be set.
|
|
|
|
#
|
|
# Bug #11643: des_encrypt() causes server to die
|
|
#
|
|
select des_encrypt('hello');
|