ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/mysql.spec
(Generate patch)

Comparing COMP/CMSDIST/mysql.spec (file contents):
Revision 1.25 by valya, Fri Jun 5 22:23:12 2009 UTC vs.
Revision 1.27 by valya, Wed Sep 2 21:30:52 2009 UTC

# Line 26 | Line 26 | perl -p -i -e 's/-traditional-cpp/-no-cp
26   %build
27   CFLAGS=-O3 CXX=gcc CXXFLAGS="-O3 -felide-constructors -fno-exceptions -fno-rtti" \
28     ./configure --prefix=%i --with-extra-charsets=complex \
29 <      --enable-thread-safe-client --enable-local-infile
29 >      --enable-thread-safe-client --enable-local-infile \
30 >      --with-plugins=innobase
31   make %makeprocesses
32  
33   %install
# Line 76 | Line 77 | innodb_flush_method=O_DIRECT
77   innodb_file_io_threads = 4
78   innodb_checksums=0
79   innodb_doublewrite=0
80 <
80 > innodb_data_file_path = ibdata1:2047M;ibdata2:2000M:autoextend
81  
82   max_heap_table_size=1024M
83   tmp_table_size=1024M

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines