tyler writes:
<cut> 
> 
> Ok.   Here's the output to the screen:
> 
> > ./mysql-test-run
> > Installing Test Databases
> > Removing Stale Files
> > Installing Master Databases
> > Installing Slave Databases
> > Starting MySQL daemon
> > Loading Standard Test Databases
> > Starting Tests
> >
> >  TEST                         USER   SYSTEM  ELAPSED        RESULT
> > ------------------------------------------------------------------------
> > alias                         0.03     0.02     0.25       [ pass ]
> > alter_table                   0.04     0.01     0.29       [ pass ]
> > analyse                       0.02     0.02     0.12       [ pass ]
> > auto_increment                0.01     0.02     0.26       [ pass ]
> > backup                        0.01     0.06     0.27       [ pass ]
> > bdb-crash                     0.02     0.03     0.07       [ pass ]
> > bdb                           ....     ....     ....       [ fail ]
> >
> > /usr/local/bin/mysqltest: Can't get stat of 'r/have_bdb.require' 
> > (Errcode: 2) real         0.07 user         0.02 sys          0.02
> > Aborting. To continue, re-run with '--force'.
> >

The above is nothing to be alarmed about, BDB has yet to be ported
properly to OS X.
> > Warning;  Aborted waiting on pid file: '/usr/local/mysql-
> > test/var/run/mysqld-slave.pid' after 10 seconds
> > Slave shutdown finished
> 
> So it looks like we have the shutdown failure problem here also.  Almost 
> looks like it's waiting for the 'lock' on the pid file to be removed.... 
> but I don't really know what I'm talking about...
> 
> 
> When I look at the logs, the last thing in each log is:
> 
> 11 Shutdown
> 
> or
> 
> 2 Shutdown
> 
> The .err files say the following:
> 

Both errors are actually pointing to the same problem with signals.
> 
> 
> So, I guess that there is perhaps only that one problem with the 
> shutdown signal getting handled properly.  ???
> 
> I'll work on looking at that then.
>
Yes. 
> 



Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

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