summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_encrypt.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/func_encrypt.test')
-rw-r--r--mysql-test/t/func_encrypt.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/func_encrypt.test b/mysql-test/t/func_encrypt.test
index fbb71f850e2..fe81a814dda 100644
--- a/mysql-test/t/func_encrypt.test
+++ b/mysql-test/t/func_encrypt.test
@@ -68,3 +68,5 @@ select @a = des_decrypt(des_encrypt("hello"));
select hex("hello");
select hex(des_decrypt(des_encrypt("hello",4),'password2'));
select hex(des_decrypt(des_encrypt("hello","hidden")));
+
+explain extended select des_decrypt(des_encrypt("hello",4),'password2'), des_decrypt(des_encrypt("hello","hidden"));