From 773cddc88acaa47b52f99157a3faf746b3708f78 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 29 Mar 2019 05:05:40 -0700 Subject: [PATCH] Clarify it's foreign key /constraints/ that don't work --- doc/requirements-and-limitations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements-and-limitations.md b/doc/requirements-and-limitations.md index 628451d..8376e18 100644 --- a/doc/requirements-and-limitations.md +++ b/doc/requirements-and-limitations.md @@ -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.