Hi!
>>>>> "jnp" == jnp <iso-8859-1> writes:
jnp> Since between 3.23.28 and 3.23.30 some changes were made so mysql
jnp> didn't compile. Attached are patches for
jnp> configure [minor extra check for with_named_curses, not important]
Fixed.
jnp> mysqld.cc [Mac OS X sigaction seems to be very old, cast applied]
I don't think I can't add this without causing problems for other
platforms :(
I did instead do it like this for now:
#ifdef HAVE_DARWIN_THREADS
sa.sa_handler=( void (*)() ) handle_segfault;
#else
sa.sa_handler=handle_segfault;
#endfi
jnp> Changes make mysql compile and run. There is still a thread issue
jnp> when trying to shutdown.
Hopefully you can help us track this down... :)
Regards,
Monty