├── README.md ├── mysql-55 └── mysql-56.cnf ├── mysql-56 ├── mysql-55.cnf ├── mysql-56-reckless.cnf ├── mysql-57.cnf └── mysql-minimal.cnf ├── mysql-57 ├── mysql-56.cnf ├── mysql-57-new-applications.cnf ├── mysql-57-reckless.cnf └── mysql-minimal.cnf └── t ├── test-all.sh └── test-config-file.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/README.md -------------------------------------------------------------------------------- /mysql-55/mysql-56.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-55/mysql-56.cnf -------------------------------------------------------------------------------- /mysql-56/mysql-55.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-56/mysql-55.cnf -------------------------------------------------------------------------------- /mysql-56/mysql-56-reckless.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-56/mysql-56-reckless.cnf -------------------------------------------------------------------------------- /mysql-56/mysql-57.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-56/mysql-57.cnf -------------------------------------------------------------------------------- /mysql-56/mysql-minimal.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-56/mysql-minimal.cnf -------------------------------------------------------------------------------- /mysql-57/mysql-56.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-57/mysql-56.cnf -------------------------------------------------------------------------------- /mysql-57/mysql-57-new-applications.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-57/mysql-57-new-applications.cnf -------------------------------------------------------------------------------- /mysql-57/mysql-57-reckless.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-57/mysql-57-reckless.cnf -------------------------------------------------------------------------------- /mysql-57/mysql-minimal.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/mysql-57/mysql-minimal.cnf -------------------------------------------------------------------------------- /t/test-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/t/test-all.sh -------------------------------------------------------------------------------- /t/test-config-file.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/morgo/mysql-compatibility-config/HEAD/t/test-config-file.sh --------------------------------------------------------------------------------