15 messages in com.mysql.lists.mysqlRe: How to READ/WRITE directly on MyI...
FromSent OnAttachments
Stéphane Bischoff11 Dec 2003 05:15 
Martijn Tonies11 Dec 2003 05:21 
Stéphane Bischoff11 Dec 2003 05:26 
Jay Blanchard11 Dec 2003 05:40 
Stéphane Bischoff11 Dec 2003 05:42 
Martijn Tonies11 Dec 2003 05:43 
Jay Blanchard11 Dec 2003 05:48 
Dan Greene11 Dec 2003 05:54 
Stéphane Bischoff11 Dec 2003 05:59 
Jay Blanchard11 Dec 2003 06:08 
Martijn Tonies11 Dec 2003 06:08 
Stéphane Bischoff11 Dec 2003 06:09 
Dan Greene11 Dec 2003 06:16 
Matt Griffin11 Dec 2003 06:21 
Stephen Brownlow11 Dec 2003 21:37 
Subject:Re: How to READ/WRITE directly on MyISAM data files ?
From:Martijn Tonies (m.to@upscene.com)
Date:12/11/2003 05:21:11 AM
List:com.mysql.lists.mysql

Hi,

I would like to know how to write directly to MyISAM files, without passing by SELECT or UPDATE queries.

I believe this info can be found in the files myisam.h and myisammrg.h, but I am not shure if its safe and how to do it.

I guess it will only be safe if you're sure you've got all bugs out, like in the MySQL engine.

So the question would be: WHY?

With regards,