MySQL8.0-INFORMATION_SCHEMA增强
导读 作者:Gopal Shankar 翻译:徐晨亮 原文地址: https://mysqlserverteam.com/mysql-8-0-improvements-to-information_schema/ Coinciding with the new native data dictionary in MySQL 8.0, we have made a number of useful enhancements to our INFORMATION_SCHEMA subsystem design in MySQL 8.0. In this post I will first go through our legacy implementation as it has stood since MySQL 5.1, and then cover what’s changed. 与MySQL 8.0原生数据字典一致,在MySQL 8.0的 INFORMATION_SCHEMA 子系统设计中,我们做了一些很有用的增强。在这篇文章中,我将会介绍自MySQL 5.1以来的旧的实现方式,然后介绍我们做了什么改变。 Background INFORMATION_SCHEMA was first introduced into MySQL 5.0, as a standards