mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
row0mysql.c:
Fix typo innobase/row/row0mysql.c: Fix typo
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user