mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
fixed flags of printed query
This commit is contained in:
parent
d8522613d5
commit
fd51cf47a9
39 changed files with 131 additions and 131 deletions
|
|
@ -91,4 +91,4 @@ 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')`
|
||||
Note 1003 select password(_latin1'idkfa ') AS `password('idkfa ')`,old_password(_latin1'idkfa') AS `old_password('idkfa')`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue