mirror of
https://github.com/MariaDB/server.git
synced 2025-11-24 06:01:25 +03:00
Call pthread_mutex_destroy() on not used mutex. Changed comments in .h and .c files from // -> /* */ Added detection of mutex on which one didn't call pthread_mutex_destroy() Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression" Added optimisation for ORDER BY NULL
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
-- source include/have_crypt.inc
|
|
|
|
select length(encrypt('foo', 'ff')) <> 0;
|
|
--replace_result $1$aa$4OSUA5cjdx0RUQ08opV27/ aaqPiZY5xR5l.
|
|
select password('test'),length(encrypt('test')),encrypt('test','aa');
|