talent-plan/tinysql

Simplify the MySQL protocol layer

rebelice opened this issue · 0 comments

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:

  1. Simplify the config module and delete unnecessary configurations
  2. Refactor the code of the MySQL protocol layer to make it more readable