Re: Help - Migration to mysql from a legacy ISAM

2001-11-02 Thread Sergei Golubchik
:49 AM To: Ian Collins Cc: [EMAIL PROTECTED] Subject: Re: Help - Migration to mysql from a legacy ISAM Hi! Actually, HANDLER command was created exactly for this. That is, it can be used for other purposes, of course, but the above transition is what it was created for. See online

RE: Help - Migration to mysql from a legacy ISAM

2001-11-01 Thread Sinisa Milivojevic
Ian Collins writes: So how do you use the HANDLER command in a C program? I perused the code for 3.2x for this, and ended up installing mysql-4.0.0. I found what I believe to be the code for HANDLER in libmysqld/sql_handler.cc in the functions, mysql_ha_open, mysql_ha_close, mysql_ha_read

RE: Help - Migration to mysql from a legacy ISAM

2001-10-31 Thread Ian Collins
to mysql from a legacy ISAM Hi! Actually, HANDLER command was created exactly for this. That is, it can be used for other purposes, of course, but the above transition is what it was created for. See online manual. On Oct 15, Ian Collins wrote: I have a legacy Unix system (written in C) using