Fixed typo in grant.md: YSQL -> MYSQL

This commit is contained in:
Alexander Burmak 2020-07-26 20:54:25 +03:00 committed by GitHub
parent 558f9c7630
commit 86b3ec5b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -433,7 +433,7 @@ Allows using external data sources. Applies to [table engines](../../engines/tab
- `FILE`. Level: `GLOBAL`
- `URL`. Level: `GLOBAL`
- `REMOTE`. Level: `GLOBAL`
- `YSQL`. Level: `GLOBAL`
- `MYSQL`. Level: `GLOBAL`
- `ODBC`. Level: `GLOBAL`
- `JDBC`. Level: `GLOBAL`
- `HDFS`. Level: `GLOBAL`