1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-20 21:01:21 +03:00
Files
mariadb/mysql-test/t/func_des_encrypt.test
2005-07-28 03:22:47 +03:00

12 lines
234 B
Plaintext

-- 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');
# End of 4.1 tests