RE: 3.22.32: max table size

2002-02-22 Thread Gurhan Ozen
Quoted from http://www.mysql.com/doc/T/a/Table_size.html is: By default, MySQL tables have a maximum size of about 4G. You can check the maximum table size for a table with the SHOW TABLE STATUS command or with the myisamchk -dv table_name. See section 4.5.6 SHOW Syntax. Gurhan -Original

RE: 3.22.32: max table size

2002-02-22 Thread Brian Warn
will give me the total diskspace occupied by the table? Brian sql,query -Original Message- From: Gurhan Ozen [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 8:58 AM To: Brian Warn; 'MySQL List' Subject: RE: 3.22.32: max table size Quoted from http://www.mysql.com/doc/T

RE: 3.22.32: max table size

2002-02-22 Thread William R. Mussatto
PROTECTED] Subject: RE: 3.22.32: max table size I did see that reference, but found that myisamchk wasn't an option either. I did find isamchk is available and have been seeing what information it is able to provide. I'm wondering now whether summing the table.ISD, table.ISM, and table.frm

RE: 3.22.32: max table size

2002-02-22 Thread William R. Mussatto
PROTECTED], 'MySQL List' [EMAIL PROTECTED] Subject: RE: 3.22.32: max table size I did see that reference, but found that myisamchk wasn't an option either. I did find isamchk is available and have been seeing what information it is able to provide. I'm wondering now whether summing