diff options
author | unknown <bell@desktop.sanja.is.com.ua> | 2007-10-01 18:48:20 +0300 |
---|---|---|
committer | unknown <bell@desktop.sanja.is.com.ua> | 2007-10-01 18:48:20 +0300 |
commit | 3c3e3648db433e11a783ea561792f523151d8b37 (patch) | |
tree | bc81cf17c1f1e3dbb12f497b3f5f147bed837bea /BUILD/compile-amd64-gprof-no-ndb | |
parent | e71e5893ee1b8cf0328234667123d42727d9bf01 (diff) | |
download | mariadb-git-3c3e3648db433e11a783ea561792f523151d8b37.tar.gz |
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''
Diffstat (limited to 'BUILD/compile-amd64-gprof-no-ndb')
-rwxr-xr-x | BUILD/compile-amd64-gprof-no-ndb | 7 |
1 files changed, 7 insertions, 0 deletions
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" |