diff options
Diffstat (limited to 'includes/SpecialAsksql.php')
-rw-r--r-- | includes/SpecialAsksql.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/SpecialAsksql.php b/includes/SpecialAsksql.php index 6c9c487e4faa..63fefb1a9672 100644 --- a/includes/SpecialAsksql.php +++ b/includes/SpecialAsksql.php @@ -1,4 +1,10 @@ <?php +# +# If enabled through $wgAllowSysopQueries = true, this class +# let users with sysop right the possibility to make sql queries +# against the cur table. +# Heavy queries could slow down the database specially for the +# biggest wikis. function wfSpecialAsksql() { |