1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
unknown
0a06b971f7 Bug#30366 NDB fails to start on OS X, PPC, 64 bit
- The errno variable should only be used when the previous socket
   write failed, it should be regarded as undefined at other times


storage/ndb/src/common/util/OutputStream.cpp:
  Only use "errno" after the attempt to write to the socket has failed
2007-10-29 21:33:30 +01:00