mariadb/BUILD
Michael Widenius 5333dafa84 Fixed errors and compiler warnings found by buildbot
Solaris fixes:
- Fixed that wait_timeout_func and wait_timeout tests works on solaris
- We have to compile without NO_ALARM on Solaris as Solaris doesn't support timeouts on sockets with setsockopt(.. SO_RCVTIMEO).
- Fixed that compile-solaris-amd64-debug works (before that we got a wrong ELF class: ELFCLASS64 on linkage)
- Added missing sync_with_master
Other bug fixes:
- Free memory for rpl_global_gtid_binlog_state before exit() to avoid 'accessing uninitalized mutex' error.



BUILD/FINISH.sh:
  Fixed issues on Solaris with ksh
BUILD/compile-solaris-amd64-debug:
  Added missing -m64 flag
configure.cmake:
  We have to compile without NO_ALARM on Solaris as Solaris doesn't support timeouts on sockets with setsockopt(.. SO_RCVTIMEO)
mysql-test/suite/rpl/t/rpl_gtid_mdev4473.test:
  - Added missing sync_with_master (fix by knielsen)
sql-common/client.c:
  Added () to get rid of compiler warning
sql/item_strfunc.cc:
  Fixed compiler warning
sql/log.cc:
  Free memory for static variable rpl_global_gtid_binlog_state before exit()
  - If we are compiling with safemalloc, we would try to call sf_free() for some members after sf_terminate() was called, which would result of trying to access the uninitalized mutex 'sf_mutex'
sql/multi_range_read.cc:
  Fixed compiler warnings of converting double to ulong.
sql/opt_range.cc:
  Fixed compiler warnings of converting double to ulong or uint
  - Better to have all variables that can be number of rows as 'ha_rows'
sql/rpl_gtid.cc:
  Added rpl_binlog_state::free() to be able to free memory for static objects before exit()
sql/rpl_gtid.h:
  Added rpl_binlog_state::free() to be able to free memory for static objects before exit()
sql/set_var.cc:
  Fixed compiler warning
sql/sql_join_cache.cc:
  Fixed compiler warnings of converting double to uint
sql/sql_show.cc:
  Added cast to get rid of compiler warning
sql/sql_statistics.cc:
  Remove code that didn't do anything.
  (store_record() with record[0] is a no-op)
storage/xtradb/os/os0file.c:
  Added  __attribute__ ((unused))
support-files/compiler_warnings.supp:
  Ignore warnings from atomic_add_64_nv
  (was not able to fix this with a cast as the macro is a bit different between systems)
vio/viosocket.c:
  Added more DBUG_PRINT
2013-05-05 21:39:31 +03:00
..
autorun.sh Updated/added copyright headers 2011-06-30 17:46:53 +02:00
build_mccge.sh mysql-5.5.18 merge 2011-11-03 19:17:05 +01:00
check-cpu 5.3 merge 2012-01-13 15:50:02 +01:00
cleanup - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
cmake_configure.sh Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-alpha - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-alpha-debug Fixed all BUILD scripts to use g++ instead of gcc for linking 2011-03-31 16:26:51 +03:00
compile-amd64-debug-all created *-all build scripts that build with ndb 2010-08-10 18:36:04 +04:00
compile-amd64-debug-max Merge 2010-12-29 00:47:05 +01:00
compile-amd64-debug-max-no-ndb Merge 2010-12-29 00:47:05 +01:00
compile-amd64-gcov - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-amd64-gprof - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-amd64-gprof-no-ndb fater way to detect last page address for the last log file. 2007-10-01 18:48:20 +03:00
compile-amd64-max Merge 2010-12-29 00:47:05 +01:00
compile-amd64-max-sci - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-amd64-valgrind-max Merge 2010-12-29 01:26:31 +01:00
compile-bintar Merge OQGraph into MariaDB 5.2. 2010-03-31 10:17:03 +02:00
compile-darwin-mwcc Merge 2010-12-29 00:47:05 +01:00
compile-dist 5.3 merge 2012-01-13 15:50:02 +01:00
compile-hpux11-parisc2-aCC Merge 2010-12-29 00:47:05 +01:00
compile-ia64-debug-max Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-innodb merge with xtradb-5.5.15 2011-07-18 23:04:24 +02:00
compile-irix-mips64-mipspro Merge 2010-12-29 00:47:05 +01:00
compile-ndb-autotest Merge 2010-12-29 01:26:31 +01:00
compile-pentium 5.5-merge 2011-07-02 22:08:51 +02:00
compile-pentium-cybozu - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-pentium-debug Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-pentium-debug-all created *-all build scripts that build with ndb 2010-08-10 18:36:04 +04:00
compile-pentium-debug-max Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-pentium-debug-max-no-embedded Merge 2010-12-29 00:47:05 +01:00
compile-pentium-debug-max-no-ndb Merge 2010-12-29 01:26:31 +01:00
compile-pentium-debug-max-no-qc comment added 2009-10-07 13:02:43 +03:00
compile-pentium-debug-openssl Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-pentium-debug-yassl Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-pentium-gcov Merge 2010-12-29 00:47:05 +01:00
compile-pentium-gprof - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-pentium-icc - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-pentium-icc-valgrind-max 5.3 merge 2012-01-13 15:50:02 +01:00
compile-pentium-icc-yassl - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-pentium-max Merge 2010-12-29 00:47:05 +01:00
compile-pentium-myodbc - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-pentium-pgcc Fixed all BUILD scripts to use g++ instead of gcc for linking 2011-03-31 16:26:51 +03:00
compile-pentium-valgrind-max 5.3 merge 2012-01-13 15:50:02 +01:00
compile-pentium-valgrind-max-no-ndb Merge 2010-12-29 01:26:31 +01:00
compile-pentium64 Merge 2010-12-29 00:47:05 +01:00
compile-pentium64-debug Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-pentium64-debug-all created *-all build scripts that build with ndb 2010-08-10 18:36:04 +04:00
compile-pentium64-debug-max Updated/added copyright headers 2011-06-30 17:46:53 +02:00
compile-pentium64-gcov 5.5-merge 2011-07-02 22:08:51 +02:00
compile-pentium64-gprof 5.5-merge 2011-07-02 22:08:51 +02:00
compile-pentium64-max 5.5-merge 2011-07-02 22:08:51 +02:00
compile-pentium64-max-sci - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-pentium64-valgrind-max 5.3 merge 2012-01-13 15:50:02 +01:00
compile-ppc - Added/updated copyright headers 2010-12-28 19:57:23 +01:00
compile-ppc-debug Merge 2010-12-29 00:47:05 +01:00
compile-ppc-debug-max Merge 2010-12-29 00:47:05 +01:00
compile-ppc-debug-max-no-ndb Merge 2010-12-29 00:47:05 +01:00
compile-ppc-max Merge 2010-12-29 00:47:05 +01:00
compile-solaris-amd64 fixes for opensolaris compilation failures 2012-01-05 18:56:31 +01:00
compile-solaris-amd64-debug Fixed errors and compiler warnings found by buildbot 2013-05-05 21:39:31 +03:00
compile-solaris-amd64-debug-forte Removed compiler warnings 2010-01-06 23:27:53 +02:00
compile-solaris-amd64-forte Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
compile-solaris-amd64-forte-debug Updated/added copyright headers 2011-06-30 17:37:13 +02:00
compile-solaris-sparc Merge with 5.2. 2011-12-11 11:34:44 +02:00
compile-solaris-sparc-debug Fixed all BUILD scripts to use g++ instead of gcc for linking 2011-03-31 16:26:51 +03:00
compile-solaris-sparc-forte 5.3 merge 2012-01-13 15:50:02 +01:00
compile-solaris-sparc-purify 5.5-merge 2011-07-02 22:08:51 +02:00
compile-solaris-x86-32 Removed compiler warnings 2010-01-06 23:27:53 +02:00
compile-solaris-x86-32-debug Removed compiler warnings 2010-01-06 23:27:53 +02:00
compile-solaris-x86-32-debug-forte Removed compiler warnings 2010-01-06 23:27:53 +02:00
compile-solaris-x86-forte-32 Removed compiler warnings 2010-01-06 23:27:53 +02:00
FINISH.sh Fixed errors and compiler warnings found by buildbot 2013-05-05 21:39:31 +03:00
SETUP.sh 5.5 merge 2013-01-29 15:10:47 +01:00
util.sh Add support in bintar build script for OpenSolaris. 2010-01-28 23:34:22 +01:00