• unknown's avatar
    Replace 'sete_id(__)' calls by 'setre_id(-1,__)' to solve the · 7061fce7
    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).
    7061fce7
mysqld.cc 226 KB