Closed
Bug 786099
Opened 13 years ago
Closed 13 years ago
Remove server-core dependency on libmysql
Categories
(Cloud Services Graveyard :: Server: Sync, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 786098
People
(Reporter: rfkelly, Unassigned)
Details
(Whiteboard: [qa?])
Attachments
(1 file)
8.59 KB,
patch
|
Details | Diff | Splinter Review |
We now use a pure-python mysql client library named PyMySQL, but server-core is still marked as depending on the mysql C client libraries. This patch removes said dependency and updates use of "mysql://" urls in the tests to match the "pymysql://" urls we would actually use in production.
Reporter | ||
Comment 1•13 years ago
|
||
Attachment #655811 -
Flags: review?(telliott)
Updated•13 years ago
|
Whiteboard: [qa?]
Reporter | ||
Comment 2•13 years ago
|
||
Hmm, looks like this got double-submitted somehow. Closing as duplicate of Bug 786098.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•13 years ago
|
Attachment #655811 -
Flags: review?(telliott)
Updated•2 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•