From c0f40d14cc36f56f5b4dba288583acd345429e4e Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Thu, 28 Dec 2000 03:56:38 +0200 Subject: Added support for hex strings to mysqlimport A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit --- mysql-test/t/func_crypt.test | 1 + 1 file changed, 1 insertion(+) create mode 100644 mysql-test/t/func_crypt.test (limited to 'mysql-test/t/func_crypt.test') diff --git a/mysql-test/t/func_crypt.test b/mysql-test/t/func_crypt.test new file mode 100644 index 00000000000..4a499f3d5b7 --- /dev/null +++ b/mysql-test/t/func_crypt.test @@ -0,0 +1 @@ +select encrypt('foo', 'ff'); -- cgit v1.2.1