• unknown's avatar
    BUG#21530 The ndb_mgm management client doesn't set the exit status on errors, making it · 861425a0
    unknown authored
              almost useless for any kind of shell script automation.
              Now add the return value that indicates the execution whether or not success 
              for many methods.
    
    
    ndb/src/mgmclient/CommandInterpreter.cpp:
      Many methods add the return value that indicates whether the execution of operatioin succeeds.
      This can make ndb_mgm management client set the exit status on errors.
    861425a0
CommandInterpreter.cpp 66.2 KB