Hi,
I am using MySQL replication : - The version of the master is 4.1.12-log - The version of the slave is 5.0.41 When I use the query '' DELETE QUICK FROM [TABLE] WHERE [field] < 'xxxxxx' LIMIT 7500", the query is executed on the master but not on the slave. Do you know why the request is not executed on the slave? Regards, David.