From 8f09b7053b16f4fe1458012a4367b883d5933b1e Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 21 Jul 2002 13:17:49 +0300 Subject: [PATCH] row0ins.c: Move the assertion in foreign keys to the right place innobase/row/row0ins.c: Move the assertion in foreign keys to the right place --- innobase/row/row0ins.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/innobase/row/row0ins.c b/innobase/row/row0ins.c index 5badebf2011..1f0d0f40114 100644 --- a/innobase/row/row0ins.c +++ b/innobase/row/row0ins.c @@ -389,10 +389,11 @@ row_ins_foreign_delete_or_set_null( char err_buf[1000]; ut_a(thr && foreign && pcur && mtr); - ut_a(que_node_get_type(node) == QUE_NODE_UPDATE); node = thr->run_node; + ut_a(que_node_get_type(node) == QUE_NODE_UPDATE); + if (!node->is_delete) { /* According to SQL-92 an UPDATE with respect to FOREIGN KEY constraints is not semantically equivalent to a