![]() ![]() |
|
![]() ![]() ![]() ![]() |
|
![]() |
![]() 4.11.6 Alpha-DEC-Unix
When compiling threaded programs under Digital UNIX, the documentation
recommends using the shell> CC="cc -pthread" CXX="cxx -pthread -O" \ ./configure --with-named-thread-libs="-lpthread -lmach -lexc -lc"
When compiling mysqld.cc: In function void handle_connections()': mysqld.cc:626: passing long unsigned int *' as argument 3 of accept(int,sockadddr *, int *)'
You can safely ignore these warnings. They occur because
If you start the server directly from the command line, you may have problems
with it dying when you log out. (When you log out, your outstanding processes
receive a shell> nohup mysqld [options] &
|