mariadb/support-files
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
..
dtrace Updated/added copyright headers 2011-06-30 17:46:53 +02:00
MacOSX 5.5-merge 2011-07-02 22:08:51 +02:00
RHEL4-SElinux Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
rpm MDEV-4068 rpm scriptlet chown command dangerous 2013-03-06 09:32:13 +01:00
binary-configure.sh bug#30954: "configure" script in binary distributions considered harmfull 2009-09-28 15:14:33 +01:00
build-tags
ccfilter
CMakeLists.txt create a new MariaDB-common.rpm that contains files needed both by the client and the server. 2012-05-25 19:18:29 +02:00
compiler_warnings.supp Fixed errors and compiler warnings found by buildbot 2013-05-05 21:39:31 +03:00
config.huge.ini.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
config.medium.ini.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
config.small.ini.sh Initail merge with MySQL 5.1 (XtraDB still needs to be merged) 2011-11-21 19:13:14 +02:00
magic
my-huge.cnf.sh Ensure we don't assert with debug binaries if SHOW INNODB STATUS returns with an error. 2012-08-20 22:54:15 +03:00
my-innodb-heavy-4G.cnf.sh merge with 5.3 2011-10-19 21:45:18 +02:00
my-large.cnf.sh Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
my-medium.cnf.sh Merge with MySQL 5.1.55 2011-02-20 18:51:43 +02:00
my-small.cnf.sh 5.5-merge 2011-07-02 22:08:51 +02:00
mysql-log-rotate.sh
mysql-multi.server.sh A follow-up on WL#5154 and WL#5182: remove forgotten options. 2010-03-03 22:22:02 +03:00
MySQL-shared-compat.spec.sh WL#5665: Removal of the autotools-based build system 2010-11-20 12:47:50 -02:00
mysql.m4
mysql.server-sys5.sh
mysql.server.sh merge. 2010-11-25 18:17:28 +01:00
mysql.spec.sh Removed Conflicts: mysql-libs mysql-libs-advanced from spec file 2013-01-16 08:09:26 +01:00
mysqld_multi.server.sh
ndb-config-2-node.ini.sh Updated/added copyright headers 2011-06-30 17:46:53 +02:00