MySQL 8.0.37
Source Code Documentation
row0import.h File Reference

Header file for import tablespace functions. More...

#include "dict0types.h"
#include "univ.i"

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...
 

Detailed Description

Header file for import tablespace functions.

Created 2012-02-08 by Sunny Bains

Function Documentation

◆ row_import_for_mysql()

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.

Parameters
[in]tabletable
[in]table_defdd table
[in]prebuiltprebuilt struct in MySQL
Returns
error code or DB_SUCCESS