[packages/mysql] Make innodb_file_per_table default.

arekm arekm at pld-linux.org
Tue Mar 18 21:16:35 CET 2014


commit 0c085d640ac6f0201117b9da1a3bb756d4829d0c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Mar 18 21:16:31 2014 +0100

    Make innodb_file_per_table default.

 mysqld.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysqld.conf b/mysqld.conf
index c4f7331..199be5d 100644
--- a/mysqld.conf
+++ b/mysqld.conf
@@ -199,7 +199,7 @@ myisam-recover
 
 # http://stackoverflow.com/questions/2646373/mysql-data-file-wont-shrink
 # http://dev.mysql.com/doc/refman/5.5/en/innodb-multiple-tablespaces.html
-#innodb_file_per_table
+innodb_file_per_table
 
 # these are actual defaults (as of 5.0.26)
 innodb_data_home_dir = @clusterdir@/mysqldb/db
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mysql.git/commitdiff/0c085d640ac6f0201117b9da1a3bb756d4829d0c



More information about the pld-cvs-commit mailing list