mariadb/BUILD
Michael Widenius 6c610ed979 Fixed build issues
- Linking now with g++ instead of gcc with 'compile-dist' to solve problems with handlersocket/client
- Fixed bug in heap tables when doing handler read next-prev over last row


BUILD/compile-dist:
  - Linking now with g++ instead of gcc with 'compile-dist' to solve problems with handlersocket/client
cmd-line-utils/libedit/vi.c:
  Fixed compiler warning about not checking return value for write
mysql-test/r/index_intersect.result:
  Updated results (missed this file in my last push)
mysql-test/suite/handler/aria.result:
  Updated test results
mysql-test/suite/handler/handler.inc:
  Changed test to use read next/read prev on key where there are duplicates that can come in different order depending on system
  Added testing of read next-prev over last row and read prev-next around first row
mysql-test/suite/handler/heap.result:
  Updated test results
mysql-test/suite/handler/init.inc:
  More rows to test
mysql-test/suite/handler/innodb.result:
  Updated test results
mysql-test/suite/handler/interface.result:
  Updated test results
mysql-test/suite/handler/myisam.result:
  Updated test results
mysql-test/t/variables-big.test:
  Fixed test to not fail on windows
mysql-test/valgrind.supp:
  Removed not matching fun: to get rid of valgrind warning
storage/heap/hp_rfirst.c:
  Added state so that we know if we have an active position in the index.
storage/heap/hp_rkey.c:
  Added state so that we know if we have an active position in the index.
storage/heap/hp_rnext.c:
  Handle reading several next after finding the last row (this caused a crash before)
storage/heap/hp_rprev.c:
  Handle reading several prev after finding the first row (this caused a crash before)
storage/xtradb/buf/buf0buf.c:
  Fixed compiler warning about uninitialized value
2011-02-23 14:46:16 +02:00
..
.cvsignore
autorun.sh autorun.sh: 2007-10-29 22:48:58 +01:00
build_mccge.sh Merge with MySQL 5.1.52 2010-11-23 23:39:59 +02:00
check-cpu Updated build_mccge.sh and added support for more cpu's in check-cpu 2010-09-16 08:53:58 +02:00
cleanup
compile-alpha
compile-alpha-ccc BUILD scripts: s/(dist)?clean/maintainer-clean/ 2007-01-28 21:09:54 +01:00
compile-alpha-cxx BUILD scripts: s/(dist)?clean/maintainer-clean/ 2007-01-28 21:09:54 +01:00
compile-alpha-debug BUILD scripts: s/(dist)?clean/maintainer-clean/ 2007-01-28 21:09:54 +01: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
compile-amd64-debug-max-no-ndb
compile-amd64-gcov Bug#23062 (GCOV build: helper scripts missing in the BUILD directory) 2007-08-15 18:10:16 -06:00
compile-amd64-gprof Bug#23062 (GCOV build: helper scripts missing in the BUILD directory) 2007-08-15 18:10:16 -06: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
compile-amd64-max-sci New SCI Transporter Build scripts 2007-05-07 15:33:27 +02:00
compile-amd64-valgrind-max Bug#53593: Add some instrumentation to improve Valgrind sensitivity 2010-05-20 13:40:42 +03:00
compile-bintar Merge OQGraph into MariaDB 5.2. 2010-03-31 10:17:03 +02:00
compile-darwin-mwcc
compile-dist Fixed build issues 2011-02-23 14:46:16 +02:00
compile-hpux11-parisc2-aCC BUILD scripts: s/(dist)?clean/maintainer-clean/ 2007-01-28 21:09:54 +01:00
compile-ia64-debug-max Apply patch by Antony Dovgal: 2009-03-22 14:16:09 +02:00
compile-innodb XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
compile-innodb-debug XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
compile-irix-mips64-mipspro BUILD scripts: s/(dist)?clean/maintainer-clean/ 2007-01-28 21:09:54 +01:00
compile-ndb-autotest ndb - 2006-08-02 09:08:21 +02:00
compile-pentium Remove compiler warnings (Including some warnings from -Wstrict-aliasing) 2009-11-30 01:08:56 +02:00
compile-pentium-cybozu
compile-pentium-debug Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701 2007-04-11 14:06:03 +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 Added applying of undo for updates 2007-09-09 19:15:10 +03:00
compile-pentium-debug-max-no-embedded
compile-pentium-debug-max-no-ndb Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701 2007-04-11 14:06:03 +02:00
compile-pentium-debug-max-no-qc comment added 2009-10-07 13:02:43 +03:00
compile-pentium-debug-openssl
compile-pentium-debug-yassl
compile-pentium-gcov Manual merge 2007-08-22 12:02:23 -06:00
compile-pentium-gprof Bug#23062 (GCOV build: helper scripts missing in the BUILD directory) 2007-08-15 18:10:16 -06:00
compile-pentium-icc
compile-pentium-icc-valgrind-max Bug#53593: Add some instrumentation to improve Valgrind sensitivity 2010-05-20 13:40:42 +03:00
compile-pentium-icc-yassl
compile-pentium-max
compile-pentium-myodbc
compile-pentium-mysqlfs-debug
compile-pentium-pgcc BUILD scripts: s/(dist)?clean/maintainer-clean/ 2007-01-28 21:09:54 +01:00
compile-pentium-valgrind-max Bug#53593: Add some instrumentation to improve Valgrind sensitivity 2010-05-20 13:40:42 +03:00
compile-pentium-valgrind-max-no-ndb Bug#53593: Add some instrumentation to improve Valgrind sensitivity 2010-05-20 13:40:42 +03:00
compile-pentium64 Fixed bug in Aria that caused REPAIR to find old deleted rows. 2010-12-21 19:22:20 +02:00
compile-pentium64-debug Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701 2007-04-11 14:06:03 +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 Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work-27701 2007-04-11 14:06:03 +02:00
compile-pentium64-gcov Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
compile-pentium64-gprof Added count of my_sync calls (to SHOW STATUS) 2010-03-09 21:22:24 +02:00
compile-pentium64-max We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +02:00
compile-pentium64-max-sci New SCI Transporter Build scripts 2007-05-07 15:33:27 +02:00
compile-pentium64-valgrind-max Bug#53593: Add some instrumentation to improve Valgrind sensitivity 2010-05-20 13:40:42 +03:00
compile-ppc
compile-ppc-debug
compile-ppc-debug-max
compile-ppc-debug-max-no-ndb
compile-ppc-max
compile-solaris-amd64 Solaris 10 build script fixes by Toby Thain. 2009-07-07 13:19:24 +02:00
compile-solaris-amd64-debug Solaris 10 build script fixes by Toby Thain. 2009-07-07 13:19:24 +02:00
compile-solaris-amd64-debug-forte Removed compiler warnings 2010-01-06 23:27:53 +02:00
compile-solaris-amd64-forte Portability changes for Solaris 10 (amd64). Re-hash BUILD/ scripts for Solaris to be more in line with generic scripts. 2009-05-09 00:01:53 -04:00
compile-solaris-sparc Fixed compiler warnings 2010-03-31 22:12:21 +03:00
compile-solaris-sparc-debug Fixes Bug#30127: --debug-info no longer prints memory usage in mysql 2007-08-01 22:59:05 +03:00
compile-solaris-sparc-forte Bug#38727: BUILD/compile-solaris-* scripts should compile MySQL with libmtmalloc 2008-09-30 17:57:48 -03:00
compile-solaris-sparc-purify We are now using Valgrind rather than purify, and have for quite some time. 2009-05-06 14:03:24 +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 Fix some compiler warnings. 2009-12-06 18:34:54 +01:00
Makefile.am Merge with MySQL 5.1.50 2010-08-27 17:12:44 +03:00
SETUP.sh merge with 5.1 2010-11-30 23:11:03 +02:00
util.sh Add support in bintar build script for OpenSolaris. 2010-01-28 23:34:22 +01:00