Compensate for overhead of profiled subcalls in each function, to give less distorted...
[mediawiki.git] / maintenance / archives / patch-group-sysopfix.sql
blobc3152c7b90216e9cd3a7b1117801c4f4b953b54c
1 -- Fix to alpha versions that had incorrect rights assignments
2 -- breaking protected page edits by sysops.
3 -- 2004-10-27
5 UPDATE `group`
6    SET group_rights=CONCAT(group_rights,',sysop')
7  WHERE group_name IN('Sysops','Bureaucrat');