summaryrefslogtreecommitdiff
path: root/config/database.yml.mysql
Commit message (Collapse)AuthorAgeFilesLines
* Set 'staging specific' in database.yml.mysqlbogdanvlviv2017-10-171-3/+18
|
* Disabled prepared statements in testsh-disabled-prepared-statements-in-testStan Hu2017-07-101-0/+1
| | | | | | | | | Some tests may test migrations and change the types of columns. If this happens, Rails may cache a statement that will cause PostgreSQL to fail with the message, "cached plan must not change result type": https://github.com/rails/rails/issues/12330 This happened in https://gitlab.com/gitlab-org/gitlab-ee/issues/2890#note_34636077.
* Add # host for development and test as wellLin Jen-Shin2017-04-111-0/+2
|
* Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7Guillaume Simon2017-01-121-4/+4
|
* Added ability to put emojis into repository nameVincent Composieux2016-11-121-6/+6
| | | | Added ability to put emojis into repository name
* set the collation to utf8_general_ciAlexander Mills2014-08-131-0/+3
| | | | | | | | | | | | I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci set the collation to utf8_general_ci I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci set the collation to utf8_general_ci I get problems with strange characters in merge requests unless the collation is set to utf8_general_ci
* Disable connection reaping for MySQLJacob Vosmaer2014-04-071-1/+0
| | | | | On GitLab Cloud, MySQL connection reaping seemed to cause more problems (exceptions and segfaults in the native MySQL client) than it solved.
* Add reaping_frequency for MySQL production DBJacob Vosmaer2014-02-251-0/+1
| | | | | This helped avoid ActiveRecord::ConnectionTimeoutError errors for Sidekiq on GitLab Cloud.
* Change the mysql user to git from gitlab.Marin Jankovski2013-11-291-1/+1
|
* Streamline MySQL setup in installation.mdJacob Vosmaer2013-10-021-1/+1
|
* cattr_accessor is not threadsafe!Dmitriy Zaporozhets2013-06-111-1/+1
|
* cleanup database.yml filesNihad Abbasov2012-09-271-6/+2
|
* Cucumber:Dmitriy Zaporozhets2012-06-151-10/+21
| | | | | | | | * Profile * Browse code * Sceleton for main features * Wiki * Commits
* [Travis] try run both dbDmitriy Zaporozhets2012-05-251-0/+32