]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- add $BASE_TABLETYPE
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Mar 2007 14:44:05 +0000 (14:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.sysconfig -> 1.16

mysql.sysconfig

index 969188be7231abca41151be6bb1fee418de07253..90ab7de24e2bb6ea991c3f2ac6f423c03aa1eadc 100644 (file)
@@ -22,3 +22,7 @@ MYSQL_RA_COMPAT="no"
 
 # Any option passed directly to mysqld on startup.
 #MYSQL_OPTIONS=""
+
+# Engine type for mysql database.
+# Possible values: MyISAM, InnoDB
+#BASE_TABLETYPE=MyISAM
This page took 0.233446 seconds and 4 git commands to generate.