diff options
author | unknown <heikki@hundin.mysql.fi> | 2004-12-27 04:27:09 +0200 |
---|---|---|
committer | unknown <heikki@hundin.mysql.fi> | 2004-12-27 04:27:09 +0200 |
commit | 1b7282e3e1eba03d87d0e09372867abcdb7ce842 (patch) | |
tree | d2ad8d8a718e71e27cd9d5500e58324f281d425f /innobase/fil | |
parent | 00cc66f6e51dafb687e8a2691406d32611fa27dd (diff) | |
download | mariadb-git-1b7282e3e1eba03d87d0e09372867abcdb7ce842.tar.gz |
ha_innodb.cc, row0ins.c, fil0fil.c:
Correct typo
innobase/fil/fil0fil.c:
Correct typo
innobase/row/row0ins.c:
Correct typo
sql/ha_innodb.cc:
Correct typo
Diffstat (limited to 'innobase/fil')
-rw-r--r-- | innobase/fil/fil0fil.c | 2 |
1 files changed, 1 insertions, 1 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); |