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 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?

> crashes on the incoming network connection.
>
> unaligned access: va=0x11fff784 pc=.....

If this only happens in an incoming network connection, then probably your
network library is buggy. In Compaq Alpha C and C++ variables have to be
aligned to machine addresses divisible by 4 or 8, which is not required in
Intel x86. Looks like some variable in the library is not aligned.

> Anyone knows the solution?
>
> Thanx,
> Yuri.

Best regards,

Heikki Tuuri
Innobase Oy
---
Order technical MySQL/InnoDB support at https://order.mysql.com/
See http://www.innodb.com for the online manual and latest news on InnoDB




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to