On Thu, Mar 07, 2002 at 12:08:29AM -0500, Mr. Ozette Brown wrote:
>
> I'm in the process of converting all of my database tables from ISAM
> to MYISAM table format. I'll run the mysql_convert_table_format
> script which basically does an "Alter table". If during this
> conversion someone accesse
I'm in the process of converting all of my database tables from ISAM to
MYISAM table format. I'll run the mysql_convert_table_format script
which basically does an "Alter table". If during this conversion
someone accessed a web page which writes to the database (insert or
update), what will