Alain Jobart
2fc3c2713d
Now mysql port is a int32, to be consistent with other places.
...
Also fixing all linter issues.
2015-08-11 18:21:54 -07:00
Anthony Yeh
c935f5ca06
Add extra_my_cnf for MySQL 5.6.
2015-05-05 15:30:56 -07:00
Anthony Yeh
cc21f69afd
Rename table_cache -> table_open_cache.
...
This option was renamed in MySQL 5.5, so it has been silently ignored
since we moved to MariaDB 10.0. I found out it was wrong because MySQL
5.6 quits if it sees an unknown option.
2015-04-22 15:15:23 -07:00
Anand Henry
2a63866797
Benchmark config: lower innodb_buffer_pool_size
2015-04-12 17:48:22 -07:00
Anand Henry
35cc6418ec
Benchmarking: disable sync_binlog and increase open_files_limit
2015-03-30 16:44:33 -07:00
Anand Henry
418339daf8
Remove Mariadb specific configs from benchmark.cnf
2015-03-30 10:09:41 -07:00
Anand Henry
4e97e99181
MySQL configs for benchmarking
2015-03-28 19:05:48 -07:00
Alain Jobart
dc70ca6174
Removing support for Google MySQL 5.1.
2015-02-19 13:03:12 -08:00
Anand Henry
593534912d
Travis: Fix flaky tests
...
Make min rdonly instances configurable for vtworker tasks
Remove unnecessary tablets wherever possible
Use lower buffer pool size in MySQL to save memory
Track performance using New Relic
2014-12-22 14:39:01 -08:00
Veres Lajos
18fb59b104
typofixes - https://github.com/vlajos/misspell_fixer
2014-12-04 22:33:57 +00:00
Anthony Yeh
dcc2205a32
Make new DB data dir and config file for MariaDB.
2014-08-20 21:11:49 -07:00
Alain Jobart
8302b2ae94
First pass at MariaDB support.
...
test/tabletmanager.py passes!
It's enabled by setting MYSQL_FLAVOR=MariaDB before anything.
2014-04-02 14:52:07 -07:00
shrutip
ac5bc8b290
Pruned the deprecated variables from replica.cnf.
2014-01-10 17:05:40 -08:00
Alain Jobart
8bfe64a326
Disable super_to_set_timestamp during rep only.
...
When we start a player, we enable it. When we stop
all players, we disable it. Much cleaner.
2013-08-26 13:55:28 -07:00
Alain Jobart
2741e62ecd
Changing filtered replication to non-SUPER user.
...
This now works as we allow regular users to set
timestamps.
2013-08-26 11:23:25 -07:00
Alain Jobart
3a593c90f8
Enabling google mysql group_id in replication.
2013-08-01 11:17:35 -07:00
Sugu Sougoumarane
cccf3904ed
remove references to BinLogIndexPath from configs
2013-07-29 17:53:52 -07:00
Mike Solomon
4321521a33
adding a new hook for my.cnf creation
2013-01-08 01:47:57 -08:00
Sugu Sougoumarane
169f86c653
enforce strict mode & other misc fixes
2012-11-09 11:54:43 -08:00
Mike Solomon
560c3c8153
set mysqld tmpdir to avoid race condition with multiple mysql instances on a single host
2012-10-30 19:13:08 -07:00
Shruti Patil
d133a42d27
Mycnf cleanup - separated the code that reads it from that generates it. Standardized the
...
Mycnf struct and enforced correct initialization.
2012-10-01 16:50:39 -07:00
Sugu Sougoumarane
5fe7099d6f
standardize on a single way to use mysql
2012-09-13 11:12:27 -07:00
Sugu Sougoumarane
a2402fec64
Various renames
2012-08-06 16:41:47 -07:00
Mike Solomon
07d4c24fb9
add necessary config files
2012-07-24 01:06:19 -07:00