Hello, mysql, The replication running smoothly between the master and slave,except that the heap table can not be synchronized.
While the master insert the record into the heap table,the slave would do the same job. While the master delete the record in the heap table,the slave wouldn't do so. After serval days passed,the heap table would overloading in the slave,because it never delete the record in heap table. The mysql seems doesn't support heap table in replication,right? If yes,i should change the table type to innodb,although it would lose the performance. The manaul doesn't mention this. Any idea apprecated. Env:Mysql 4.0,Linux Red Hat7,256mb ram. Best regards. MaFai [EMAIL PROTECTED] 2003-11-03 -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]