From: Kristian Nielsen Date: April 27 2010 6:08am Subject: Re: Unnecessary/wrong update_table_map_version() in binlog_end_trans() ? List-Archive: http://lists.mysql.com/internals/37892 Message-Id: <878w895sxg.fsf@knielsen-hq.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mats Kindahl writes: > The table map version was used in the early implementation to identify > when it was necessary to write out a table map, but I think that the > current logic does not require the table map at all. Indeed you are right, a quick check of the code shows that the table_map_version is completely unused. So I can just remove it, problem solved :-) tnx, - Kristian.