Skip to content

Commit 5a8ed7b

Browse files
author
Shlomi Noach
committed
clarifying JSON limitation in docs
1 parent 6a5ace1 commit 5a8ed7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/requirements-and-limitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
2828

2929
- MySQL 5.7 generated columns are not supported. They may be supported in the future.
3030

31-
- MySQL 5.7 `JSON` columns are not supported. They are likely to be supported shortly.
31+
- MySQL 5.7 `JSON` columns are supported but not as part of `PRIMARY KEY`
3232

3333
- 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)
3434
- The migration key must not include columns with NULL values. This means either:

0 commit comments

Comments
 (0)