[Bug 54962] Missing or wrong information in meta_p.wiki table

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

Pietrodn power...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||power...@gmail.com
 Resolution|FIXED   |---

--- Comment #6 from Pietrodn power...@gmail.com ---
The meta_p.wiki tables now contains only one row: centralauth.

MariaDB [meta_p] select * from wiki;
+-+--+--+-+--+--+---+---+--+-+--+--+
| dbname  | lang | name | family  | url  | size | slice | is_closed
| has_echo | has_flaggedrevs | has_visualeditor | has_wikidata |
+-+--+--+-+--+--+---+---+--+-+--+--+
| centralauth | en   | NULL | centralauth | NULL |1 | s7.labsdb | 0
|0 |   0 |0 |0 |
+-+--+--+-+--+--+---+---+--+-+--+--+
1 row in set (0.00 sec)

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

Pietrodn power...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Pietrodn power...@gmail.com ---
Now the problem seems to be fixed.

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

--- Comment #8 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160945 had a related patch set uploaded by coren:
Labs: Fix generation of meta_p.meta

https://gerrit.wikimedia.org/r/160945

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|PATCH_TO_REVIEW
 Resolution|FIXED   |---

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 160945 merged by coren:
Labs: Fix generation of meta_p.meta

https://gerrit.wikimedia.org/r/160945

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2014-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

Marc A. Pelletier m...@uberbox.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Marc A. Pelletier m...@uberbox.org ---
There was a typo that prevented the size column from being properly set.  Fixed
since.

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

--- Comment #2 from Beta16 l.rabinelli+bugzi...@gmail.com ---
Also 'is_closed' column is always 0, for all the wikis.

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

--- Comment #3 from Marc A. Pelletier m...@uberbox.org ---
(In reply to comment #2)
 Also 'is_closed' column is always 0, for all the wikis.

That would be because we do not currently replicate any closed wikis.  :-)

For the other values, things should have been corrected now.  Please check?

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2013-10-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

--- Comment #4 from Beta16 l.rabinelli+bugzi...@gmail.com ---
(In reply to comment #3)
 (In reply to comment #2)
  Also 'is_closed' column is always 0, for all the wikis.
 
 That would be because we do not currently replicate any closed wikis.  :-)
Ah, ok! Alright :)

 For the other values, things should have been corrected now.  Please check?
Now it seems ok, except for the 'size' column, is always 1 yet.

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2013-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

Beta16 l.rabinelli+bugzi...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=48626

-- 
You are receiving this mail because:
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


[Bug 54962] Missing or wrong information in meta_p.wiki table

2013-10-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54962

Marc A. Pelletier m...@uberbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Marc A. Pelletier m...@uberbox.org ---
Yes, the URL being incorrect is likely the cause of the other errors.  Looking
into it.

-- 
You are receiving this mail because:
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