内容简介:Percona Toolkit 3.0.8 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。 新特性: PT-1500: Added the --output=secure-slowlog option to pt-query-digestto replace queries i...
Percona Toolkit 3.0.8 发布了,Percona Toolkit 是一组高级的命令行工具,用来管理 MySQL 和系统任务。
新特性:
PT-1500: Added the
--output=secure-slowlog
option topt-query-digest
to replace queries in the output by their fingerprints. This provides the ability to santize a slow log in order to adhere to GDPR as the slow query log has the potential to leak sensitive information since query WHERE clauses are included.
As an example of how the fingerprint anonymizes queries we’ll show this using an UPDATE statement:UPDATE sbtest12 SET k='abc' WHERE id=12345
after fingerprinting, it becomes:UPDATE sbtest? SET k=k? WHERE id=?
Bug 修复:
PT-1492: pt-kill in version 3.0.7 ignores the value of the
--busy-time
optionPT-1503: The post-install script fails on VM due to improper UUID file detection
完整内容请查看发布主页。
下载地址:https://www.percona.com/software/percona-toolkit
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Java工具包:资源访问器
- Synonyms:中文近义词工具包
- AopLog 2.4 发布,日志工具包
- TensorFlow 模型优化工具包正式推出
- [Nuget]使用Nuget管理工具包
- xk-time 0.0.7 发布,Java 时间工具包,新增 Cron 表达式工具
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python 3学习笔记(上卷)
雨痕 / 电子工业出版社 / 2018-1 / 89
经过9 年的发展,Python 3 生态已相当成熟。无论是语言进化、解释器性能提升,还是第三方支持,都是如此。随着Python 2.7 EOF 日趋临近,迁移到Python 3 的各种障碍也被逐一剔除。是时候在新环境下学习或工作了。 人们常说Python 简单易学,但这是以封装和隐藏复杂体系为代价的。仅阅读语言规范很难深入,亦无从发挥其应有能力,易学难精才是常态。《Python 3学习笔记(......一起来看看 《Python 3学习笔记(上卷)》 这本书的介绍吧!