Convert Berkeley db to ISAM

2005-05-20 Thread Vijay Murthi
Hi All, Does anyone know how to convert Berkeley db to ISAM type? I have many Berkeley db files sitting on my hard drive. I want to port it to MySQL as ISAM tables. I understand I can directly load it to MySQL 4.0 by specifying the directory location. Instead I want to convert them ISAM type

Re: how do you install berkeley db?

2004-12-07 Thread Gleb Paharenko
ut I am having problems with the > berkeley db part. When I type make install I get this: > > "Making install in bdb > make[2]: Entering directory `/home/steve/mysql-4.0.22/bdb' > make[2]: Nothing to be done for `install'. > make[2]: Leaving directory `/home/steve/

how do you install berkeley db?

2004-12-02 Thread scohen
I am trying to install mysql from source but I am having problems with the berkeley db part. When I type make install I get this: "Making install in bdb make[2]: Entering directory `/home/steve/mysql-4.0.22/bdb' make[2]: Nothing to be done for `install'. make[2]: Leaving directo

Re: about berkeley db

2004-11-28 Thread Dan Nelson
In the last episode (Nov 29), ?? ?? said: > i create some .db files with berkeley db programm(the berkelek just create > db files,without frm files).the problem is i can't use mysql to open it > .and the mysql create a berkeley db with db files and the frm flie.how can > i use

about berkeley db

2004-11-28 Thread 黄 俊源
i create some .db files with berkeley db programm(the berkelek just create db files,without frm files).the problem is i can't use mysql to open it .and the mysql create a berkeley db with db files and the frm flie.how can i use the mysql to open an berkeley db files??? the version of my

Re: Berkeley DB and MySQL

2004-04-07 Thread Egor Egorov
Victor Medina <[EMAIL PROTECTED]> wrote: > > When compiling mysql(4.0, 4.1 or 5) can I use a external Berkeley db > source, and not the one provided with mysql source? I know that the > configure script provides a --with-berkeley-db-includes and -libs, but.. > up to what

Berkeley DB and MySQL

2004-04-06 Thread Victor Medina
Hi all! When compiling mysql(4.0, 4.1 or 5) can I use a external Berkeley db source, and not the one provided with mysql source? I know that the configure script provides a --with-berkeley-db-includes and -libs, but.. up to what version of bdb can i use? Can I use the latest? Best Regards

VPATH build fails with in-tree Berkeley DB

2003-03-10 Thread ro
No such file or directory As you can see, there's only a -I option pointing to /vol/mysql/src/mysql/dist/mysql-3.23.55/bdb/build_unix (i.e. below $top_srcdir), but nothing to point at $top_builddir/bdb/build_unix. >How-To-Repeat: mkdir objdir cd objdir /configure --with

Problems with Berkeley DB support in version 3.23.55

2003-03-03 Thread Carsten Thoene
configure the downloaded version from our bulid and configure environment. (for example /mysql/obj/mysql-3.23.55). We take the ./configure from the obj-Directory: /mysql/src/mysql-3.23.55/configure --with-berkeley-db to have berkeley DB support. After we take the make command we become some errors

Berkeley DB and two phase commit

2002-11-24 Thread Gil Shai
Hi I would like to know whether MySQL with the Berkeley DB tables supports two phase commit? Thanks Gil - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the

Re: MySQL & Berkeley DB

2002-11-05 Thread Jeremy Zawodny
On Tue, Nov 05, 2002 at 10:03:22AM -0500, Michael T. Babcock wrote: > Wiley Jacobs wrote: > > >I have a situation where the customer that I have wants to use their current > >Berkeley DB, although my system needs the SQL and schema definition that > >MySQL offers. Is ther

Re: MySQL & Berkeley DB

2002-11-05 Thread Michael T. Babcock
Wiley Jacobs wrote: I have a situation where the customer that I have wants to use their current Berkeley DB, although my system needs the SQL and schema definition that MySQL offers. Is there any way to apply these layers to the current Berkeley DB implementation by using MySQL or portions of

Re: MySQL & Berkeley DB

2002-11-05 Thread Sinisa Milivojevic
On Mon, 4 Nov 2002 11:24:26 -0700 "Wiley Jacobs" <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I have been going through the documentation on MySQL and on Berkeley DB > looking for an answer for my question for several weeks and have yet to > come up with one,

MySQL & Berkeley DB

2002-11-04 Thread Wiley Jacobs
Hello Everyone, I have been going through the documentation on MySQL and on Berkeley DB looking for an answer for my question for several weeks and have yet to come up with one, so I figured I post it. I have a situation where the customer that I have wants to use their current Berkeley DB

Berkeley DB & 10,000,000 rows

2002-03-15 Thread Aaron D. Turner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've got a small database (16 tables, a few thousand rows total) running 3.23.48-max w/ 3 of the tables Berkeley DB (for transactions) on Solaris 7/SPARC. One of these tables (the largest of the 3) has a little over 1,000 rows and occasio

Re: innodb or Berkeley DB default for mysql max

2002-03-15 Thread terete
We have the same problem as Victoria, and the --default-table-type option does not work. - Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 15, 2002 1:38 PM Subject: innodb or Berkeley DB default

innodb or Berkeley DB default for mysql max

2002-03-15 Thread Victoria Reznichenko
Kemp, Thursday, March 14, 2002, 8:37:00 PM, you wrote: KRW> What is the default table engine used in the "binary" version of mysql-max -- KRW> innodb or Berkeley? If not innodb, how do I get the innodb to be the default? KRW> Can someone point me to the manual section? The default table type

innodb or Berkeley DB default for mysql max

2002-03-14 Thread Kemp Randy-W18971
What is the default table engine used in the "binary" version of mysql-max -- innodb or Berkeley? If not innodb, how do I get the innodb to be the default? Can someone point me to the manual section? - Before posting, please

Re: Where can I download berkeley DB 3.2.9a for MySQL 3.23.46 installation?

2001-12-06 Thread Trond Eivind Glomsrød
Ziying Sherwin <[EMAIL PROTECTED]> writes: > We are interested in installing MySQL 3.23.46 from source on our Solaris > 2.8 machine. However, we could not find berkeley DB 3.2.9a that is > required by MySQL package. Does anyone know where to find it? Thanks. > > Since I a

Where can I download berkeley DB 3.2.9a for MySQL 3.23.46 installation?

2001-12-06 Thread Ziying Sherwin
We are interested in installing MySQL 3.23.46 from source on our Solaris 2.8 machine. However, we could not find berkeley DB 3.2.9a that is required by MySQL package. Does anyone know where to find it? Thanks. Since I am not on this mailing list, please send the reply to [EMAIL PROTECTED

Re: Instant Mysql server crash problem with berkeley db enabled

2001-10-25 Thread Sinisa Milivojevic
Please try to reproduce a bug with our MySQL-Max binary for Linux. Your compiler and glibc versions are a bit too old for the current MySQL sources. -- Regards, __ ___ ___ __ / |/ /_ __/ __/ __ \/ /Mr. Sinisa Milivojevic <[EMAIL PROTECTED]> / /|_/ / // /\ \/ /_/ / /__

Instant Mysql server crash problem with berkeley db enabled

2001-10-24 Thread jackfritt
Mysql server crash problem with berkeley db enabled >Description: Mysql crash after invoking with : safe_mysqld --skip-bdb --bdb-no-recover --log --skip-locking >How-To-Repeat: >Fix: >Submitter-Id: >Originator:root >Organization: >MySQL sup

Re: Berkeley DB and Slackware

2001-04-11 Thread B. van Ouwerkerk
> Did anybody succeed in compiling MySQL and Berkeley DB on a Slackware >7.x system and not get a SIGSEGV? > > Please let me know how you did it. Yeah.. sure.. just tried it with 3.23.36.. Slackware 7.1.0 wanted to upgrade from 3.23.34a anyway.. installed from tarball. How:

Berkeley DB and Slackware

2001-04-10 Thread Andrei B.
Did anybody succeed in compiling MySQL and Berkeley DB on a Slackware 7.x system and not get a SIGSEGV? Please let me know how you did it. Thank you. = ing. Andrei Boros Centrul pt. Tehnologia Informatiei Societatea Romana de Radiodifuziune

Berkeley DB support on Darwin OS/X 10.0 release

2001-04-10 Thread powert
>Description: I receive this error on startup (compilation OK): 010410 02:05:17 mysqld started 010410 2:05:17 bdb: architecture lacks fast mutexes: applications cannot be t hreaded 010410 2:05:17 Can't init databases 010410 02:05:17 mysqld >How-To-Repeat: ./configure --with-

Re: problem with berkeley DB v3.2.9 and mysql v3.2.33 under Solaris 8

2001-03-02 Thread Ashley M. Kirchner
Craig Ian Dewick wrote: > The build environment of the server machine is a Sun Sparc 20 running > Solaris 8 (aka SunOS 5.8) using gcc-2.95.2 as the compiler. The mysql > source version I'm trying to build is v3.23.33, and it's using > Berkeley DB v3.2.9. Dow

problem with berkeley DB v3.2.9 and mysql v3.2.33 under Solaris 8

2001-03-02 Thread Craig Ian Dewick
sure what it's actually being caused by. The build environment of the server machine is a Sun Sparc 20 running Solaris 8 (aka SunOS 5.8) using gcc-2.95.2 as the compiler. The mysql source version I'm trying to build is v3.23.33, and it's using Berkeley DB v3.2.9. Any advice would

Re: Berkeley DB and mysql

2001-02-26 Thread Guenther Pewny
l_xxx"'s. Previously there was _one_ line, now there are two lines and mysql only modifes the first one. If you modify the install target manually as describe above, it should work. Günther Pewny Bill Rossi wrote: > I recently tried to build mysql version 3.23.33, with support for Be

Re: Berkeley DB and mysql

2001-02-26 Thread Ashley M. Kirchner
Bill Rossi wrote: > I recently tried to build mysql version 3.23.33, with support for Berkeley > DB. I was using BDB version 3.2.9, and was unable to compile mysql with > this version of BDB. > > Is this a known problem, an if so, what version of BDB should I use with > mysql

Berkeley DB and mysql

2001-02-26 Thread Bill Rossi
I recently tried to build mysql version 3.23.33, with support for Berkeley DB. I was using BDB version 3.2.9, and was unable to compile mysql with this version of BDB. Is this a known problem, an if so, what version of BDB should I use with mysql? Thanks in advance. Bill

Re: berkeley db

2001-02-23 Thread Edward Peschko
On Fri, Feb 23, 2001 at 11:20:03AM -0700, Ashley M. Kirchner wrote: > Edward Peschko wrote: > > > I *then* talked to berkeley db, and they said 'well, mysql distributes its own > > copy of berkeleydb with modifications. Is this true? If so, where do I get it? >

Re: berkeley db

2001-02-23 Thread Ashley M. Kirchner
Edward Peschko wrote: > I *then* talked to berkeley db, and they said 'well, mysql distributes its own > copy of berkeleydb with modifications. Is this true? If so, where do I get it? http://www.mysql.com/downloads/mysql-3.23.html Scroll down, Berkeley DB 3.2.9a is listed

berkeley db

2001-02-23 Thread Edward Peschko
at beginning of switch statement I *then* look for the symbol 'DB_NOTICE_LOGFILE_CHANGED' in my berkeley distribution *and* my mysql distribution, but neither has the symbol defined. Neither is 'db_notices', nor a whole bunch of other symbols. I *then* talked to berkeley db, an

RE: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Sinisa Milivojevic
Ivanisevic, Irena writes: > Hi ! > > I am trying to implement BDB tables on windows NT. > I have installed mysql 3.23.31 and have downloaded Berkeley db file 3.2.3. > I am new to mysql. I have tried to look for instructions but I have no luck. > > Thanks > Iren

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Thimble Smith
On Fri, Jan 19, 2001 at 12:48:44PM +, Greg Cope wrote: > > But does the conspiricy not continue ? Yes, I suppose it does. I guess my secret spy status as enemy of the state is now out in the open, plain as day. > Do you not need to patch aclocal.m4 as this contains a referance to > 3.2.3

RE: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Ivanisevic, Irena
Hi ! I am trying to implement BDB tables on windows NT. I have installed mysql 3.23.31 and have downloaded Berkeley db file 3.2.3. I am new to mysql. I have tried to look for instructions but I have no luck. Thanks Irena -Original Message- From: Michael Widenius [mailto:[EMAIL

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Greg Cope
Thimble Smith wrote: > > > >Description: > > I just downloaded MySQL 3.23.31 and the "patched version" of > > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > > with the option to enable the Berkeley DB, but it fail

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Thimble Smith
> >Description: > I just downloaded MySQL 3.23.31 and the "patched version" of > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > with the option to enable the Berkeley DB, but it fails, telling > me I don't have the pr

MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Michael Widenius
Hi! >>>>> "Chris" == Chris Johnson <[EMAIL PROTECTED]> writes: >> Description: Chris> I just downloaded MySQL 3.23.31 and the "patched version" of Chris> Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure Chris> with the

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-19 Thread Greg Cope
Matt Wagner wrote: > > Greg Cope writes: > > Chris Johnson wrote: > > > > > > >Description: > > > I just downloaded MySQL 3.23.31 and the "patched version" of > > > Berkeley DB 3.2.3h from the www.mysql.com site.

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Matt Wagner
Greg Cope writes: > Chris Johnson wrote: > > > > >Description: > > I just downloaded MySQL 3.23.31 and the "patched version" of > > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > > with the option to

Re: MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Greg Cope
Chris Johnson wrote: > > >Description: > I just downloaded MySQL 3.23.31 and the "patched version" of > Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure > with the option to enable the Berkeley DB, but it fails, telling >

MySQL 3.23.31 configure fails with Berkeley DB 3.2.3h

2001-01-18 Thread Chris Johnson
>Description: I just downloaded MySQL 3.23.31 and the "patched version" of Berkeley DB 3.2.3h from the www.mysql.com site. I ran configure with the option to enable the Berkeley DB, but it fails, telling me I don't have the proper version of the