Unverified Commit 934f0d76 authored by 吴晟's avatar 吴晟 Committed by GitHub
Browse files

Update ROADMAP.md

Merge the protocol of MySQL as a part of Database.
parent 8c8b9f48
Loading
Loading
Loading
Loading
+12 −14
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@

## Sharding-JDBC-Server

### MySQL Protocol
### Database
- [x] MySQL
  - [x] Handshake Packet
  - [x] OK Packet
  - [x] ERR Packet
@@ -38,9 +39,6 @@
  - [ ] COM_STMT_EXECUTE
  - [ ] COM_STMT_CLOSE
  - [ ] COM_STMT_RESET

### Database
- [x] MySQL
- [ ] Oracle
- [ ] SQLServer
- [ ] PostgreSQL