diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-04-27 15:05:01 +0500 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-04-27 15:05:01 +0500 |
commit | 26cc84d947ca877f6f5e2551390ec8831e9f317b (patch) | |
tree | 2922b37a405f748f376e8101a1833ec8593b0973 /mysql-test/r/func_encrypt.result | |
parent | 4c566d13051c6757a7ac267c3ee9e0fc6b266c43 (diff) | |
download | mariadb-git-26cc84d947ca877f6f5e2551390ec8831e9f317b.tar.gz |
ENCRYPT function always returns NULL on windows.
The fix is to disable result log as we need to
test valgrind error only.
Diffstat (limited to 'mysql-test/r/func_encrypt.result')
-rw-r--r-- | mysql-test/r/func_encrypt.result | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/func_encrypt.result b/mysql-test/r/func_encrypt.result index 2e5812eb44f..8fbf36b45b9 100644 --- a/mysql-test/r/func_encrypt.result +++ b/mysql-test/r/func_encrypt.result @@ -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; |