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

--- Comment #4 from Maarten Dammers <[email protected]> 2010-05-30 13:41:10 
UTC ---
Oh right, it was stored in another table

mysql> SELECT page_id, page_title FROM page WHERE page_namespace=14 AND
page_title='Self-published_work';
+---------+---------------------+
| page_id | page_title          |
+---------+---------------------+
|  175266 | Self-published_work | 
+---------+---------------------+
1 row in set (0.01 sec)

mysql> select * FROM page_props WHERE pp_page=175266;
Empty set (0.00 sec

So it looks like it never ended up in the page_props table.

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to