Outdated Version
                
                You are viewing an older version of this section. View current production version.
DETACH LEAF
Detaches a leaf. Similar to REMOVE LEAF except that it keeps the leaf in the detached state instead of removing it entirely.
Syntax
DETACH LEAF 'host':port
Remarks
- DETACH LEAFtransitions the leaf from the- onlinestate to the- detachedstate.
- DETACH LEAFis useful if you would like to temporarily take down a leaf for repairs without erasing it from metadata.
- Use ATTACH LEAF to attach a leaf that is currently in a detachedstate.
- This command must be run on the master aggregator node (see Node Requirements for MemSQL Commands ).
Example
memsql> DETACH LEAF '192.168.1.110':3306;
Related Topics
