mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02: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:
parent
112ad67205
commit
36b93f91db
5 changed files with 52 additions and 31 deletions
|
|
@ -1 +1,2 @@
|
|||
select encrypt('foo', 'ff');
|
||||
|
||||
select length(encrypt('foo', 'ff')) <> 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue