mariadb/support-files
unknown 3e32ba3ff1 Fix some compiler warnings seen in Buildbot.
Add some extra error output and code cleanup in an attempt to fix/debug
a rare random testsuite problem in check_warnings, where the exit code
from mysqltest is somehow corrupted inside mysql-test-run.pl.

include/my_global.h:
  Fix compiler warnings on some platforms.
mysql-test/lib/My/SafeProcess.pm:
  Move dereference of $? subprocess exit code closer to where it is generated,
  to make the code more robust and on the chance that this will fix the
  occasional problems in check_warnings we see in Buildbot.
mysql-test/mysql-test-run.pl:
  When check_warnings failed, also log the mysqld server for which it failed.
sql/sql_lex.cc:
  Fix compiler warning about possibly uninitialised value, by rewriting a for()
  loop that is always executed at least once into a do .. while() loop with an
  assert.
sql/table.cc:
  Fix compiler warning about uninitialised value.
storage/federatedx/ha_federatedx.cc:
  Fix uninitialised variable.
storage/maria/ma_delete.c:
  Fix compiler warning about uninitialised value.
storage/maria/ma_loghandler.c:
  Fix compiler warning about uninitialised value.
storage/myisam/ft_stopwords.c:
  Fix compiler warning.
storage/myisam/mi_write.c:
  Fix compiler warning about possibly uninitialised value, by rewriting a while()
  loop that is always executed at least once into a do .. while() loop with an
  assert.
storage/xtradb/btr/btr0cur.c:
  Fix compiler warning about possibly uninitialised value.
support-files/compiler_warnings.supp:
  Fix warning suppression to cover all cases in yassl.
vio/viossl.c:
  Fix compiler warning.
2010-03-10 11:32:14 +01:00
..
MacOSX Imported MySQL documentation files from MySQL 5.1.41 source tarball 2009-12-01 08:24:05 +01:00
RHEL4-SElinux For Linux systems running RHEL 4 (which includes SE-Linux), we need to provide 2007-01-25 17:51:21 +01:00
SCO - added support-files/MacOSX to include files specific for building 2003-02-03 20:39:48 +01:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
binary-configure.sh bug#30954: "configure" script in binary distributions considered harmfull 2009-09-28 15:14:33 +01:00
build-tags After-merge fixes for merge of MySQL-5.1.38. 2009-09-11 13:00:53 +02:00
ccfilter Fix most Compiler warnings seen in buildbot. 2009-09-03 15:20:22 +02:00
compiler_warnings.supp Fix some compiler warnings seen in Buildbot. 2010-03-10 11:32:14 +01:00
config.huge.ini.sh Fixes for binary distribution in tar file 2009-10-23 19:48:54 +03:00
config.medium.ini.sh Fixes for binary distribution in tar file 2009-10-23 19:48:54 +03:00
config.small.ini.sh Fixes for binary distribution in tar file 2009-10-23 19:48:54 +03:00
magic Fixes after review of guilhem of block record patch 2007-04-19 13:18:56 +03:00
Makefile.am Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
my-huge.cnf.sh Bug#34521, removed a bunch of deprecated options from template my.cnf files. 2009-03-31 16:04:01 +02:00
my-innodb-heavy-4G.cnf.sh MBUG#452116: MariaDB: mysql_install_db causes server segfault 2009-10-16 19:44:58 +04:00
my-large.cnf.sh Bug#34521, removed a bunch of deprecated options from template my.cnf files. 2009-03-31 16:04:01 +02:00
my-medium.cnf.sh Bug#34521, removed a bunch of deprecated options from template my.cnf files. 2009-03-31 16:04:01 +02:00
my-small.cnf.sh MBUG#452116: MariaDB: mysql_install_db causes server segfault 2009-10-16 19:44:58 +04:00
mysql-log-rotate.sh - small improvement for the logrotate config file (patch found in the SUSE 2005-01-18 17:35:32 +01:00
mysql-multi.server.sh Changed safe_mysqld -> mysqld_safe 2001-06-28 10:49:16 +03:00
MySQL-shared-compat.spec.sh support-files/MySQL-shared-compat.spec.sh : Dummy, irrelevant change - just trigger a new build. 2007-01-10 00:36:41 +01:00
mysql.m4 /usr/share/aclocal/mysql.m4 2007-02-14 12:42:11 +01:00
mysql.server-sys5.sh Small bug fixes 2000-09-07 04:55:17 +03:00
mysql.server.sh Automatic merge 2009-10-23 22:26:26 +03:00
mysql.spec.sh Merge MySQL 5.1.44 into MariaDB. 2010-03-04 09:03:07 +01:00
mysqld_multi.server.sh Bug #25486: mysqld_multi.server.sh missing from builds 2008-03-10 03:25:54 -06:00
ndb-config-2-node.ini.sh made an .sh file of ndb-config-2-node.ini instead 2005-02-03 17:58:02 +01:00