Merge pull request #724 from simonw/patch-1

Clarify it's foreign key /constraints/ that don't work
This commit is contained in:
Shlomi Noach 2019-03-31 06:53:48 +03:00 committed by GitHub
commit 7cc1817b81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ The `SUPER` privilege is required for `STOP SLAVE`, `START SLAVE` operations. Th
### Limitations
- Foreign keys not supported. They may be supported in the future, to some extent.
- Foreign key constraints are not supported. They may be supported in the future, to some extent.
- Triggers are not supported. They may be supported in the future.