diff options
author | unknown <bell@sanja.is.com.ua> | 2003-11-07 09:43:24 +0200 |
---|---|---|
committer | unknown <bell@sanja.is.com.ua> | 2003-11-07 09:43:24 +0200 |
commit | 986493e21bf26e1f25f2517057ee55c63ac625d7 (patch) | |
tree | 0dc4ce94a64f593fc2bf5bffce487e4c9fd17de5 /mysql-test/t/func_encrypt.test | |
parent | fd0cc03f4909930259d5fd0d624174e9153b83c0 (diff) | |
download | mariadb-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/t/func_encrypt.test')
-rw-r--r-- | mysql-test/t/func_encrypt.test | 2 |
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")); |