• unknown's avatar
    Replace 'sete_id(__)' calls by 'setre_id(-1,__)' to solve the · 8f8ccc4b
    unknown authored
    missing prototyped problem (bug#5521).
    
    
    sql/mysqld.cc:
      Some systems (Unixware, SCO) have no prototypes for 'seteuid()' and
      'setegid()', but have them for 'setreuid()' / 'setregid()'.
      So 'sete_id(__)' calls are replaced by 'setre_id(-1,__)' (bug#5521).
    8f8ccc4b
mysqld.cc 226 KB