Skip to content

Commit 4165961

Browse files
committed
disable innodb on sol10-64
because buildbot config invokes BUILD/compile-solaris-amd64 with the --extra-args=--without-plugin-innodb argument, but BUILD/compile-solaris-amd64 doesn't take arguments and doesn't invoke configure.pl, so this extra-args is lost.
1 parent 0dfa0ee commit 4165961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD/compile-solaris-amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
export LDFLAGS='-m64 -lmtmalloc -R/usr/sfw/lib/64'
44
export CFLAGS='-mtune=i386 -D__sun -m64 -mtune=athlon64'
55
export CXXFLAGS='-mtune=i386 -D__sun -m64 -mtune=athlon64'
6-
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DWITH_EXTRA_CHARSETS=complex -DWITH_READLINE=ON -DWITH_SSL=bundled -DWITH_MAX=ON -DWITH_EMBEDDED_SERVER=ON -DWITH_ZLIB=bundled
6+
cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/mysql -DWITH_EXTRA_CHARSETS=complex -DWITH_READLINE=ON -DWITH_SSL=bundled -DWITH_MAX=ON -DWITH_EMBEDDED_SERVER=ON -DWITH_ZLIB=bundled -DPLUGIN_INNOBASE=NO
77
gmake -j6 VERBOSE=1
88

0 commit comments

Comments
 (0)