summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_des_encrypt.test
blob: 5d102bd02ebe6171ebc2e0698b4e528e6615f85a (plain)
1
2
3
4
5
6
7
8
9
10
11
-- 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