#787: [patch] mysql support in bloodhound_setup.py
--------------------------+-----------------------
Reporter: JoKoT3 | Owner: rjollos
Type: enhancement | Status: closed
Priority: major | Milestone: Release 8
Component: installer | Version: 0.7.0
Resolution: fixed | Keywords: mysql
--------------------------+-----------------------
Changes (by rjollos):
* status: review => closed
* resolution: => fixed
Comment:
The patch had a few issues:
* There were tabs in the Python source code, but we must use only spaces.
The incorrect indentation broke the installation with the SQLite backend.
* The default database type was specified as //postgres/mysql/sqlite//,
but it must be //sqlite//.
* The installer claimed to exit when an unsupported dbtype was entered,
but did not actually exit.
I tested for the same conditions described in comment:description, with:
* MySQL: server: "5.5.34-0ubuntu0.13.04.1", client: "5.5.34", thread-
safe: 1
* MySQLdb: 1.2.3
----
(In [1580702])
0.8dev: Added MySQL support to install script. Refs #787.
Initial patch by JoKoT3.
--
Ticket URL: <https://issues.apache.org/bloodhound/ticket/787#comment:4>
Apache Bloodhound <https://issues.apache.org/bloodhound/>
The Apache Bloodhound issue tracker