From 7492e2ca8e4005495963f9b5e42b1c0038c86972 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Sep 2007 17:36:03 +0300 Subject: Use direct memory access for the log scan BUILD/SETUP.sh: compile maria by default --- BUILD/SETUP.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 429c0cd85b4..a07f294be28 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -145,6 +145,7 @@ base_configs="--prefix=$prefix --enable-assembler " base_configs="$base_configs --with-extra-charsets=complex " base_configs="$base_configs --enable-thread-safe-client " base_configs="$base_configs --with-big-tables" +base_configs="$base_configs --with-plugin-maria" if test -d "$path/../cmd-line-utils/readline" then -- cgit v1.2.1 From 3c3e3648db433e11a783ea561792f523151d8b37 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 1 Oct 2007 18:48:20 +0300 Subject: fater way to detect last page address for the last log file. gprof build for amd64. storage/maria/ma_loghandler.c: fater way to detect last page address for the last log file. BUILD/compile-amd64-gprof-no-ndb: New BitKeeper file ``BUILD/compile-amd64-gprof-no-ndb'' --- BUILD/compile-amd64-gprof-no-ndb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 BUILD/compile-amd64-gprof-no-ndb (limited to 'BUILD') diff --git a/BUILD/compile-amd64-gprof-no-ndb b/BUILD/compile-amd64-gprof-no-ndb new file mode 100755 index 00000000000..9fd4c67155c --- /dev/null +++ b/BUILD/compile-amd64-gprof-no-ndb @@ -0,0 +1,7 @@ +#! /bin/sh +path=`dirname $0` +. "$path/SETUP.sh" +extra_flags="$amd64_cflags -pg -g" +extra_configs="$amd64_configs $max_no_ndb_configs --disable-shared $static_link" + +. "$path/FINISH.sh" -- cgit v1.2.1