mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
row0mysql.c:
Fix typo
This commit is contained in:
parent
10a246e453
commit
0aa1815bd1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue