summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_encrypt.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2003-11-07 09:43:24 +0200
committerunknown <bell@sanja.is.com.ua>2003-11-07 09:43:24 +0200
commit986493e21bf26e1f25f2517057ee55c63ac625d7 (patch)
tree0dc4ce94a64f593fc2bf5bffce487e4c9fd17de5 /mysql-test/r/func_encrypt.result
parentfd0cc03f4909930259d5fd0d624174e9153b83c0 (diff)
downloadmariadb-git-986493e21bf26e1f25f2517057ee55c63ac625d7.tar.gz
sunstring_index() code covarage
print() method code covarage for some string function which I lost last time mysql-test/r/func_crypt.result: print() method code covarage mysql-test/r/func_encrypt.result: print() method code covarage mysql-test/r/func_str.result: sunstring_index() code covarage print() method code covarage mysql-test/t/func_crypt.test: print() method code covarage mysql-test/t/func_encrypt.test: print() method code covarage mysql-test/t/func_str.test: sunstring_index() code covarage print() method code covarage
Diffstat (limited to 'mysql-test/r/func_encrypt.result')
-rw-r--r--mysql-test/r/func_encrypt.result5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/func_encrypt.result b/mysql-test/r/func_encrypt.result
index 39c734999b2..abdfda0423f 100644
--- a/mysql-test/r/func_encrypt.result
+++ b/mysql-test/r/func_encrypt.result
@@ -134,3 +134,8 @@ NULL
select hex(des_decrypt(des_encrypt("hello","hidden")));
hex(des_decrypt(des_encrypt("hello","hidden")))
NULL
+explain extended select des_decrypt(des_encrypt("hello",4),'password2'), des_decrypt(des_encrypt("hello","hidden"));
+id select_type table type possible_keys key key_len ref rows Extra
+1 SIMPLE NULL NULL NULL NULL NULL NULL NULL No tables used
+Warnings:
+Note 1003 select high_priority des_decrypt(des_encrypt(_latin1'hello',4),_latin1'password2') AS `des_decrypt(des_encrypt("hello",4),'password2')`,des_decrypt(des_encrypt(_latin1'hello',_latin1'hidden')) AS `des_decrypt(des_encrypt("hello","hidden"))`