Commit 92655f14 authored by unknown's avatar unknown

row0mysql.c:

  Fix typo


innobase/row/row0mysql.c:
  Fix typo
parent 1b7282e3
...@@ -2128,7 +2128,7 @@ do not allow the discard. We also reserve the data dictionary latch. */ ...@@ -2128,7 +2128,7 @@ do not allow the discard. We also reserve the data dictionary latch. */
rewind(ef); rewind(ef);
ut_print_timestamp(ef); ut_print_timestamp(ef);
fputs(" Cannot drop table ", ef); fputs(" Cannot DISCARD table ", ef);
ut_print_name(ef, trx, name); ut_print_name(ef, trx, name);
fputs("\n" fputs("\n"
"because it is referenced by ", ef); "because it is referenced by ", ef);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment