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

       Web browser: ---
            Bug ID: 52927
           Summary: Drop database table "hashs" from Wikimedia wikis
           Product: Wikimedia
           Version: wmf-deployment
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Site requests
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: b...@mzmcbride.com
                CC: benap...@gmail.com, dereck...@espace-win.org,
                    wikimedia.b...@snowolf.eu
            Blocks: 52921
    Classification: Unclassified
   Mobile Platform: ---

On at least enwiki, there is a "hashs" database table that appears to be unused
and unneeded. It also is an apparent misspelling ("hashes" is the plural of
"hash" in English).

Its schema:

MariaDB [enwiki_p]> describe hashs;
+--------------+-----------------+------+-----+---------+-------+
| Field        | Type            | Null | Key | Default | Extra |
+--------------+-----------------+------+-----+---------+-------+
| hs_nstitle   | varbinary(48)   | YES  |     | NULL    |       |
| hs_timestamp | varbinary(14)   | YES  |     | NULL    |       |
| hs_old_id    | int(8) unsigned | YES  |     | NULL    |       |
| hs_hash      | varbinary(48)   | YES  |     | NULL    |       |
| hs_user_text | varbinary(255)  | YES  |     | NULL    |       |
+--------------+-----------------+------+-----+---------+-------+
5 rows in set (0.02 sec)

This database table should be dropped from all Wikimedia wikis.

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to