View Single Post
  #2  
Old 05-25-2007, 07:37 AM
Thalian Thalian is offline
Senior Member
 
Join Date: Jul 2006
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 16
Thalian is on a distinguished road
Default Re: "Converting HEAP to MyIsam"

May be MySQL creates a temporary table for intermediate results of the query, and that temporary table would grow too big to be kept in memory. Ensure with SHOW CREATE TABLE that the table actually is in InnoDB format. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - "Converting HEAP to MyIsam"
View Single Post
  #2  
Old 05-25-2007, 07:37 AM
Thalian Thalian is offline
Senior Member
 
Join Date: Jul 2006
Posts: 115
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 16
Thalian is on a distinguished road
Default Re: "Converting HEAP to MyIsam"

May be MySQL creates a temporary table for intermediate results of the query, and that temporary table would grow too big to be kept in memory. Ensure with SHOW CREATE TABLE that the table actually is in InnoDB format. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote