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 |
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 |