Mailing List
Home
Forum Home
MySQL General - General MySQL discussion
MySQL++ - Programming with the C++ API to MySQL
MaxDB - Everything about MaxDB, formerly known as SAP DB
ODBC - ODBC with the MySQL Connector/ODBC driver
MySQL on Win32 - Runing MySQL on Windows 9x/Me/NT/2000/XP
Java Help - Mostly related to the MySQL Connector/J driver
Perl - Perl support for MySQL with DBI and DBD::mysql
GUI - MySQL GUI Tools
Announcement
Subjects
mysql openssl Question
mysql:it 's a db not a dbms how it 's possible?!
Does the binary log enabling affect the MySQL performances?
Strange behavior, Table Level Permission
FULLTEXT query format question
Preventing Duplicate Entries
Comparing and writing out BLOBS
Executing MySQL Commands From Within C Program
Can 't access mysql after kernel upgrade
Mysql 4 0 Oracle Stored Procedure Trigger Conversion
Downgrade Mysql from 4 to 3 23
MySQL Cluster Software
mysql test 4 1 fails with the gis test
ERROR 2002: Can 't connect to local MySQL server through socket
Getting Identity after INSERT
Update one field with more fields from another table
ERROR 1045: Access denied for user: 'root@localhost ' (Using
password: NO)
mysql have same function mthod as Oracle decode()
 
A fatal error caused EMERGENCY SHUTDOWN

A fatal error caused EMERGENCY SHUTDOWN

2007-01-26       - By P?tzold Heinrich

 Back
Reply:     1     2  

Hi all,

we work with maxdb V. 7.6.00.34. A job deleting records from a table causes the
following messages in knldiag.err:




2007-01-21 07:08:58      0x7C4 ERR 53000 B*TREE   IdxOrder.SubNode invalid;
897451
2007-01-21 07:08:58      0x7C4 ERR     3 Admin    Database state: OFFLINE
2007-01-21 07:08:58      0x7C4 ERR     2 Admin     +   A fatal error caused
EMERGENCY SHUTDOWN. core is written
2007-01-21 07:08:58      0x7C4 ERR 18196 DBCRASH  vabort:Emergency Shutdown,
Kernel_Administration.cpp: 612
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE   Using 'imagehlp.dll' version:
4.0.5
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE   SymbolSearchPath:  l:\sapdb
\indep_data\wrk\OFBIZ;L:\SAPDB\DEPEND\pgm;L:\SAPDB\DEPEND\symbols;L:\SAPDB
\DEPEND\symbol
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE                      s;L:\SAPDB
\DEPEND\sap;C:\WINNT;L:\SAPDB\DEPEND\sap\
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE   ----> Register Dump <----
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE     Eax=0x0a72b7fc Ebx
=0x00000000 Ecx=0x00000000 Edx=0x00aab864 Esi=0x00000000 Edi=0x7fdedfb8
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE     Eip=0x7c4ea4e1 Esp
=0x0a72b7f4 Ebp=0x0a72b84c
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE     Cs=0x001b  Ss=0x0023  Ds
=0x0023  Es=0x0023  Fs=0x0038  Gs=0x0000  Efl=0x0246
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE   ----> Module List <----
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE   |.text Start |.text End   |
Module File Name
2007-01-21 07:08:58      0xC20 ERR 19999 BTRACE   | 0x00400000 | 0x00b79000 | L
:\SAPDB\DEPEND\pgm\kernel.exe

And this is the SQL-Statement:

Delete from SERVER_HIT where VISIT_ID in (select VISIT_ID from VISIT where FROM
_DATE < subdate(timestamp,60)

May be there are indices on this table out of order.
If anyone can help, please don't hesitate.

Thanks in advance

Heinrich