mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/home/jimw/my/mysql-4.1-11643
into mysql.com:/home/jimw/my/mysql-4.1-clean sql/item_strfunc.cc: Auto merged BitKeeper/etc/config: Resolve conflict
This commit is contained in:
3
mysql-test/r/func_des_encrypt.result
Normal file
3
mysql-test/r/func_des_encrypt.result
Normal file
@ -0,0 +1,3 @@
|
||||
select des_encrypt('hello');
|
||||
des_encrypt('hello')
|
||||
<EFBFBD><EFBFBD>2nV<6E><56>}
|
9
mysql-test/t/func_des_encrypt.test
Normal file
9
mysql-test/t/func_des_encrypt.test
Normal file
@ -0,0 +1,9 @@
|
||||
-- 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');
|
Reference in New Issue
Block a user