summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_str.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-06-19 18:05:10 +0200
committerSergei Golubchik <serg@mariadb.org>2015-06-27 09:40:54 +0200
commite7620ce4ce93c9c449b6d4ccffb7a6054a40deb4 (patch)
treefe8447205be014c9c8c9728a1ebb4ebe57de0430 /mysql-test/r/func_str.result
parente20be69eccff6d300ea27c508591dcc47e18932a (diff)
downloadmariadb-git-e7620ce4ce93c9c449b6d4ccffb7a6054a40deb4.tar.gz
MDEV-8281 aes_decrypt crashes in block_crypt()
fix aes_decrypt of yassl to support zero-length input
Diffstat (limited to 'mysql-test/r/func_str.result')
-rw-r--r--mysql-test/r/func_str.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/func_str.result b/mysql-test/r/func_str.result
index bc5f6951184..06d748fa72f 100644
--- a/mysql-test/r/func_str.result
+++ b/mysql-test/r/func_str.result
@@ -264,6 +264,9 @@ NULL
select aes_decrypt(aes_encrypt("","a"),"a");
aes_decrypt(aes_encrypt("","a"),"a")
+select aes_decrypt("", "a");
+aes_decrypt("", "a")
+NULL
select repeat('monty',5),concat('*',space(5),'*');
repeat('monty',5) concat('*',space(5),'*')
montymontymontymontymonty * *