Hi.

On Mon, Oct 01, 2001 at 04:53:33PM +0400, [EMAIL PROTECTED] wrote:
> Hello mysql,
> 
>   Could anyone tell me if heap tables are cyrrently working with
>   replication.
> 
>   As I remember some time ago you might get problems then server
>   restarts (so empty it's heap tables) there fore slave does not and
>   so it gets dublicate key errors on inserts to this tables, which is
>   right as they allready have such values.

I think this behaviour still persists. On the other hand it should be
easy to change the code that creates the tables to do a 

DROP TABLE IF EXISTS tablename

before it creates the heap tables, which would clean up the client.

Bye,

        Benjamin.


-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to