MySQL 9.1.0
Source Code Documentation
|
Header file for import tablespace functions. More...
Go to the source code of this file.
Functions | |
dberr_t | row_import_for_mysql (dict_table_t *table, dd::Table *table_def, row_prebuilt_t *prebuilt) |
Imports a tablespace. More... | |
Header file for import tablespace functions.
Created 2012-02-08 by Sunny Bains
dberr_t row_import_for_mysql | ( | dict_table_t * | table, |
dd::Table * | table_def, | ||
row_prebuilt_t * | prebuilt | ||
) |
Imports a tablespace.
The space id in the .ibd file must match the space id of the table in the data dictionary.
[in] | table | table |
[in] | table_def | dd table |
[in] | prebuilt | prebuilt struct in MySQL |