• unknown's avatar
    Bug#30366 NDB fails to start on OS X, PPC, 64 bit · 16159170
    unknown authored
       - The errno variable should only be used when the previous socket
         write failed, it should be regarded as undefined at other times
    
    OutputStream.cpp:
      Only use "errno" after the attempt to write to the socket has failed
    
    
    storage/ndb/src/common/util/OutputStream.cpp:
      Only use "errno" after the attempt to write to the socket has failed
    16159170
OutputStream.cpp 2.09 KB