You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/06/20 03:04:36 UTC

[GitHub] [doris] pengxiangyu commented on a diff in pull request #10251: [docs] aes docs fix

pengxiangyu commented on code in PR #10251:
URL: https://github.com/apache/doris/pull/10251#discussion_r901219200


##########
docs/en/docs/sql-manual/sql-functions/encrypt-digest-functions/aes.md:
##########
@@ -45,11 +45,11 @@ MySQL> set block_encryption_mode="AES_256_CBC";
 Query OK, 0 rows affected (0.006 sec)
 
 MySQL > select to_base64(AES_ENCRYPT('text','F3229A0B371ED2D9441B830D21A390C3', '0123456789'));
-+----------------------------------------------------------------------------------+
-| to_base64(aes_encrypt('text', 'F3229A0B371ED2D9441B830D21A390C3', '0123456789')) |
-+----------------------------------------------------------------------------------+
-| mvZT1KJw7N0RJf27aipUpg==                                                         |
-+----------------------------------------------------------------------------------+
++-----------------------------------------------------+
+| to_base64(aes_encrypt('text', '***', '0123456789')) |

Review Comment:
   what is ****?
   what is the changes?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org