Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move all packet handling, etc., into the mysql.protocol sub-package #144

Closed
Abscissa opened this issue Dec 3, 2017 · 1 comment
Closed
Labels
Milestone

Comments

@Abscissa
Copy link

Abscissa commented Dec 3, 2017

Purely internal cleanup.

Currently, there's code all over the place that directly handles communications packets. This should all be encapsulated into one spot withing the mysql.protocol sub-package.

I'm marking all such instances with:

//TODO: All low-level commms should be moved into the mysql.protocol package.
@Abscissa
Copy link
Author

There's still a LOT of internal cleanup needed, but this much at least is taken care of now and opens the door for all the upcoming cleanups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant