• unknown's avatar
    Fixed Bug #27789 "Wrong permissions of sql/share/language directories" · 2ae04125
    unknown authored
    
    extra/comp_err.c:
      Override my_mkdir() umask setting. The default is 0700 which perfectly 
      makes sense for the server but leads to Bug #27789 when applied to comp_err
      generated directories in the souce tree. Generated directories and the
      files within won't be accessible to other users, sometimes including root 
      if on a non-local filesystem, making "sudo make install" fail.
    2ae04125
comp_err.c 28.7 KB