Page MenuHomePhabricator

centralauth_p is missing tables
Closed, DuplicatePublic

Description

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.


Version: unspecified
Severity: normal

Details

Reference
bz66533

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 3:22 AM
bzimport set Reference to bz66533.

Hi Coren, 5 days to go... Please say something on this!

CC'ing springle as this is getting urgent (abogott is already CC'ed).

It's moot, given the imminent transition to MariaDB 10. Keeping the bug open for tracking, however, until that's done.

Ignore my previous comment; that wasn't intended on this bug. I have to check whether there are suppression issues in those tables first. More news soon.

There are suppressed usernames in all 3 tables. spoofuser won't have the exact username since it would probably be normalized though.

@Legoktm can you explain why you need those tables? It might be simpler to give you the actual data you need rather than open up the underlying tables.

Mainly so I can test out centralauth queries before running them in production.

coren removed coren as the assignee of this task.Mar 25 2015, 2:59 PM
coren triaged this task as Low priority.
coren edited projects, added Cloud-Services; removed Wikimedia-Labs-General.
coren set Security to None.
Legoktm raised the priority of this task from Low to Medium.Mar 25 2015, 4:59 PM

@coren: So, if you're not planning to work on this, who else should it be assigned to?

Looks like nobody is planning on working on this atm, so is assigned to nobody :)

@Legoktm If this is important enough to you, we can huddle together for an hour next week and get this done.

This is either fixed or should be merged into T103011.

coren closed this task as a duplicate of Restricted Task.Sep 28 2015, 8:37 PM