No Image

MySQL 8.0 Data Dictionary: Status in the 8.0.0 DMR

2016-11-10 KENNETH 0

MySQL 8.0 Data Dictionary: Status in the 8.0.0 DMR In a previous post, I explained the architecture and design for the transactional data dictionary in MySQL 8.0. In this post I intend to summarize the status of this work in the 8.0.0 Milestone Release. Storing all dictionary information in InnoDB tables The MySQL 8.0.0 now stores dictionary data in InnoDB tables. … Source: MySQL 8.0 Data Dictionary: Status in the 8.0.0 DMR

No Image

MySQL Server bootstrapping and dictionary initialization

2016-11-04 KENNETH 0

MySQL Server bootstrapping and dictionary initialization In MySQL 8.0, we are making large changes to the way the MySQL server stores meta data with the introduction of our native data dictionary. As part of these improvements, we have also made changes to the way the server bootstraps.… Source: MySQL Server bootstrapping and dictionary initialization

No Image

fail-check-testcases: A new MTR option to enforce strict cleanup

2016-11-02 KENNETH 0

fail-check-testcases: A new MTR option to enforce strict cleanup Test cases that do not perform a proper cleanup turn out to be a nightmare for test engineers or anyone who is tasked with the job of monitoring regression test results. It leads to test failures that are difficult to analyse and fix.… Source: fail-check-testcases: A new MTR option to enforce strict cleanup

No Image

MySQL 8.0: Retiring support for libmysqld

2016-10-28 KENNETH 0

MySQL 8.0: Retiring support for libmysqld Starting with MySQL 8.0, we will drop libmysqld (aka “embedded server”). This change will affect only a handful of users, but for context let me start with an introduction. Introduction libmysqld (also referred to as “the embedded server”) is a way of using MySQL without the client server protocol.… Source: MySQL 8.0: Retiring support for libmysqld

No Image

Connector/Python 2.0

2016-10-26 KENNETH 0

Connector/Python 2.0 Connector/Python 2.0 (2.0.5 GA, published on Wednesday, 26 Oct 2016) Source: Connector/Python 2.0