Sinisa,

SM> I  hate  myself  for  saying  this, as logically there could be no
SM> connection,  but  Just  out  of  curiosity  if  you  build without
SM> Innobase  yourself  (explained  as  above)  would  you  still  get
SM> timeouts ??

  So, I did 2 new build.

=======================================================================

  First one --with-innobase and Innobase tables ... I have the Warning
  signal 14 in the error log !
  As soon as I run Mysql and my daemons :

010324 16:52:51  mysqld started
Innobase: Started
/usr/local/mysql/libexec/mysqld: ready for connections
010324 16:53:33  Warning: Got signal 14 from thread 4
010324 16:53:35  Warning: Got signal 14 from thread 4
010324 16:53:37  Warning: Got signal 14 from thread 4
010324 16:53:39  Warning: Got signal 14 from thread 4
010324 16:53:41  Warning: Got signal 14 from thread 4
010324 16:53:43  Warning: Got signal 14 from thread 4
010324 16:53:45  Warning: Got signal 14 from thread 4

=======================================================================
  Second  one --without-innobase and with MyISAM tables, no problem at
  all !

010324 17:00:06  mysqld started
/usr/local/mysql/libexec/mysqld: ready for connections

=======================================================================

  I have 2 sources tree :

       /usr/local/src/mysql-3.23.35-innobase
  Configured with :
CC='gcc' CXX='gcc' CFLAGS='-DSOLARIS'
CXXFLAGS='-DSOLARIS -felide-constructors-fno-exceptions -fno-rtti'
./configure --prefix=/usr/local/mysql --without-bench
--enable-thread-safe-client --with-innobase --without-debug
--without-berkeley-db --without-raid --without-mit-threads


       /usr/local/src/mysql-3.23.35-myisam
  Configured with :
CC='gcc' CXX='gcc' CFLAGS='-DSOLARIS'
CXXFLAGS='-DSOLARIS -felide-constructors-fno-exceptions -fno-rtti'
./configure --prefix=/usr/local/mysql --without-bench
--enable-thread-safe-client --without-innobase --without-debug
--without-berkeley-db --without-raid --without-mit-threads


  With  the  Innobase build, I un-comment the Innobase option in my.cnf
  and I create tables with TYPE=INNOBASE .

  With  the  MyISAM build, I comment the Innobase option and I create
  the tables without TYPE=INNOBASE.

  I did the test with/without innobase a few time.

  Each  time,  with Innobase I have the Warning messages while without
  Innobase I've no messages after "ready for connections".

  Regards,
  Alex.
-----------------------------------------------------------------------
Alexandre BAUMEISTER                        Standard : +333-83-36-58-67
Email : [EMAIL PROTECTED]                Fax:       +333-83-36-69-44

FINANCE NET - 1,rue St Dizier 54000 NANCY - FRANCE (www.finance-net.fr)
-----------------------------------------------------------------------



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