storyboard/storyboard
Tristan Cacqueray 68df79f5ea Support MariaDB in the migration scripts
When using mysql+pymysql in the connection uri, the server_version_info
tupple is (5, 5, 5, 10, 1, 18, u'MariaDB'), which makes the version check
incorrectly prevent using FULLTEXT index.

Using the last four elements from the tupple seems good enough to
mitigate this inconsistency.

Change-Id: I5db3b611535e197699ea5d331f7bd073a39a31c4
2017-01-31 05:32:43 +00:00
..
api Merge "Fix the slightly incomplete logic for changing private story permissions" 2016-12-22 19:11:55 +00:00
common switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
db Support MariaDB in the migration scripts 2017-01-31 05:32:43 +00:00
migrate Updated oslo.config to 1.11.0 2015-05-08 11:34:38 -07:00
notifications Merge "Ignore bad requests in notification hook" 2016-12-31 18:47:47 +00:00
plugin switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00
tests Merge "Replace assertEquals with assertEqual" 2017-01-03 18:16:05 +00:00
__init__.py Add SQLalchemy database model 2014-01-13 18:52:47 +04:00
_i18n.py switch from incubated gettextutils to oslo.i18n 2016-11-07 08:47:47 -05:00