SPECS: mysql.spec - if built without InnoDB then create MyISAM bas...

arekm arekm at pld-linux.org
Tue Oct 24 09:46:30 CEST 2006


Author: arekm                        Date: Tue Oct 24 07:46:30 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- if built without InnoDB then create MyISAM base tables.

---- Files affected:
SPECS:
   mysql.spec (1.348 -> 1.349) 

---- Diffs:

================================================================
Index: SPECS/mysql.spec
diff -u SPECS/mysql.spec:1.348 SPECS/mysql.spec:1.349
--- SPECS/mysql.spec:1.348	Fri Oct 13 22:01:40 2006
+++ SPECS/mysql.spec	Tue Oct 24 09:46:25 2006
@@ -543,6 +543,7 @@
 
 # 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
@@ -899,6 +900,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.349  2006/10/24 07:46:25  arekm
+- if built without InnoDB then create MyISAM base tables.
+
 Revision 1.348  2006/10/13 20:01:40  arekm
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysql.spec?r1=1.348&r2=1.349&f=u



More information about the pld-cvs-commit mailing list