Hints
DB2 Hints
| CATEGORY | HINT | 8.0 | 9.0 | Info | Status |
| Command | SET OPTIMIZATION LEVEL | For top-level SELECT statements only | |||
| Clause | optimize for <n> rows | For top-level SELECT statements only | |||
| Clause | fetch first <n> rows only | For SELECT statements only |
## Uncomment this to disable output compression # $wgDisableOutputCompression = true; # Prohibit Unregistered Users $wgGroupPermissions['*']['read'] = True; #$wgGroupPermissions['*']['createaccount'] = false; $wgGroupPermissions['user']['read'] = True; $wgGroupPermissions['Employee']['read'] = true; $wgGroupPermissions['XE']['read'] = true; $wgWhitelistRead = array("Special:Userlogin","Special:ConfirmEmail","Special:Invalidateemail"); #$wgShowExceptionDetails = true; # MassUserImport require_once( "$IP/extensions/MassUserImport/MassUserImport.php" );