diff options
author | bell@sanja.is.com.ua <> | 2004-05-13 23:47:20 +0300 |
---|---|---|
committer | bell@sanja.is.com.ua <> | 2004-05-13 23:47:20 +0300 |
commit | 4c774e0c18069bb93fa1b4f336888c85de5820d1 (patch) | |
tree | cedf6b9de442e03cc92b7d8d36e141e86ceddc58 /mysql-test/r/func_crypt.result | |
parent | 0422d559b645e8cea1a13db5d9ef838afd6dc5f7 (diff) | |
download | mariadb-git-4c774e0c18069bb93fa1b4f336888c85de5820d1.tar.gz |
fixed flags of printed query
Diffstat (limited to 'mysql-test/r/func_crypt.result')
-rw-r--r-- | mysql-test/r/func_crypt.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_crypt.result b/mysql-test/r/func_crypt.result index 70ebcf216fb..2ee3e770a2e 100644 --- a/mysql-test/r/func_crypt.result +++ b/mysql-test/r/func_crypt.result @@ -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')` |