MySQL 9.1.0
Source Code Documentation
|
In-place alter handler context. More...
#include <handler.h>
Public Member Functions | |
inplace_alter_handler_ctx ()=default | |
virtual void | set_shared_data (const inplace_alter_handler_ctx *ctx) |
virtual | ~inplace_alter_handler_ctx ()=default |
In-place alter handler context.
This is a superclass intended to be subclassed by individual handlers in order to store handler unique context between in-place alter API calls.
The handler is responsible for creating the object. This can be done as early as during check_if_supported_inplace_alter().
The SQL layer is responsible for destroying the object.
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in ha_innobase_inplace_ctx.