BDB and Innobase

2001-04-10 Thread Yusuf Incekara
does mysql binary win32 dist support innobase and bdb tables. if yes how ? if not when will you implement? database. Yusuf Incekara - Before posting, please check: http://www.mysql.com/manual.php (the manual

lt: About BDB and INNOBASE

2001-04-10 Thread Yusuf Incekara
this is a stupid robot :) my message was not off topic - Original Message - From: [EMAIL PROTECTED] To: Avukatpro Limited Sirketi [EMAIL PROTECTED] Sent: Tuesday, April 10, 2001 12:09 AM Subject: Re: About BDB and INNOBASE Your message cannot be posted because it appears to be either

Re: Ýlt : About BDB and INNOBASE

2001-04-10 Thread Heikki Tuuri
Hi! We are working on a binary release of MySQL -MAX with BDB and Innobase. At least on Linux and Win NT. I would not be surprised if it comes this week, though I am not responsible for building it :). Regards, Heikki Tuuri Innobase Oy

Re: BDB and Innobase

2001-04-10 Thread Jeremy Zawodny
On Tue, Apr 10, 2001 at 12:37:10PM +0300, Yusuf Incekara wrote: does mysql binary win32 dist support innobase and bdb tables. if yes how ? if not when will you implement? I don't think Innobase is availabe on Windows yet. -- Jeremy D. Zawodny, [EMAIL PROTECTED] Technical Yahoo - Yahoo

Binary distribution with BDB and InnoBase?

2001-03-28 Thread Shankar Unni
Sorry to keep harping on this, but back when 3.23.34 was released, there was a line in the release notes that claimed that binary distributions with BDB and InnoBase would be tackled "next week". Has there been any progress on this front? I'm most interested in the Win32 binary di

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-13 Thread Lutz Jaenicke
On Tue, Mar 13, 2001 at 12:00:57AM +0200, Heikki Tuuri wrote: om scalar to scalar or to void type. cc: "os0thread.c", line 69: error 1554: Indirection must be through a pointer. cc: "os0thread.c", line 69: warning 563: Argument #2 is not the correct type. cc: "os0thread.c", line 69: error

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-13 Thread Heikki Tuuri
Lutz, I think you have found the problem. Ok, let's try to narrow things down: I have switched to GCC for the time being and got a similar compile error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../include-O6 -DDBUG_OFF -DHPUX -I/opt/dce/include -DHAVE_BROKEN_SNPRINTF -c

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-13 Thread Lutz Jaenicke
On Tue, Mar 13, 2001 at 06:42:19PM +0200, Heikki Tuuri wrote: Ok, let's try to narrow things down: I have switched to GCC for the time being and got a similar compile error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../include-O6 -DDBUG_OFF -DHPUX -I/opt/dce/include

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-13 Thread Heikki Tuuri
Lutz, I looked at the pthread header file which is, by the way, 52000 lines long :). It seems that pthread_attr_t and pthread_t are not pointers like in some other Unixes, but structs of three fields: struct { field1; /* this is a pointer */ field2; /* a short int */

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-13 Thread Lutz Jaenicke
On Tue, Mar 13, 2001 at 08:40:20PM +0200, Heikki Tuuri wrote: I looked at the pthread header file which is, by the way, 52000 lines long :). When I sent it, it was a tar file with /usr/include/pthread.h and the complete subdir /usr/include/dce. The orverall length of all files may match the

Comparison of BDB/Gemini/Innobase tables?

2001-03-12 Thread Ray Cote
Can someone point me to a comparison of the three different transaction-based table types in MySQL? It is unclear from the on-line documentation what the benefits/features/limitations are for each of these types. Thanks Ray --

Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-12 Thread Lutz Jaenicke
Hi! I am currently trying to compile 3.23.34a coming with BDB support. I have zlib installed in the /usr/local (not normally searched for libraries), so that until now I have [CFLAGS etc ] LDFLAGS=-L/usr/local/lib ./configure When enabling --with-berkeley-db, compilation fails, because I have

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-12 Thread Heikki Tuuri
Lutz, what compiler are you using? GCC? HP:s own commercial compiler, I assume. I am currently trying to compile 3.23.34a coming with BDB support. I have zlib installed in the /usr/local (not normally searched for libraries), so that until now I have [CFLAGS etc ] LDFLAGS=-L/usr/local/lib

Re: Flags problem 3.23.34a with BDB support/Innobase on HP-UX 10.20

2001-03-12 Thread Lutz Jaenicke
On Tue, Mar 13, 2001 at 12:00:57AM +0200, Heikki Tuuri wrote: what compiler are you using? GCC? HP:s own commercial compiler, I assume. I tend to prefer HPs commercial compiler (the code tends to be smaller and faster when running at high optimization levels). BTW, the compilation of innobase