diff options
author | pem@mysql.com <> | 2004-02-10 18:44:02 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2004-02-10 18:44:02 +0100 |
commit | c8585f3283816dea04c28774ef87537521b6aa80 (patch) | |
tree | f04786f8a211a4c03eab547b7332792201289ac1 /innobase/row/row0mysql.c | |
parent | 5344528b0034f0254d4c72b203c5888f1c8526c2 (diff) | |
parent | 9de20058342fa7387071a3d70291a26db2e210c0 (diff) | |
download | mariadb-git-c8585f3283816dea04c28774ef87537521b6aa80.tar.gz |
Merge 4.1 into 5.0.
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 d5472219d09..cf7a3efcdfc 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -1447,7 +1447,7 @@ row_create_table_for_mysql( fprintf(stderr, " InnoDB: Error: table %s already exists in InnoDB internal\n" "InnoDB: data dictionary. Have you deleted the .frm file\n" - "InnoDB: and not used DROPT ABLE? Have you used DROP DATABASE\n" + "InnoDB: and not used DROP TABLE? Have you used DROP DATABASE\n" "InnoDB: for InnoDB tables in MySQL version <= 3.23.43?\n" "InnoDB: See the Restrictions section of the InnoDB manual.\n", table->name); |