Simplify the MySQL protocol layer
rebelice opened this issue · 0 comments
rebelice commented
The current MySQL protocol layer is a simplified version of TiDB implementation. I just deleted unnecessary parts. It works, but I think it might not be good.
optimizations:
- Simplify the
config
module and delete unnecessary configurations - Refactor the code of the MySQL protocol layer to make it more readable