Browse Source
Bug #11766328 59417: TEST BUGS.BUG57108 IS BROKEN:.....
Bug #11766328 59417: TEST BUGS.BUG57108 IS BROKEN:.....
The test has been removed, no other tests are using this file (If any did, they would fail) Removing the file.pull/73/head
1 changed files with 0 additions and 95 deletions
@ -1,95 +0,0 @@ |
|||||
[mysqld] |
|
||||
open-files-limit=1024 |
|
||||
character-set-server=latin1 |
|
||||
connect-timeout=4711 |
|
||||
log-bin-trust-function-creators=1 |
|
||||
key_buffer_size=1M |
|
||||
sort_buffer=256K |
|
||||
max_heap_table_size=1M |
|
||||
loose-innodb_data_file_path=ibdata1:10M:autoextend |
|
||||
loose-innodb_buffer_pool_size=8M |
|
||||
loose-innodb_write_io_threads=2 |
|
||||
loose-innodb_read_io_threads=2 |
|
||||
loose-innodb_log_buffer_size=1M |
|
||||
loose-innodb_log_file_size=5M |
|
||||
loose-innodb_additional_mem_pool_size=1M |
|
||||
loose-innodb_log_files_in_group=2 |
|
||||
slave-net-timeout=120 |
|
||||
log-bin=mysqld-bin |
|
||||
loose-enable-performance-schema |
|
||||
loose-performance-schema-max-mutex-instances=10000 |
|
||||
loose-performance-schema-max-rwlock-instances=10000 |
|
||||
loose-performance-schema-max-table-instances=500 |
|
||||
loose-performance-schema-max-table-handles=1000 |
|
||||
binlog-direct-non-transactional-updates |
|
||||
|
|
||||
[mysql] |
|
||||
default-character-set=latin1 |
|
||||
|
|
||||
[mysqlshow] |
|
||||
default-character-set=latin1 |
|
||||
|
|
||||
[mysqlimport] |
|
||||
default-character-set=latin1 |
|
||||
|
|
||||
[mysqlcheck] |
|
||||
default-character-set=latin1 |
|
||||
|
|
||||
[mysql_upgrade] |
|
||||
default-character-set=latin1 |
|
||||
tmpdir=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/tmp |
|
||||
|
|
||||
[mysqld.1] |
|
||||
#!run-master-sh |
|
||||
log-bin=master-bin |
|
||||
loose-enable-performance-schema |
|
||||
basedir=/home/bzr/bugs/b57108-5.5-bugteam |
|
||||
tmpdir=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/tmp/mysqld.1 |
|
||||
character-sets-dir=/home/bzr/bugs/b57108-5.5-bugteam/sql/share/charsets |
|
||||
lc-messages-dir=/home/bzr/bugs/b57108-5.5-bugteam/sql/share/ |
|
||||
datadir=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/mysqld.1/data |
|
||||
pid-file=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/run/mysqld.1.pid |
|
||||
#host=localhost |
|
||||
port=13000 |
|
||||
socket=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/tmp/mysqld.1.sock |
|
||||
#log-error=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/log/mysqld.1.err |
|
||||
general_log=1 |
|
||||
general_log_file=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/mysqld.1/mysqld.log |
|
||||
slow_query_log=1 |
|
||||
slow_query_log_file=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/mysqld.1/mysqld-slow.log |
|
||||
#user=root |
|
||||
#password= |
|
||||
server-id=1 |
|
||||
secure-file-priv=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var |
|
||||
ssl-ca=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/std_data/cacert.pem |
|
||||
ssl-cert=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/std_data/server-cert.pem |
|
||||
ssl-key=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/std_data/server-key.pem |
|
||||
|
|
||||
[mysqlbinlog] |
|
||||
disable-force-if-open |
|
||||
character-sets-dir=/home/bzr/bugs/b57108-5.5-bugteam/sql/share/charsets |
|
||||
|
|
||||
[ENV] |
|
||||
MASTER_MYPORT=13000 |
|
||||
MASTER_MYSOCK=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/tmp/mysqld.1.sock |
|
||||
|
|
||||
[client] |
|
||||
password= |
|
||||
user=root |
|
||||
port=13000 |
|
||||
host=localhost |
|
||||
socket=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/tmp/mysqld.1.sock |
|
||||
|
|
||||
[mysqltest] |
|
||||
ssl-ca=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/std_data/cacert.pem |
|
||||
ssl-cert=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/std_data/client-cert.pem |
|
||||
ssl-key=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/std_data/client-key.pem |
|
||||
skip-ssl=1 |
|
||||
|
|
||||
[client.1] |
|
||||
password= |
|
||||
user=root |
|
||||
port=13000 |
|
||||
host=localhost |
|
||||
socket=/home/bzr/bugs/b57108-5.5-bugteam/mysql-test/var/tmp/mysqld.1.sock |
|
||||
|
|
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue