>Description:
        
I upgraded Mysql from 3.23 to 4.0.12, and everything went well. I even
installed MySQL-Max, and the server restarted and apparently was well.

However, when I stopped the daemon with service mysql stop" and then 
tried to start it again ("service mysql start"), refuses to start 
complaining about a signal 11.

Same problem (refuses to start with signal 11) once reverted back to 
3.23. The 4.0.12 version likely corrupted some of the databases.

>How-To-Repeat:
I was unable to reproduce the problem with a Red Hat 8.0 machine where 
I did the same upgrade.

>Fix:
        

>Submitter-Id:  <submitter ID>
>Originator:    Carlos Amengual
>Organization:
Healthnet SL
 
>MySQL support: none
>Synopsis:      Signal 11 when starting the database after upgrade to 4.0.12
>Severity:      critical
>Priority:      high
>Category:      mysql
>Class:         sw-bug
>Release:       mysql-3.23.56 (Official MySQL RPM)

>Environment:
        
System: Linux xxx.healthnet.es 2.4.18-18.7.x #1 Wed Nov 13 20:29:30 EST 2002 i686 
unknown
Architecture: i686

Some paths:  /usr/bin/perl /usr/bin/make /usr/bin/gmake /usr/bin/gcc /usr/bin/cc
GCC: Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs
gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-112.7.2)
Compilation info: CC='gcc'  CFLAGS='-O6 -fno-omit-frame-pointer -mpentium'  CXX='gcc'  
CXXFLAGS='-O6 -fno-omit-frame-pointer              -felide-constructors 
-fno-exceptions -fno-rtti -mpentium'  LDFLAGS=''
LIBC: 
lrwxrwxrwx    1 root     root           13 mar 20 12:30 /lib/libc.so.6 -> libc-2.2.4.so
-rwxr-xr-x    2 root     root      1285884 mar  6 16:03 /lib/libc-2.2.4.so
-rw-r--r--    1 root     root     27338566 mar  6 15:05 /usr/lib/libc.a
-rw-r--r--    1 root     root          178 mar  6 15:05 /usr/lib/libc.so
Configure command: ./configure '--disable-shared' '--with-mysqld-ldflags=-all-static' 
'--with-client-ldflags=-all-static' '--without-berkeley-db' '--without-innodb' 
'--enable-assembler' '--enable-local-infile' '--with-mysqld-user=mysql' 
'--with-unix-socket-path=/var/lib/mysql/mysql.sock' '--prefix=/' 
'--with-extra-charsets=complex' '--exec-prefix=/usr' '--libexecdir=/usr/sbin' 
'--sysconfdir=/etc' '--datadir=/usr/share' '--localstatedir=/var/lib/mysql' 
'--infodir=/usr/share/info' '--includedir=/usr/include' '--mandir=/usr/share/man' 
'--with-comment=Official MySQL RPM' 'CC=gcc' 'CFLAGS=-O6 -fno-omit-frame-pointer 
-mpentium' 'CXXFLAGS=-O6 -fno-omit-frame-pointer               -felide-constructors 
-fno-exceptions -fno-rtti -mpentium' 'CXX=gcc'

my.cnf: 
[mysqld]
datadir=/var/lib/mysql
#log-bin
server-id=84
binlog-ignore-db=mysql
innodb_data_file_path = ibdata1:1000M
set-variable = innodb_mirrored_log_groups=1
innodb_data_home_dir = /var/lib/mysql/innodb
innodb_log_group_home_dir = /var/lib/mysql/innodb/logs
set-variable = innodb_log_files_in_group=3
set-variable = innodb_log_file_size=30M
set-variable = innodb_log_buffer_size=8M
innodb_flush_log_at_trx_commit=1
innodb_log_arch_dir = /var/lib/mysql/innodb/logs
innodb_log_archive=0
set-variable = innodb_buffer_pool_size=250M
set-variable = innodb_additional_mem_pool_size=10M
set-variable = innodb_file_io_threads=4
set-variable = innodb_lock_wait_timeout=50


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