Skip to content

Commit

Permalink
Polish the whole sentence.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Jan 13, 2025
1 parent 76e92c6 commit a3a233b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/jdbc-mysql-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ Although MySQL itself does not support table properties, Gravitino offers table
| `engine` | The engine used by the table. For example `MyISAM`, `MEMORY`, `CSV`, `ARCHIVE`, `BLACKHOLE`, `FEDERATED`, `ndbinfo`, `MRG_MYISAM`, `PERFORMANCE_SCHEMA`. | `InnoDB` | No | No | Yes | 0.4.0 |
| `auto-increment-offset` | Used to specify the starting value of the auto-increment field. | (none) | No | No | Yes | 0.4.0 |


:::note
Some engine types may not be supported by MySQL by default and require additional configuration. For instance, `FEDERATED` are not supported by
default and need to be enabled by setting `federated` to `1` in the MySQL configuration file, the same applies to `ndbinfo`, `MRG_MYISAM`, `PERFORMANCE_SCHEMA`.
Please refer to the [MySQL documentation](https://dev.mysql.com/doc/refman/8.0/en/federated-storage-engine.html) for more information.
Some MySQL storage engines, such as FEDERATED, are not enabled by default and require additional configuration to use. For example, to enable the FEDERATED engine, set federated=1 in the MySQL configuration file. Similarly, engines like ndbinfo, MRG_MYISAM, and PERFORMANCE_SCHEMA may also require specific prerequisites or configurations. For detailed instructions,
refer to the [MySQL documentation](https://dev.mysql.com/doc/refman/8.0/en/federated-storage-engine.html).
:::

### Table indexes
Expand Down

0 comments on commit a3a233b

Please sign in to comment.