Jungsu,

please add the line

log

to your my.cnf.

"
If you want to know what happens within mysqld, you should start it
with --log[=file]. This will log all connections and queries to the log file
(by default named `'hostname'.log').
"

Then the next time mysqld crashes, you can look from  the General Query Log
what SQL statements led to it.

Heikki Tuuri
Innobase Oy
---
InnoDB - transactions, hot backup, and foreign key support for MySQL
See http://www.innodb.com, download MySQL-4.0 from http://www.mysql.com

sql query

----- Original Message -----
From: "Victoria Reznichenko" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.mysql
Sent: Wednesday, March 12, 2003 7:32 PM
Subject: re: Re: Altering table which has FOREIGN KEY constraints


> On Wednesday 12 March 2003 02:30, Heo Jungsu wrote:
>
> > > What do you mean "could not execute a query on those tables"?
> > > Could you be more detailed?
> >
> > Ok. let me explain.
> >
> > When I was using MySQL 4.0.10,
> >
> > After I add columns with "ALTER TABLE" on foreign key referencing table
so
> > many times,
> > when I execute "SELECT * FROM child", MySQL session is deaded with Seg.
> > fault. even if I execute "drop table child". so I rebuilded entire
InnoDB
> > Table with back-up data.
>
> Hm..
> Could you create a repeatable test-case and test it on 4.0.11?
>
>
> --
> For technical support contracts, goto https://order.mysql.com/?ref=ensita
> This email is sponsored by Ensita.net http://www.ensita.net/
>    __  ___     ___ ____  __
>   /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
>  / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
> /_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
>        <___/   www.mysql.com
>
>
>
>
>
> ---------------------------------------------------------------------
> 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
>



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