Skip to content

Conversation

@sundy-li
Copy link
Member

@sundy-li sundy-li commented Mar 14, 2023

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

Summary about this PR

MySQL [(none)]> select query_text from system.query_log limit 10;
+-------------------------------------------------------------------------------------------------------------------------------------+
| query_text                                                                                                                          |
+-------------------------------------------------------------------------------------------------------------------------------------+
| SELECT * FROM system.query_log LIMIT 10                                                                                             |
| SELECT * FROM system.query_log LIMIT 10                                                                                             |
| SELECT query_text FROM system.query_log LIMIT 10                                                                                    |
| SELECT query_text FROM system.query_log LIMIT 10                                                                                    |
| CREATE STAGE my_external_stage URL = 's3://testbucket/admin/data/' CONNECTION = ( aws_key_id='********' aws_secret_key='********' ) |
| CREATE STAGE my_external_stage URL = 's3://testbucket/admin/data/' CONNECTION = ( aws_key_id='********' aws_secret_key='********' ) |
| SELECT query_text FROM system.query_log LIMIT 10                                                                                    |
| SELECT query_text FROM system.query_log LIMIT 10                                                                                    |
| SELECT query_text FROM system.query_log LIMIT 10                                                                                    |
| SELECT query_text FROM system.query_log LIMIT 10                                                                                    |
+-------------------------------------------------------------------------------------------------------------------------------------+
10 rows in set (0.012 sec)

Closes #10479

@vercel
Copy link

vercel bot commented Mar 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
databend ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 14, 2023 at 11:18AM (UTC)

@mergify mergify bot added the pr-chore this PR only has small changes that no need to record, like coding styles. label Mar 14, 2023
@sundy-li sundy-li marked this pull request as ready for review March 14, 2023 09:59
@BohuTANG BohuTANG merged commit 51633f3 into databendlabs:main Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-chore this PR only has small changes that no need to record, like coding styles.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: mask the key in the query log

3 participants