diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2010-03-15 14:57:20 +0100 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2010-03-15 14:57:20 +0100 |
commit | df1ed40b303d2d2a496b85b7e3ffc0e94cd3e897 (patch) | |
tree | 9cdbce1b6e74f2a90802745ae5993d24ea3c3a3e /mysql-test/include | |
parent | f007796bf4d4dff6353145a3cf2dff57e3819b20 (diff) | |
parent | 53653dcef0d2fc5e9bd9f738b3d17f4ba75d1606 (diff) | |
download | mariadb-git-df1ed40b303d2d2a496b85b7e3ffc0e94cd3e897.tar.gz |
Merge in fix for bug#42589
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/default_my.cnf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mysql-test/include/default_my.cnf b/mysql-test/include/default_my.cnf index 6888a69b0a4..83c67638d4e 100644 --- a/mysql-test/include/default_my.cnf +++ b/mysql-test/include/default_my.cnf @@ -30,14 +30,6 @@ loose-enable-performance-schema [mysqlbinlog] disable-force-if-open -# mysql_fix_privilege_tables.sh does not read from [client] so it -# need its own section -[mysql_fix_privilege_tables] -socket= @client.socket -port= @client.port -user= @client.user -password= @client.password - [ENV] MASTER_MYPORT= @mysqld.1.port MASTER_MYSOCK= @mysqld.1.socket |