summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_crypt.test
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/t/func_crypt.test
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/t/func_crypt.test')
-rw-r--r--mysql-test/t/func_crypt.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/func_crypt.test b/mysql-test/t/func_crypt.test
index 61b9ccb4718..f352a98e3cd 100644
--- a/mysql-test/t/func_crypt.test
+++ b/mysql-test/t/func_crypt.test
@@ -46,3 +46,5 @@ select password('idkfa');
select password(' idkfa');
select old_password('idkfa');
select old_password(' i d k f a ');
+
+explain extended select password('idkfa '), old_password('idkfa');