Closed
Bug 537833
Opened 16 years ago
Closed 16 years ago
Truncate table on SUMO stage
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsocol, Assigned: fox2mike)
Details
Basically we just need this run on the SUMO stage database:
TRUNCATE TABLE adodb_logsql;
If that works, we'll do the same on production. We're passing around several gigs of unused, unchanging data, so we've just snagged a copy of it for now.
| Assignee | ||
Comment 2•16 years ago
|
||
mysql> truncate table adodb_logsql;
Query OK, 0 rows affected (16.03 sec)
Done. Welcome back James and Happy New Year! :D
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•16 years ago
|
||
Thanks, Shyam, and Happy New Year to you, too!
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•