MySQL Forums
Forum List  »  Memory Storage Engine

Re: HEAP Table limit
Posted by: Ingo Strüwing
Date: May 09, 2005 03:43AM

This might be a result from binary arithmetics. The number is kept in a 32-bit variable (on 32-bit systems). So all bit which go above 4G will be chopped, resulting in a modulo 4G. The resulting value will be rounded down to a 1K boundary. Your result could come from an attempt to set a value of about 8525163520.

Options: ReplyQuote


Subject
Views
Written By
Posted
7880
April 04, 2005 08:34AM
Re: HEAP Table limit
4506
May 09, 2005 03:43AM


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.