diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-02-28 19:54:08 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2020-02-28 19:54:08 +0200 |
commit | 395f23a10d44a63732dd69f79fb7372bc5834443 (patch) | |
tree | 35f9d16dfcc18578688330644bc7ae32e250d972 /mysql-test/r | |
parent | f21592c675e198ba6298748b40e5d695a17f4e5f (diff) | |
download | mariadb-git-395f23a10d44a63732dd69f79fb7372bc5834443.tar.gz |
Remove unneded extra context line from test file to make it version independent
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/mysqld--defaults-file.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/r/mysqld--defaults-file.result b/mysql-test/r/mysqld--defaults-file.result index be62580c47e..ccad1d119fc 100644 --- a/mysql-test/r/mysqld--defaults-file.result +++ b/mysql-test/r/mysqld--defaults-file.result @@ -17,8 +17,6 @@ Fatal error in defaults handling. Program aborted # Test on `defaults-file` Default options are read from the following files in the given order: MYSQLTEST_VARDIR/my.cnf -The following groups are read: mysqld server mysqld-10.1 mariadb mariadb-10.1 client-server galera # Test on `defaults-extra-file` Default options are read from the following files in the given order: <first-defaults> MYSQLTEST_VARDIR/my_test.cnf ~/.my.cnf -The following groups are read: mysqld server mysqld-10.1 mariadb mariadb-10.1 client-server galera |