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

       Web browser: ---
            Bug ID: 53670
           Summary: Run cleanupTitles.php across Wikimedia wikis
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Keywords: shell
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

As a follow-up to bug 22939, I'm seeing some strange behavior on the English
Wikipedia:

MariaDB [enwiki_p]> select * from page where page_namespace = 2 and page_title
= 'Ɑʀʇʉʀɵ/SmallCaps.charset'\G
*************************** 1. row ***************************
          page_id: 40422349
   page_namespace: 2
       page_title: Ɑʀʇʉʀɵ/SmallCaps.charset
page_restrictions: 
     page_counter: 0
 page_is_redirect: 0
      page_is_new: 1
      page_random: 0.582265889095
     page_touched: 20130902000030
      page_latest: 571150285
         page_len: 1107
1 row in set (0.09 sec)

MariaDB [enwiki_p]> select * from page where page_namespace = 2 and page_title
= 'ɑʀʇʉʀɵ/SmallCaps.charset'\G
*************************** 1. row ***************************
          page_id: 8610689
   page_namespace: 2
       page_title: ɑʀʇʉʀɵ/SmallCaps.charset
page_restrictions: 
     page_counter: 0
 page_is_redirect: 0
      page_is_new: 0
      page_random: 0.6887380353870001
     page_touched: 20061226044311
      page_latest: 96503668
         page_len: 1107
1 row in set (0.10 sec)

"ɑʀʇʉʀɵ/SmallCaps.charset" is an inaccessible page title. It gets normalized to
"Ɑʀʇʉʀɵ/SmallCaps.charset". Presumably the previous cleanupTitles.php run would
have caught this, so... I'm not sure what's up.

-- 
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