Commit 92655f14 authored by unknown's avatar unknown
Browse files

row0mysql.c:

  Fix typo


innobase/row/row0mysql.c:
  Fix typo
parent 1b7282e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);