diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-07 15:42:16 +0200 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-07 15:42:16 +0200 |
commit | 53653dcef0d2fc5e9bd9f738b3d17f4ba75d1606 (patch) | |
tree | 0895be31d4b7d157177ecd4490ba05cbe3d9b6ec /mysql-test/include/default_my.cnf | |
parent | 56312dc7cf7cc3be5e510b3ef743cb29d8783b7e (diff) | |
download | mariadb-git-53653dcef0d2fc5e9bd9f738b3d17f4ba75d1606.tar.gz |
Bug#42589 mysql_fix_privilege_tables.sh to be deprecated
- Remove remnants of "mysql_fix_privilege_tables.sh"(again)
Diffstat (limited to 'mysql-test/include/default_my.cnf')
-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 d77fee0e200..fc2bd5d1140 100644 --- a/mysql-test/include/default_my.cnf +++ b/mysql-test/include/default_my.cnf @@ -12,14 +12,6 @@ log-bin= master-bin [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 |