#include <auto_increment.h>
◆ Plugin_group_replication_auto_increment()
Plugin_group_replication_auto_increment::Plugin_group_replication_auto_increment |
( |
| ) |
|
Plugin_group_replication_auto_increment constructor.
Set auto_increment_increment and auto_increment_offset in the server
◆ reset_auto_increment_variables()
void Plugin_group_replication_auto_increment::reset_auto_increment_variables |
( |
bool |
force = false | ) |
|
Reset auto_increment_increment and auto_increment_offset, if modified by this plugin in set function.
- Parameters
-
force | if true, it ignores the member being in primary mode or not |
◆ set_auto_increment_variables()
void Plugin_group_replication_auto_increment::set_auto_increment_variables |
( |
ulong |
increment, |
|
|
ulong |
offset |
|
) |
| |
Set auto_increment_increment and auto_increment_offset.
- Parameters
-
increment | the interval between successive column values |
offset | the starting point for the AUTO_INCREMENT column value |
◆ group_replication_auto_increment
ulong Plugin_group_replication_auto_increment::group_replication_auto_increment |
|
private |
◆ group_replication_auto_offset
ulong Plugin_group_replication_auto_increment::group_replication_auto_offset |
|
private |
The documentation for this class was generated from the following files: