MySQL 9.6.0
Source Code Documentation
dict0upgrade.h File Reference
#include <cstdint>

Go to the source code of this file.

Functions

bool upgrade_space_version (const uint32_t space_id, bool server_version_only)
 Add server and space version number to tablespace while upgrading. More...
 

Function Documentation

◆ upgrade_space_version()

bool upgrade_space_version ( const uint32_t  space_id,
bool  server_version_only 
)

Add server and space version number to tablespace while upgrading.

Parameters
[in]space_idspace id of tablespace
[in]server_version_onlyleave space version unchanged
Returns
false on success, true on failure.