~percona-toolkit-dev/percona-toolkit/pt-stalk-iter-1-bug-1070434

« back to all changes in this revision

Viewing changes to sandbox/servers/5.6/my.sandbox.cnf

  • Committer: Daniel Nichter
  • Date: 2012-10-16 15:13:19 UTC
  • Revision ID: daniel@percona.com-20121016151319-0wyqdpegxkk9e84h
Add 5.6 sandbox.  Fix start-sandbox so it doesn't s/PORT// in data files.  Add loading sys.sql for InnoDB tables in mysql db.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[client]
 
2
user     = msandbox
 
3
password = msandbox
 
4
port     = PORT
 
5
socket   = /tmp/PORT/mysql_sandboxPORT.sock
 
6
 
 
7
[mysqld]
 
8
port                       = PORT
 
9
socket                     = /tmp/PORT/mysql_sandboxPORT.sock
 
10
pid-file                   = /tmp/PORT/data/mysql_sandboxPORT.pid
 
11
basedir                    = PERCONA_TOOLKIT_SANDBOX
 
12
datadir                    = /tmp/PORT/data
 
13
key_buffer_size            = 16M
 
14
innodb_buffer_pool_size    = 16M
 
15
innodb_data_home_dir       = /tmp/PORT/data
 
16
innodb_log_group_home_dir  = /tmp/PORT/data
 
17
innodb_data_file_path      = ibdata1:10M:autoextend
 
18
innodb_log_file_size       = 5M
 
19
log-bin                    = mysql-bin
 
20
relay_log                  = mysql-relay-bin
 
21
log_slave_updates
 
22
server-id                  = PORT
 
23
report-host                = 127.0.0.1
 
24
report-port                = PORT
 
25
log-error                  = /tmp/PORT/data/mysqld.log
 
26
innodb_lock_wait_timeout   = 3
 
27
general_log
 
28
general_log_file           = genlog