diff options
author | Monty <monty@mariadb.org> | 2015-11-18 17:42:39 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2015-11-18 17:42:39 +0200 |
commit | c2ec897745f37c1479dc9be3a2a3b476e4ed694f (patch) | |
tree | 2821a6df6614f8a4bc21f1d54ce6887f855cef5a /config.h.cmake | |
parent | f383cbcb03c499a935f4c59dd5101b2a6470c5c6 (diff) | |
download | mariadb-git-c2ec897745f37c1479dc9be3a2a3b476e4ed694f.tar.gz |
Fixed buildbot failures on Solaris 64 bit
rpl/rpl_mdev382 ; Wrong replace in show_binlog_events2.inc
binlog/database ; Different error on Solaris if file exists
mroonga/repair_table_no_index_file ; Different system error on Solaris
partition_not_blackhole ; Different error on Solaris
partition_myisam ; Different error on Solaris
Some other failures in mroonga was because have_32bit.inc didn't correctly
detect 64 bits on Solaris. Fixed using DEFAULT_MACHINE instead of MACHINE_TYPE
for Sys_version_compile_machine.
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index b037464df88..33ec17e49c7 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -491,6 +491,7 @@ #define SYSTEM_TYPE "@SYSTEM_TYPE@" #define MACHINE_TYPE "@CMAKE_SYSTEM_PROCESSOR@" +#define DEFAULT_MACHINE "@DEFAULT_MACHINE@" #cmakedefine HAVE_DTRACE 1 #cmakedefine SIGNAL_WITH_VIO_CLOSE 1 |