You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/requirements-and-limitations.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,6 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
26
26
27
27
- Triggers are not supported. They may be supported in the future.
28
28
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
-
33
29
- MySQL 5.7 `JSON` columns are supported but not as part of `PRIMARY KEY`
34
30
35
31
- 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
53
49
54
50
- Migrating a `FEDERATED` table is unsupported and is irrelevant to the problem `gh-ost` tackles.
55
51
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