mariadb/BUILD
unknown 50f48187f2 Fix for BUG#14703 "Valgrind error when inserting 0 into a BIT column (like in type_bit.test)":
test "length" first (otherwise when "length" is 0, the *from invalid access still triggers a Valgrind warning).
I wrote to the Valgrind authors in case this is something fixable in Valgrind (normally the
decision to issue a warning is based on the simulated CPU condition code, which should not be undefined here).


BUILD/compile-pentium64-valgrind-max:
  putting this script in sync with compile-pentium-valgrind-max, otherwise we didn't have the federated engine compiled in.
mysql-test/r/read_only.result:
  result update
sql/field.cc:
  To avoid a Valgrind warning running the type_bit test: test "length" first (otherwise when "length" is 0, the *from invalid access still triggers a Valgrind warning).
2005-11-07 16:18:46 +01:00
..
.cvsignore
autorun.sh
check-cpu
cleanup
compile-alpha
compile-alpha-ccc
compile-alpha-cxx
compile-alpha-debug
compile-amd64-debug-max
compile-amd64-max
compile-darwin-mwcc
compile-dist
compile-hpux11-parisc2-aCC
compile-ia64-debug-max
compile-irix-mips64-mipspro
compile-pentium
compile-pentium-cybozu
compile-pentium-debug
compile-pentium-debug-max
compile-pentium-debug-max-no-embedded
compile-pentium-debug-max-no-ndb
compile-pentium-debug-no-bdb
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-mysqlfs-debug
compile-pentium-pgcc
compile-pentium-valgrind-max
compile-pentium64-debug
compile-pentium64-debug-max
compile-pentium64-valgrind-max
compile-ppc
compile-ppc-debug
compile-ppc-debug-max
compile-ppc-debug-max-no-ndb
compile-ppc-max
compile-sap
compile-sap-debug
compile-solaris-sparc
compile-solaris-sparc-debug
compile-solaris-sparc-forte
compile-solaris-sparc-purify
FINISH.sh
Makefile.am
SETUP.sh
test-alpha-ccc