Search the MySQL manual:

D.3.2 Changes in release 4.0.14 (18 Jul 2003)

Functionality added or changed:

Bugs fixed:

User Comments

Posted by Shane Allen on Friday June 6 2003, @12:40pm[Delete] [Edit]

# Fixed a bug (accidentally introduced by us, only in version 4.0.13) which made INSERT ... SELECT in an auto_increment column not replicate well. This bug is in the master, not in the slave. Bug #490.

This changelog line is kind of misleading. If you have a master->slave set up, running an INSERT ... SELECT will not, in my experience replicate. It will generate a duplicate key error on the slave, because the master will binlog a SET INSERT_ID=##; statement where it doesn't belong, which will lead to the slave stopping when you hit a duplicate key.

Posted by [name withheld] on Thursday July 10 2003, @7:13am[Delete] [Edit]

Could you add a 'PURGE RELAY LOGS' command similar to 'PURGE MASTER LOGS' ?

Or is there already a way of doing that ?

Add your own comment.