diff options
author | Vesa Pentti <vesa.pentti@mariadb.net> | 2017-12-05 08:49:28 +0000 |
---|---|---|
committer | Vesa Pentti <vesa.pentti@mariadb.net> | 2017-12-05 08:49:28 +0000 |
commit | 5868a184fadc84265916c7d273e610d3fa4952e6 (patch) | |
tree | 1fa953e7609bfb1d18a5d09891492c25f6dc3730 /mysql-test/include/default_mysqld.cnf | |
parent | 1af2d7ba235305ffd4c24a47cccafd5fe6815d9e (diff) | |
download | mariadb-git-5868a184fadc84265916c7d273e610d3fa4952e6.tar.gz |
Revert "MDEV-12501 -- set --maturity-level by default"
This reverts commit 1af2d7ba235305ffd4c24a47cccafd5fe6815d9e.
Diffstat (limited to 'mysql-test/include/default_mysqld.cnf')
-rw-r--r-- | mysql-test/include/default_mysqld.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index 69a2b58288b..44a7fd12d27 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -17,7 +17,7 @@ # Default values that applies to all MySQL Servers [mysqld] disable-getopt-prefix-matching -plugin-maturity=unknown + open-files-limit= 1024 local-infile character-set-server= latin1 |