summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_crypt.test
diff options
context:
space:
mode:
authorunknown <monty@tik.mysql.fi>2001-05-23 02:30:17 +0300
committerunknown <monty@tik.mysql.fi>2001-05-23 02:30:17 +0300
commit36b93f91db9b619b9f970f2723975ccb9da16e09 (patch)
tree3ae2a5615785a93ea0f5c1af19f6ddb5a0595753 /mysql-test/t/func_crypt.test
parent112ad6720539a0bfc6dec31db64b619298a52deb (diff)
downloadmariadb-git-36b93f91db9b619b9f970f2723975ccb9da16e09.tar.gz
Updated documentation of how to add new native functions.
Small cleanups Docs/manual.texi: Updated how to add new native functions mysql-test/r/func_crypt.result: Fix for crypt on FreeBSD mysql-test/t/func_crypt.test: Fix for crypt on FreeBSD mysys/thr_lock.c: Changed to use statistics_increment macro for statistic variables. BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
Diffstat (limited to 'mysql-test/t/func_crypt.test')
-rw-r--r--mysql-test/t/func_crypt.test3
1 files changed, 2 insertions, 1 deletions
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;