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 pc=.....

    I found the reason of this.
    It's because in file sql/mysqld.cc the functions
    fromhost(), hosts_access() and eval_client()
    were used w/out arguments. Declaration of those
    in tcpd.h is K&R style -- also w/out arguments.
    But actual definitions in libwrap.so are with args.

    Linux folks should look at this line
    #if defined (__linux__)
    which lets these functions be used w/out arguments.
    Is this incorrect in Linux also?


    Yuri.

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