mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111
This commit is contained in:
@ -32,7 +32,8 @@ enum partition_state {
|
||||
PART_REORGED_DROPPED= 5,
|
||||
PART_CHANGED= 6,
|
||||
PART_IS_CHANGED= 7,
|
||||
PART_IS_ADDED= 8
|
||||
PART_IS_ADDED= 8,
|
||||
PART_ADMIN= 9
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user