mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -2514,6 +2514,9 @@ public:
|
||||
/** true for online operation (LOCK=NONE) */
|
||||
bool online;
|
||||
|
||||
/** which ALGORITHM and LOCK are supported by the storage engine */
|
||||
enum_alter_inplace_result inplace_supported;
|
||||
|
||||
/**
|
||||
Can be set by handler to describe why a given operation cannot be done
|
||||
in-place (HA_ALTER_INPLACE_NOT_SUPPORTED) or why it cannot be done
|
||||
|
Reference in New Issue
Block a user