Hello,

I've a SQL script to initialize a schema. It's made of DROP TABLE + CREATE TABLE + ALTER TABLE (for FK) + CREATE INDEX.

If I run the script twice, the kernel crashes during the drop table sequence.

If I remove the ALTER TABLE and CREATE INDEX sequence, the script can be run many times without any problem.

I can send some kernel trace, but I think the easiest way to understand the problem is to reproduce with my script. I can send it directly by mail (but I don't want to put it on the list).

Thanks in advance

Philippe

PS : I tried the script on 7.4.3.27 and 7.4.3.30, on Windows and Linux


-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to