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 | bc675e667c50389dc513e81b1b6b9436396523af (patch) | |
tree | 0dc4ce94a64f593fc2bf5bffce487e4c9fd17de5 /mysql-test/r/func_crypt.result | |
parent | 46032c09ac3fab87efdc822d47dd5130c04c1d49 (diff) | |
download | mariadb-git-bc675e667c50389dc513e81b1b6b9436396523af.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_crypt.result')
-rw-r--r-- | mysql-test/r/func_crypt.result | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/r/func_crypt.result b/mysql-test/r/func_crypt.result index 3dad231de2b..70ebcf216fb 100644 --- a/mysql-test/r/func_crypt.result +++ b/mysql-test/r/func_crypt.result @@ -87,3 +87,8 @@ old_password('idkfa') select old_password(' i d k f a '); old_password(' i d k f a ') 5c078dc54ca0fcca +explain extended select password('idkfa '), old_password('idkfa'); +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 password(_latin1'idkfa ') AS `password('idkfa ')`,old_password(_latin1'idkfa') AS `old_password('idkfa')` |