From 92655f14d2d439a620cf5de5f56e38befd702818 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 27 Dec 2004 04:32:37 +0200 Subject: [PATCH] row0mysql.c: Fix typo innobase/row/row0mysql.c: Fix typo --- innobase/row/row0mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index 3be3d3e6396..e887079e025 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -2128,7 +2128,7 @@ do not allow the discard. We also reserve the data dictionary latch. */ rewind(ef); ut_print_timestamp(ef); - fputs(" Cannot drop table ", ef); + fputs(" Cannot DISCARD table ", ef); ut_print_name(ef, trx, name); fputs("\n" "because it is referenced by ", ef);