Commit Graph

14 Commits

Author SHA1 Message Date
bogdanvlviv ac3713e947
Set 'staging specific' in database.yml.mysql 2017-10-17 21:12:46 +03:00
Stan Hu f92a12c265 Disabled prepared statements in test
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.
2017-07-10 20:38:26 -07:00
Lin Jen-Shin 1b14a8d001 Add # host for development and test as well 2017-04-11 01:27:36 +08:00
Guillaume Simon 7ffd0d3be8 Gitlab from sources : proper utf8mb4 support for MySQL 5.5 to 5.7 2017-01-12 22:32:55 +01:00
Vincent Composieux af941732ed
Added ability to put emojis into repository name
Added ability to put emojis into repository name
2016-11-12 09:21:23 +01:00
Alexander Mills d3f5a0c67f 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

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
2014-08-13 14:45:23 +01:00
Jacob Vosmaer 5163a8fcb9 Disable connection reaping for MySQL
On GitLab Cloud, MySQL connection reaping seemed to cause more problems
(exceptions and segfaults in the native MySQL client) than it solved.
2014-04-07 12:32:24 +02:00
Jacob Vosmaer 710cffc6d7 Add reaping_frequency for MySQL production DB
This helped avoid ActiveRecord::ConnectionTimeoutError errors for
Sidekiq on GitLab Cloud.
2014-02-25 11:07:36 +01:00
Marin Jankovski 72e2fe2c8a Change the mysql user to git from gitlab. 2013-11-29 16:46:38 +01:00
Jacob Vosmaer 485162ec60 Streamline MySQL setup in installation.md 2013-10-02 08:07:36 +02:00
Dmitriy Zaporozhets 993af5d0d2 cattr_accessor is not threadsafe! 2013-06-11 18:15:18 +03:00
Nihad Abbasov a030e4b664 cleanup database.yml files 2012-09-27 02:56:20 -07:00
Dmitriy Zaporozhets 5bbf3ccf05 Cucumber:
* Profile
* Browse code
* Sceleton for main features
* Wiki
* Commits
2012-06-15 07:15:28 +03:00
Dmitriy Zaporozhets 8ceb94081a [Travis] try run both db 2012-05-25 16:38:23 +03:00