From 684082ce79f78d43b7ade6236c8abbe5abd79ce4 Mon Sep 17 00:00:00 2001 From: "monty@tik.mysql.fi" <> Date: Wed, 23 May 2001 02:30:17 +0300 Subject: Updated documentation of how to add new native functions. Small cleanups --- mysql-test/t/func_crypt.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mysql-test/t/func_crypt.test') diff --git a/mysql-test/t/func_crypt.test b/mysql-test/t/func_crypt.test index 4a499f3d5b7..ddc0816e301 100644 --- a/mysql-test/t/func_crypt.test +++ b/mysql-test/t/func_crypt.test @@ -1 +1,2 @@ -select encrypt('foo', 'ff'); + +select length(encrypt('foo', 'ff')) <> 0; -- cgit v1.2.1