MySQL Forums
Forum List  »  Memory Storage Engine

Re: ERROR 1030 (HY000): Got error 12 from storage engine
Posted by: Rogerio Benetti
Date: May 21, 2009 12:10PM

I tested the following command at 5.1.34-community version and I could inserted more than 6 million of records. Try it.

set max_heap_table_size = 1024*1024*3000
go
set tmp_table_size = @@max_heap_table_size

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1030 (HY000): Got error 12 from storage engine
8093
May 21, 2009 12:10PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.