24 messages in com.mysql.lists.bugsRe: Shutting down one server, creates...
FromSent OnAttachments
Melvyn Sopacua28 May 2002 07:29 
Sasha Pachev29 May 2002 14:09 
Melvyn Sopacua19 Aug 2002 02:46 
Michael Widenius19 Aug 2002 12:33 
Melvyn Sopacua19 Aug 2002 16:56 
Fredrick Bartlett19 Aug 2002 18:59 
Sinisa Milivojevic20 Aug 2002 08:47 
Fredrick Bartlett20 Aug 2002 15:33 
Fredrick Bartlett20 Aug 2002 19:59 
Jani Tolonen21 Aug 2002 03:01 
Fredrick Bartlett02 Sep 2002 17:30 
Michael Widenius03 Sep 2002 06:06 
Melvyn Sopacua09 Sep 2002 11:38 
Sinisa Milivojevic09 Sep 2002 11:50 
Melvyn Sopacua09 Sep 2002 12:01 
Colin Faber09 Sep 2002 12:04 
Sinisa Milivojevic10 Sep 2002 04:29 
Michael Widenius10 Sep 2002 11:40 
Peter Zaitsev17 Sep 2002 22:28 
Melvyn Sopacua21 Sep 2002 15:24 
Peter Zaitsev25 Sep 2002 04:26 
Michael Widenius26 Sep 2002 11:50 
Michael Widenius26 Sep 2002 11:53 
Melvyn Sopacua27 Sep 2002 01:32 
Subject:Re: Shutting down one server, creates a new logfile every few seconds
From:Melvyn Sopacua (md@idg.nl)
Date:09/21/2002 03:24:43 PM
List:com.mysql.lists.bugs

On Wed, 18 Sep 2002, Peter Zaitsev wrote:

PZ>>> On Monday 09 September 2002 23:01, Melvyn Sopacua wrote: PZ>>> > On Monday 09 September 2002 20:50, Sinisa Milivojevic wrote: PZ>>> > > Yes, we know it is not fixed in 4.0.3. PZ>>> > > PZ>>> > > We have just managed to make a proper test case, so it will be fixed PZ>>> > > in the near future. PZ>>> > PZ>>> > Could you send me the testcase, because I'd like to test snapshots as
soon PZ>>> > as you announce them to be fixed. PZ>>> PZ>>> The test is in the repositiry now. So you may just get the recent pull
from PZ>>> our BK tree to get the test.

Is the manual at: http://www.mysql.com/doc/en/Installing_source_tree.html

up to date? I did a bk pull, but I can't get it to configure correctly because of Berkely DB configure not being there.

I added AC_CONFIG_SUBDIRS(bdb/dist innobase) to configure.in but that didn't
help.

autoconf 2.52 and automake 1.4-p6.

Last parts of configure: checking "can netinet files be included"... "yes" checking for ORBit... ./configure[14075]: orbit-config: not found ./configure[14076]: orbit-config: not found ./configure[14077]: orbit-config: not found found! checking if we should build MySQLFS... no checking for OpenSSL... checking "character sets"... default: latin1; compiled
in: latin1 checking for BerkeleyDB... searching... Compiling Berekeley DB in 'bdb' checking for Innodb... Not using Innodb CONFIGURING FOR BERKELEY DB checking for a BSD compatible install... ../.././bdb/dist/../../install-sh -c checking build system type... rs6000-ibm-aix4.3.3.0 checking host system type... rs6000-ibm-aix4.3.3.0 checking if building in the top-level directory... no ../.././bdb/dist/configure[1156]: AM_VERSION_SET: not found ../.././bdb/dist/configure[1158]: AM_OPTIONS_SET: not found checking for cc... gcc -pipe -mcpu=power -Wa,-many checking for gcc... (cached) gcc -pipe -mcpu=power -Wa,-many checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc -pipe -mcpu=power -Wa,-many accepts -g... yes ../.././bdb/dist/configure[3068]: AM_TCL_LOAD: not found checking for pthread_create in -lpthread... yes checking whether byte ordering is bigendian... yes checking for gcc -pipe -mcpu=power -Wa,-many option to accept ANSI C... none
needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... gcc -pipe -mcpu=power -Wa,-many -E checking whether stat file-mode macros are broken... no checking whether time.h and sys/time.h may both be included... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking for unistd.h... yes checking for struct stat.st_blksize... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes ../.././bdb/dist/configure[4206]: AM_SHORTHAND_TYPES: not found checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for sys/select.h... yes checking for sys/time.h... yes ../.././bdb/dist/configure[4469]: AM_DEFINE_MUTEXES: not found checking for getcwd... yes checking for getopt... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for raise... yes checking for snprintf... yes checking for strcasecmp... yes checking for strerror... yes checking for vsnprintf... yes checking for getuid... yes checking for pstat_getdynamic... no checking for sysconf... yes checking for sched_yield... yes checking for strtoul... yes checking for yield... yes checking for pread... yes checking for pwrite... yes checking for fcntl/F_SETFD... yes checking for qsort... yes checking for select... yes checking for int type sprintf return value... yes checking for mlock... yes checking for munlock... yes checking for mmap... yes checking for munmap... yes checking for shmget... yes ../.././bdb/dist/configure[5339]: AM_PROGRAMS_SET: not found configure: creating ./config.status config.status: creating Makefile config.status: creating include.tcl config.status: error: cannot find input file: ../test/include.tcl configure: error: could not configure Berkeley DB

Before my addition it ended as:

checking "can netinet files be included"... "yes" checking for ORBit... ./configure[14073]: orbit-config: not found ./configure[14074]: orbit-config: not found ./configure[14075]: orbit-config: not found found! checking if we should build MySQLFS... no checking for OpenSSL... checking "character sets"... default: latin1; compiled
in: latin1 checking for BerkeleyDB... searching... Compiling Berekeley DB in 'bdb' checking for Innodb... Not using Innodb CONFIGURING FOR BERKELEY DB sh: ../.././bdb/dist/configure: not found configure: error: could not configure Berkeley DB

Configure script:

#!/bin/sh

CC="gcc -pipe -mcpu=power -Wa,-many" \ CXX="gcc -pipe -mcpu=power -Wa,-many" \ CXXFLAGS="-felide-constructors -fno-exceptions -fno-rtti" \ ./configure \ --prefix=/home/mdev/local/mysql \ --localstatedir=/home/mdev/local/mysql/var \ --disable-shared \ --with-raid \ --with-unix-socket-path=/home/mdev/local/mysql/tmp/mysql.sock \ --with-mysqld-user=mdev \ --with-mysqld-ldflags=-Wl,-bbigtoc \ --with-debug \ --with-comment="AIX 4.3.3 statically linked, Snapshot build, 4.0.4" \ --without-bench \ --with-charset=latin1 \ --with-extra-charsets=none \ --with-tcp-port=3506 \ --without-isam \ --with-berkeley-db \ --without-extra-tools \ --without-innodb