talent-plan / tinysql

A course to build the SQL layer of a distributed database.
Apache License 2.0
1.72k stars 524 forks source link

Add MySQL protocol layer code #88

Closed rebelice closed 3 years ago

rebelice commented 3 years ago

In TinySQL, we hope everyone can focus on the design and implementation of the SQL layer. The content of the MySQL protocol layer is complex and messy, and it is not our focus. So we will provide a simple implementation at the beginning.

tisonkun commented 3 years ago

closed by #97 .