diff options
author | heikki@hundin.mysql.fi <> | 2003-11-03 19:11:09 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-11-03 19:11:09 +0200 |
commit | 1796d50df339574b8f09ac018f0d44dd3eaf1580 (patch) | |
tree | 16d8e94df9055bb6ed7e41eb7afbcdebf5b61236 /innobase/include/fsp0fsp.h | |
parent | 06161760ce9e53778f18f48e9b065c47e1ad2fbf (diff) | |
download | mariadb-git-1796d50df339574b8f09ac018f0d44dd3eaf1580.tar.gz |
Many files:
Merge with ibbackup; bug fix: .ibd files were extended 2 x the required amount; InnoDB does not create the small file inno_arch_log... any more at database creation
Diffstat (limited to 'innobase/include/fsp0fsp.h')
-rw-r--r-- | innobase/include/fsp0fsp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/innobase/include/fsp0fsp.h b/innobase/include/fsp0fsp.h index 127e01ef59f..2fcde882df7 100644 --- a/innobase/include/fsp0fsp.h +++ b/innobase/include/fsp0fsp.h @@ -67,6 +67,14 @@ fsp_header_get_tablespace_size( /* out: size in pages */ ulint space); /* in: space id, must be 0 */ /************************************************************************** +Reads the file space size stored in the header page. */ + +ulint +fsp_get_size_low( +/*=============*/ + /* out: tablespace size stored in the space header */ + page_t* page); /* in: header page (page 0 in the tablespace) */ +/************************************************************************** Reads the space id from the first page of a tablespace. */ ulint |