From 184e90132f459da550942262334a5dcd9afa34c6 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Tue, 30 Jul 2013 13:36:52 +0300 Subject: [PATCH] fix for mysql --- install/rhel/mysql-512.cnf | 3 +++ src/deb/vesta/compat | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) delete mode 100644 src/deb/vesta/compat diff --git a/install/rhel/mysql-512.cnf b/install/rhel/mysql-512.cnf index ed1c6b92b..dc5a94971 100644 --- a/install/rhel/mysql-512.cnf +++ b/install/rhel/mysql-512.cnf @@ -27,6 +27,9 @@ query_cache_size=8M query_cache_type=1 tmp_table_size=16M +innodb_use_native_aio = 0 +innodb_file_per_table + [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid diff --git a/src/deb/vesta/compat b/src/deb/vesta/compat deleted file mode 100644 index 45a4fb75d..000000000 --- a/src/deb/vesta/compat +++ /dev/null @@ -1 +0,0 @@ -8