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

            Bug ID: 66533
           Summary: centralauth_p is missing tables
           Product: Wikimedia Labs
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
            Blocks: 48930, 58791
       Web browser: ---
   Mobile Platform: ---

Tool labs:

MariaDB [centralauth_p]> show tables;
+---------------------------+
| Tables_in_centralauth_p   |
+---------------------------+
| global_group_permissions  |
| global_group_restrictions |
| global_user_groups        |
| globalblocks              |
| globaluser                |
| localuser                 |
| wikiset                   |
+---------------------------+
7 rows in set (0.00 sec)


Toolserver:

mysql> show tables;
+---------------------------+
| Tables_in_centralauth_p   |
+---------------------------+
| global_group_permissions  |
| global_group_restrictions |
| global_user_groups        |
| globalblocks              |
| globalnames               |
| globaluser                |
| localnames                |
| localuser                 |
| spoofuser                 |
| wikiset                   |
+---------------------------+
10 rows in set (0.00 sec)


Missing: localnames, globalnames, spoofuser.

I need the localnames and globalnames tables, don't really care about
spoofuser.

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