MySQL Forums
Forum List  »  InnoDB

Re: tablespace size on windows platform
Posted by: Heikki Tuuri
Date: January 24, 2005 01:18PM

Michael,

MySQL-4.1 with the option innodb_file_per_table (when it becomes stable) and DROP + CREATE would solve the problem.

In 5.0.x, TRUNCATE will be mapped internally to DROP + CREATE. It may take a while though, until it will actually delete the .ibd file and recreate it.

Best regards,

Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL

InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: tablespace size on windows platform
2650
January 24, 2005 01:18PM
2609
January 26, 2005 07:56AM


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.