diff options
author | monty@tik.mysql.fi <> | 2001-05-23 02:30:17 +0300 |
---|---|---|
committer | monty@tik.mysql.fi <> | 2001-05-23 02:30:17 +0300 |
commit | 684082ce79f78d43b7ade6236c8abbe5abd79ce4 (patch) | |
tree | 3ae2a5615785a93ea0f5c1af19f6ddb5a0595753 /mysql-test/r | |
parent | c488a2cdc9d7c0e782eb6948cdeb2a49082c766d (diff) | |
download | mariadb-git-684082ce79f78d43b7ade6236c8abbe5abd79ce4.tar.gz |
Updated documentation of how to add new native functions.
Small cleanups
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/func_crypt.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_crypt.result b/mysql-test/r/func_crypt.result index 7e0f5f7981d..021989add8d 100644 --- a/mysql-test/r/func_crypt.result +++ b/mysql-test/r/func_crypt.result @@ -1,2 +1,2 @@ -encrypt('foo', 'ff') -ffTU0fyIP09Z. +length(encrypt('foo', 'ff')) <> 0 +1 |