From 6840320d16ab1ee6703046a42d7e4017da8f0258 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 22 Apr 2002 09:45:12 +0300 Subject: [PATCH] manual.texi: Update manual on ON DELETE CASCADE Docs/manual.texi: Update manual on ON DELETE CASCADE --- Docs/manual.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/manual.texi b/Docs/manual.texi index 90969b63620..a1c272a70d3 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -38089,7 +38089,7 @@ If @code{ON DELETE CASCADE} is specified, and a row in the parent table is deleted, then InnoDB automatically deletes also all those rows in the child table whose foreign key values are equal to the referenced key value in the parent row. If @code{ON DELETE SET NULL} -is specified, the child rows are automatiaclly updated so that the +is specified, the child rows are automatically updated so that the columns in the foreign key are set to the SQL NULL value. Starting from version 3.23.50, InnoDB does not check foreign key