Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.52 KB
  • MySQL X Protocol Specification

This document is to provide a description of my thoughts about the MySQL X protocol.

Overview

This page is to give some ideas and thooughts about the MySQL X protocol. This is the new MysQL protocol that was introduced in 5.7.12 as part of the document store functionality. The same protocol can handle traditional SQL statements.

Where to find information on the protocol.

Comparison of old and new formats

Information about the X Protocol

Blog posts

No Protocol Specification

Currently there is no formal specification of the MySQL X protocol. The MySQL Internals documentation is basic and gives you an idea of how the protocol can be used. It does not tell you exactly how the protocol behaves. The worklogs are quite detailed and are a good start but are not written as a specification.

A good guide for this would e a RFC type format which is more formalised.

This repo includes the starts of such a document.