mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
5333dafa84
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 |
||
---|---|---|
.. | ||
autorun.sh | ||
build_mccge.sh | ||
check-cpu | ||
cleanup | ||
cmake_configure.sh | ||
compile-alpha | ||
compile-alpha-debug | ||
compile-amd64-debug-all | ||
compile-amd64-debug-max | ||
compile-amd64-debug-max-no-ndb | ||
compile-amd64-gcov | ||
compile-amd64-gprof | ||
compile-amd64-gprof-no-ndb | ||
compile-amd64-max | ||
compile-amd64-max-sci | ||
compile-amd64-valgrind-max | ||
compile-bintar | ||
compile-darwin-mwcc | ||
compile-dist | ||
compile-hpux11-parisc2-aCC | ||
compile-ia64-debug-max | ||
compile-innodb | ||
compile-irix-mips64-mipspro | ||
compile-ndb-autotest | ||
compile-pentium | ||
compile-pentium-cybozu | ||
compile-pentium-debug | ||
compile-pentium-debug-all | ||
compile-pentium-debug-max | ||
compile-pentium-debug-max-no-embedded | ||
compile-pentium-debug-max-no-ndb | ||
compile-pentium-debug-max-no-qc | ||
compile-pentium-debug-openssl | ||
compile-pentium-debug-yassl | ||
compile-pentium-gcov | ||
compile-pentium-gprof | ||
compile-pentium-icc | ||
compile-pentium-icc-valgrind-max | ||
compile-pentium-icc-yassl | ||
compile-pentium-max | ||
compile-pentium-myodbc | ||
compile-pentium-pgcc | ||
compile-pentium-valgrind-max | ||
compile-pentium-valgrind-max-no-ndb | ||
compile-pentium64 | ||
compile-pentium64-debug | ||
compile-pentium64-debug-all | ||
compile-pentium64-debug-max | ||
compile-pentium64-gcov | ||
compile-pentium64-gprof | ||
compile-pentium64-max | ||
compile-pentium64-max-sci | ||
compile-pentium64-valgrind-max | ||
compile-ppc | ||
compile-ppc-debug | ||
compile-ppc-debug-max | ||
compile-ppc-debug-max-no-ndb | ||
compile-ppc-max | ||
compile-solaris-amd64 | ||
compile-solaris-amd64-debug | ||
compile-solaris-amd64-debug-forte | ||
compile-solaris-amd64-forte | ||
compile-solaris-amd64-forte-debug | ||
compile-solaris-sparc | ||
compile-solaris-sparc-debug | ||
compile-solaris-sparc-forte | ||
compile-solaris-sparc-purify | ||
compile-solaris-x86-32 | ||
compile-solaris-x86-32-debug | ||
compile-solaris-x86-32-debug-forte | ||
compile-solaris-x86-forte-32 | ||
FINISH.sh | ||
SETUP.sh | ||
util.sh |