Skip to content

Commit

Permalink
Merge pull request pingcap#921 from lilin90/sql-password-update
Browse files Browse the repository at this point in the history
sql: remove deprecation note
  • Loading branch information
CaitinChen authored Oct 12, 2018
2 parents cfc0b72 + 8f40a75 commit fea20cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/encryption-and-compression-functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ category: user guide
| 函数名 | 功能描述 |
|:-----------|:----------------------------|
| [`MD5()`](https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_md5)                                                             | 计算字符串的 MD5 校验和       |
| [`PASSWORD()`](https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_password)(在 MySQL 5.7.6 中已弃用) | 计算并返回密码字符串 |
| [`PASSWORD()`](https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_password) | 计算并返回密码字符串 |
| [`RANDOM_BYTES()`](https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_random-bytes) | 返回随机字节向量 |
| [`SHA1()`, `SHA()`](https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_sha1)                                                   | 计算 SHA-1 160 位校验和               |
| [`SHA2()`](https://dev.mysql.com/doc/refman/5.7/en/encryption-functions.html#function_sha2)                                                           | 计算 SHA-2 校验和                       |
Expand Down

0 comments on commit fea20cb

Please sign in to comment.