Hi!

This is the FreeBSD 100 % CPU hang reported on www.innobase.fi.

It is fixed in MySQL 3.23.37.

Regards,

Heikki

..............................
Hey,

I dunno whether it's a bug or just I don't know how to use transactions
properly.

I've got 3.23.36 on FreeBSD 4.2-STABLE, and when I do this:
CREATE TABLE test TYPE=Innobase SELECT * otherdb.sometable;
MySQL hangs. If I limit the SELECT query to 10-100 rows, it executes quite
fast (same if I change TYPE to MyISAM).

But larger limit or no limit causes
mysqld to eat up 99% CPU and then I have to kill the process.Same thing with:
INSERT INTO test SELECT * FROM otherdb.sometable;


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