Closed
Bug 527796
Opened 16 years ago
Closed 16 years ago
[sumo mobile]: Search is broken on mobile support
Categories
(support.mozilla.org :: Mobile, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vish_moz, Assigned: jsocol)
References
()
Details
Attachments
(2 files, 2 obsolete files)
|
305.45 KB,
image/png
|
Details | |
|
3.86 KB,
patch
|
morgamic
:
review+
|
Details | Diff | Splinter Review |
STR:
1. go to SUMO mobile site https://mobile.support-stage.mozilla.org/en-US/kb/
2. enter a search term and hit enter.
Actual result:
An unexpected error has occurred!
Comment 1•16 years ago
|
||
I think we should hold off on tonight's scheduled push (bug 527777) for this.
Blocks: 527777
| Assignee | ||
Comment 2•16 years ago
|
||
Not sure why the tables aren't there. I could reproduce the error locally by doing:
DROP TABLE se_index, se_words, se_letters, se_stopwords, se_weights;
This patch just creates the tables with no data--data should be filled in by the old-style search indexer.
Assignee: nobody → james
Attachment #411552 -
Flags: review?(morgamic)
Comment 3•16 years ago
|
||
Comment on attachment 411552 [details] [diff] [review]
sql for se_* tables
- set default charset to utf8
- remove autoincrement values
Attachment #411552 -
Flags: review?(morgamic) → review-
| Assignee | ||
Comment 4•16 years ago
|
||
Changes made.
Attachment #411552 -
Attachment is obsolete: true
Attachment #411559 -
Flags: review?(morgamic)
| Assignee | ||
Comment 5•16 years ago
|
||
:%s/USING BTREE//g
6 substitutions on 6 lines
Applied on cm-webdev01-master01, MySQL 5.0.45.
Attachment #411559 -
Attachment is obsolete: true
Attachment #411563 -
Flags: review?(morgamic)
Attachment #411559 -
Flags: review?(morgamic)
Comment 6•16 years ago
|
||
Comment on attachment 411563 [details] [diff] [review]
sql for se_* tables, 3
Looks good -- ship it.
Attachment #411563 -
Flags: review?(morgamic) → review+
| Assignee | ||
Comment 7•16 years ago
|
||
This is fixed. See bug 527829 for the issues it exposed.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•