diff options
author | heikki@hundin.mysql.fi <> | 2004-12-27 04:27:09 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2004-12-27 04:27:09 +0200 |
commit | 10a246e4537a5cb4485d9882cd7db3d652851e4d (patch) | |
tree | d2ad8d8a718e71e27cd9d5500e58324f281d425f /innobase | |
parent | 0e28bb071a9101d3fbe6b60d59dc33a22e80771e (diff) | |
download | mariadb-git-10a246e4537a5cb4485d9882cd7db3d652851e4d.tar.gz |
ha_innodb.cc, row0ins.c, fil0fil.c:
Correct typo
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/fil/fil0fil.c | 2 | ||||
-rw-r--r-- | innobase/row/row0ins.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/innobase/fil/fil0fil.c b/innobase/fil/fil0fil.c index 89648b3feca..d1a083fcd66 100644 --- a/innobase/fil/fil0fil.c +++ b/innobase/fil/fil0fil.c @@ -2885,7 +2885,7 @@ fil_load_single_table_tablespace( } /* We do not use the size information we have about the file, because - the rounding formulat for extents and pages is somewhat complex; we + the rounding formula for extents and pages is somewhat complex; we let fil_node_open() do that task. */ fil_node_create(filepath, 0, space_id, FALSE); diff --git a/innobase/row/row0ins.c b/innobase/row/row0ins.c index f596bd3d473..c82231ef5f6 100644 --- a/innobase/row/row0ins.c +++ b/innobase/row/row0ins.c @@ -1192,7 +1192,7 @@ run_again: dtuple_print(ef, entry); fputs("\nBut the parent table ", ef); ut_print_name(ef, trx, foreign->referenced_table_name); - fputs("\nor its .ind file does not currently exist!\n", ef); + fputs("\nor its .ibd file does not currently exist!\n", ef); mutex_exit(&dict_foreign_err_mutex); return(DB_NO_REFERENCED_ROW); |