Re: Oddity with data pointer size

2005-09-11 Thread Duncan Hill
On Saturday 10 September 2005 12:17, Gleb Paharenko wrote: > Hello. > > Looks like it is a bug. See: > http://bugs.mysql.com/bug.php?id=7883 > > Duncan Hill <[EMAIL PROTECTED]> wrote: > > I recently changed /etc/my.cnf to set myisam_data_pointer_size to 6, as > > we're starting to encounter quite

Re: Oddity with data pointer size

2005-09-10 Thread Gleb Paharenko
Hello. Looks like it is a bug. See: http://bugs.mysql.com/bug.php?id=7883 Duncan Hill <[EMAIL PROTECTED]> wrote: > I recently changed /etc/my.cnf to set myisam_data_pointer_size to 6, as we're > starting to encounter quite a few tables that are larger than 4 GB. However, > the crea

Oddity with data pointer size

2005-09-10 Thread Duncan Hill
I recently changed /etc/my.cnf to set myisam_data_pointer_size to 6, as we're starting to encounter quite a few tables that are larger than 4 GB. However, the create table statements used by the software application using the DB don't seem to be creating tables with pointers > 4 bytes. Recent