mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
ENCRYPT function always returns NULL on windows.
The fix is to disable result log as we need to test valgrind error only.
This commit is contained in:
@ -189,9 +189,4 @@ engine=myisam default charset=latin1;
|
||||
insert into t1 values (null,'contraction\'s');
|
||||
insert into t1 values (-15818,'requirement\'s');
|
||||
select encrypt(f1,f2) as a from t1,(select encrypt(f1,f2) as b from t1) a;
|
||||
a
|
||||
NULL
|
||||
re3VF.eOzS/lg
|
||||
NULL
|
||||
re3VF.eOzS/lg
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user