From: Andrew R. <ros...@gm...> - 2007-08-21 13:05:47
|
Hi all I've recently created a patch for mysqlfs. The idea of the patch is to check for the existence of an entry by key in the data_blocks table before attempting to write (query_write_one_block). The reason? to stop mysqlfs killing MySQL replication when attempting to insert an data_block with the same inode/seq as one that already exists. Now I'm not that familiar with the mysqlfs code, and was hoping someone with more knowledge than myself could let me know if I've gone in the right direction. http://dev.iris.ac/~ody/mysqlfs-x86_64/mysqlfs-0.4.0-rc1.patch many thanks Andrew |