row0mysql.c:

Fix typo
This commit is contained in:
heikki@hundin.mysql.fi 2004-12-27 04:32:37 +02:00
parent 10a246e453
commit 0aa1815bd1

View file

@ -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);