Re: fromhost() in libwrap.so declared different from tcpd.h? Was: InnoDB on FreeBSD-Alpha problem

2002-08-19 Thread Yuri
Hi Sinisa, No, this is actually quite correct for Linux, as tested so far. How would those functions know than which request is being processed? In multithreaded case argument is the only way. Don't rely on testing -- bug gets a free ride in this case on i386. Even if it works -- it may very

Re: InnoDB on FreeBSD-Alpha problem

2002-08-18 Thread Yuri
heikki, Anyone i running MySQL with InnoDB on FreeBSD-Alpha? I get the mysqld compiling/running ok. DB dump is restored ok locally. Locally everything wirks. But it crashes on the incoming network connection. unaligned access: va=0x11fff784

Re: InnoDB on FreeBSD-Alpha problem

2002-08-17 Thread Heikki Tuuri
Yuri, - Original Message - From: Yuri [EMAIL PROTECTED] Newsgroups: mailing.database.mysql Sent: Saturday, August 17, 2002 1:41 AM Subject: InnoDB on FreeBSD-Alpha problem Anyone i running MySQL with InnoDB on FreeBSD-Alpha? I get the mysqld compiling/running ok. DB dump

Re: InnoDB on FreeBSD-Alpha problem

2002-08-17 Thread Yuri
Heikki, I get the mysqld compiling/running ok. DB dump is restored ok locally. Locally everything wirks. But it what do you mean with this? If you issue SQL statements from the same computer, they work ok? Exactly. If I connect via local UNIX socket all happily works. If I just connect

Re: InnoDB on FreeBSD-Alpha problem

2002-08-17 Thread Heikki Tuuri
Yuri, - Original Message - From: Yuri [EMAIL PROTECTED] To: Heikki Tuuri [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, August 17, 2002 5:13 PM Subject: Re: InnoDB on FreeBSD-Alpha problem Heikki, I get the mysqld compiling/running ok. DB dump is restored ok locally

Re: InnoDB on FreeBSD-Alpha problem

2002-08-17 Thread yvictorovich
Heikki, if you can compile with the gcc -g option and run mysqld inside gdb, then you probably see in what function and line it crashes. That's what I am going to do. If you just take a connection to mysqld, it does not execute InnoDB code at all. Well I was connecting to it before ok, but

InnoDB on FreeBSD-Alpha problem

2002-08-16 Thread Yuri
Anyone i running MySQL with InnoDB on FreeBSD-Alpha? I get the mysqld compiling/running ok. DB dump is restored ok locally. Locally everything wirks. But it crashes on the incoming network connection. unaligned access: va=0x11fff784 pc=. Anyone knows the solution? Thanx, Yuri.