Hi All:)

I'm running mysql-3.23.30-gamma on FreeBSD 4.3-stable and running into a
problem with max file sizes.

I've got a table, names, which is taking 4294967288 bytes.  I notice this
is 8 bytes less than 2^32, so I assume there's a 32 bit pointer issue
within mysql somewhere.

large_files_support is ON, but trying to write more records gives me this
error:

Err 1114 (The table 'names' is full) writing record

Please, someone, tell me that mysql isn't limited to 4 GB tables:)  How do
I create much larger tables?

Thanks!

--- David


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