Closed Bug 561400 Opened 14 years ago Closed 14 years ago

Need mysql output from MDC

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sheppy, Assigned: justdave)

Details

I need this query run on the MDC database:

select ar_last_page_id from archive where ar_title like "%JS_MarkGCThing%";

Trying to undelete a page that was deleted some time ago, and need its page ID. Can't find the page in the rather lengthy list of pages that have been deleted using the wiki's UI.
Assignee: server-ops → justdave
mysql> select ar_last_page_id from archive where ar_title like "%JS_MarkGCThing%";
Empty set (0.02 sec)
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Try this one:

select ar_last_page_id from archive where ar_title like "%JSAPI%";
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
mysql> select ar_last_page_id from archive where ar_title like "%JSAPI%";
Empty set (0.02 sec)
Status: REOPENED → RESOLVED
Closed: 14 years ago14 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.