>
> Note that the new BLOB code is not well tested yet, though
> I have not received any bug reports for it. It may be best to
> experiment first with pieces of your table instead of doing
> the whole, maybe several hours long, conversion at once.
>
Can you tell us a bit more about the BLOB
Hi!
I am back from holiday!
I guess using SELECT INTO OUTFILE (= mysqldump)
and LOAD FROM INFILE is as fast as converting
InnoDB->MyISAM->InnoDB.
I assume Ryan has a file system with > 2 GB files?
The outfile or the MyISAM table will be very big.
If you do not have > 2 GB files then you have to
On Sat, Jul 14, 2001 at 11:12:21PM -0500, ryc wrote:
> I have a table that were created using innobase compiled with 64kb
> page tables. Now I want to upgrade to the newer version of innobase
> that supports the larger row sizes but as it mentions on the
> innobase .39b download page ( http://www
I have a table that were created using innobase compiled with 64kb page
tables. Now I want to upgrade to the newer version of innobase that supports
the larger row sizes but as it mentions on the innobase .39b download page
( http://www.innodb.com/download.html ) I must export the tables, and then