diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-12-27 04:32:37 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-12-27 04:32:37 +0200 |
commit | 92655f14d2d439a620cf5de5f56e38befd702818 (patch) | |
tree | c4cefb5ba44c9dde41dc910c5c9ca2231a42cb6a /innobase/row/row0mysql.c | |
parent | 1b7282e3e1eba03d87d0e09372867abcdb7ce842 (diff) | |
download | mariadb-git-92655f14d2d439a620cf5de5f56e38befd702818.tar.gz |
row0mysql.c:
Fix typo
innobase/row/row0mysql.c:
Fix typo
Diffstat (limited to 'innobase/row/row0mysql.c')
-rw-r--r-- | innobase/row/row0mysql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index 3be3d3e6396..e887079e025 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -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); |