1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2001-05-23 02:30:17 +03:00
parent 112ad67205
commit 36b93f91db
5 changed files with 52 additions and 31 deletions

View File

@ -1,2 +1,2 @@
encrypt('foo', 'ff')
ffTU0fyIP09Z.
length(encrypt('foo', 'ff')) <> 0
1

View File

@ -1 +1,2 @@
select encrypt('foo', 'ff');
select length(encrypt('foo', 'ff')) <> 0;