Skip to content

Commit 5275ad9

Browse files
author
Shlomi Noach
committed
updated docs
1 parent 03b8dad commit 5275ad9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

doc/requirements-and-limitations.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
2626

2727
- Triggers are not supported. They may be supported in the future.
2828

29-
- MySQL 5.7 generated columns are not supported. They may be supported in the future.
30-
31-
- MySQL 5.7 `POINT` column type is not supported.
32-
3329
- MySQL 5.7 `JSON` columns are supported but not as part of `PRIMARY KEY`
3430

3531
- The two _before_ & _after_ tables must share a `PRIMARY KEY` or other `UNIQUE KEY`. This key will be used by `gh-ost` to iterate through the table rows when copying. [Read more](shared-key.md)
@@ -53,4 +49,4 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
5349

5450
- Migrating a `FEDERATED` table is unsupported and is irrelevant to the problem `gh-ost` tackles.
5551

56-
- `ALTER TABLE ... RENAME TO some_other_name` is not supported (and you shouldn't use `gh-ost` for such a trivial operation).
52+
- `ALTER TABLE ... RENAME TO some_other_name` is not supported (and you shouldn't use `gh-ost` for such a trivial operation).

0 commit comments

Comments
 (0)