Hi,

Had a query regarding replication with HEAP tables.  It seems like I cannot
use LOAD DATA FROM MASTER to update the stopped slave with data from the
master since it apparently works only for MyISAM tables.  Any other way of
updating the slave with a snapshot of the data?  Since a HEAP table doesn't
create a disk file, I cant get a snapshot using tar.

Also, the slave stopped due to an error of a duplicate key!  Why should it
have a problem with inserting data that went through fine on the master?

All help is welcome.

Tx,
Vinod.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to