mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
sunstring_index() code covarage
print() method code covarage for some string function which I lost last time
This commit is contained in:
@@ -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')`
|
||||
|
||||
Reference in New Issue
Block a user