• unknown's avatar
    Fixed some vio code that was using ___WIN__ instead of __WIN__ · dac7ba3d
    unknown authored
    
    include/my_global.h:
      set SOCKET_EWOULDBLOCK to the proper windows def WSAEWOULDBLOCK
    sql/net_serv.cc:
      fixed typo with using 3 leading underscores instead of 2
    vio/vio.c:
      fixed typo with using 3 leading underscores instead of 2
    vio/viosocket.c:
      fixed typo with using 3 leading underscores instead of 2
    dac7ba3d
net_serv.cc 27.3 KB