]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- if built without InnoDB then create MyISAM base tables.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 24 Oct 2006 07:46:25 +0000 (07:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.349

mysql.spec

index ef036d45775e9b92a279ac8783c07f28070a08d8..6ea836af2c766c424e0f459574c8a754d0a74a04 100644 (file)
@@ -542,6 +542,7 @@ touch $RPM_BUILD_ROOT/var/log/mysql/{err,log,update}
 
 # remove innodb directives from mysqld.conf if mysqld is configured without
 %if %{without innodb}
+       echo "BASE_TABLETYPE=MyISAM" >> $RPM_BUILD_ROOT/etc/sysconfig/mysql
        cp mysqld.conf mysqld.tmp
        awk 'BEGIN { RS="\n\n" } !/innodb/ { printf("%s\n\n", $0) }' < mysqld.tmp > mysqld.conf
 %endif
This page took 0.144984 seconds and 4 git commands to generate.