1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

MCOL-3577: Make this run syncFS for storagemanager on all nodes when suspend writes is done from mcsadmin.

This commit is contained in:
benthompson15
2019-11-21 15:13:39 -06:00
parent 18d31fae82
commit 830490c846
5 changed files with 108 additions and 2 deletions

View File

@ -581,7 +581,8 @@ enum PROC_MGT_TYPE_REQUEST
DISABLEREP,
PROCGLUSTERASSIGN,
PROCGLUSTERUNASSIGN,
CONFIGURE
CONFIGURE,
SYNCFSALL
};