https://bugzilla.wikimedia.org/show_bug.cgi?id=16629





--- Comment #3 from Roan Kattouw <roan.katt...@home.nl>  2008-12-14 18:07:26 
UTC ---
(In reply to comment #2)
> mzmcbr...@nightshade:~$ sql enwiki_p
> 
> mysql> SELECT pr_page, pr_type, pr_level, pr_expiry, pr_cascade FROM
> page_restrictions
>     -> WHERE pr_page=352339;
> +---------+---------+----------+-----------+------------+
> | pr_page | pr_type | pr_level | pr_expiry | pr_cascade |
> +---------+---------+----------+-----------+------------+
> |  352339 | edit    |          | infinity  |          0 | 
> |  352339 | move    |          | infinity  |          0 | 
> +---------+---------+----------+-----------+------------+
> 2 rows in set (0.00 sec)
> 

Received through pastebin:

sql enwiki_p

mysql> SELECT COUNT(*) FROM page_restrictions WHERE pr_level='';
+----------+
| COUNT(*) |
+----------+
|     3414 | 
+----------+
1 row in set (0.99 sec)

mysql> SELECT page_restrictions FROM page WHERE page_id=352339;
+-------------------+
| page_restrictions |
+-------------------+
| move=:edit=       | 
+-------------------+
1 row in set (0.00 sec)

mysql> 


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to