<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: How SHOW SLAVE STATUS relates to CHANGE MASTER TO</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Tue, 02 Dec 2008 18:15:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Jure Pecar</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-367291</link>
		<dc:creator>Jure Pecar</dc:creator>
		<pubDate>Tue, 28 Oct 2008 21:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-367291</guid>
		<description>Looks like mysql 6 is introducing MASTER_IGNORE_SERVER_ID to fix this problem. See http://bugs.mysql.com/bug.php?id=25998</description>
		<content:encoded><![CDATA[<p>Looks like mysql 6 is introducing MASTER_IGNORE_SERVER_ID to fix this problem. See <a href="http://bugs.mysql.com/bug.php?id=25998" rel="nofollow">http://bugs.mysql.com/bug.php?id=25998</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jure Pecar</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-365786</link>
		<dc:creator>Jure Pecar</dc:creator>
		<pubDate>Sun, 26 Oct 2008 08:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-365786</guid>
		<description>So this article is misleading then?
http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=5</description>
		<content:encoded><![CDATA[<p>So this article is misleading then?<br />
<a href="http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=5" rel="nofollow">http://www.onlamp.com/pub/a/onlamp/2006/04/20/advanced-mysql-replication.html?page=5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-365733</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Sun, 26 Oct 2008 06:04:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-365733</guid>
		<description>Jure, don't do that.  Here's just one problem: statements can get into an infinite loop if you remove a failed server from the setup.  There are many more problems with it, too.  Never use more than two servers in plain master-master.</description>
		<content:encoded><![CDATA[<p>Jure, don&#8217;t do that.  Here&#8217;s just one problem: statements can get into an infinite loop if you remove a failed server from the setup.  There are many more problems with it, too.  Never use more than two servers in plain master-master.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jure Pecar</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-364948</link>
		<dc:creator>Jure Pecar</dc:creator>
		<pubDate>Fri, 24 Oct 2008 18:40:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-364948</guid>
		<description>When setting up automated failover and then failback in a circular A-&#62;B-&#62;C-&#62;D-&#62;A replication, which values does one use for master_log_file and master_log_pos in 'change master to' statement?</description>
		<content:encoded><![CDATA[<p>When setting up automated failover and then failback in a circular A-&gt;B-&gt;C-&gt;D-&gt;A replication, which values does one use for master_log_file and master_log_pos in &#8216;change master to&#8217; statement?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PaulM</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-325166</link>
		<dc:creator>PaulM</dc:creator>
		<pubDate>Wed, 09 Jul 2008 12:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-325166</guid>
		<description>So the bottom line is
1) When you are using the master as a consistent snapshot, use SHOW MASTER STATUS to determine the position.
2) When you are using a slave as a consistent snapshot, use SHOW SLAVE STATUS and Exec_Master_Log_Pos.</description>
		<content:encoded><![CDATA[<p>So the bottom line is<br />
1) When you are using the master as a consistent snapshot, use SHOW MASTER STATUS to determine the position.<br />
2) When you are using a slave as a consistent snapshot, use SHOW SLAVE STATUS and Exec_Master_Log_Pos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-324908</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 08 Jul 2008 17:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324908</guid>
		<description>Baron,

Actually SHOW MASTER STATUS has column named "File" and SHOW SLAVE STATUS has Master_Log_File  - check the example printouts above:

Master_Log_File: db01-bin.003814</description>
		<content:encoded><![CDATA[<p>Baron,</p>
<p>Actually SHOW MASTER STATUS has column named &#8220;File&#8221; and SHOW SLAVE STATUS has Master_Log_File  - check the example printouts above:</p>
<p>Master_Log_File: db01-bin.003814</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-324818</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Tue, 08 Jul 2008 11:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324818</guid>
		<description>Peter, I think you're missing Paul's point: not only SHOW MASTER STATUS has a Master_Log_File column.  SHOW SLAVE STATUS does too.  And the value in SHOW SLAVE STATUS is the one that people wrongly use.</description>
		<content:encoded><![CDATA[<p>Peter, I think you&#8217;re missing Paul&#8217;s point: not only SHOW MASTER STATUS has a Master_Log_File column.  SHOW SLAVE STATUS does too.  And the value in SHOW SLAVE STATUS is the one that people wrongly use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-324729</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Tue, 08 Jul 2008 07:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324729</guid>
		<description>It's one of those niggley things which - as you say - is so very easy to do, but you feel ever so silly once you realise because it's really so obvious! A true "I need to wear shades and a baseball cap so no one can see it's me for the next six months"-moment.</description>
		<content:encoded><![CDATA[<p>It&#8217;s one of those niggley things which - as you say - is so very easy to do, but you feel ever so silly once you realise because it&#8217;s really so obvious! A true &#8220;I need to wear shades and a baseball cap so no one can see it&#8217;s me for the next six months&#8221;-moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-324642</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 08 Jul 2008 04:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324642</guid>
		<description>Paul, 

The point is Master_Log_File exists both in CHANGE MASTER TO as parameter and SHOW MASTER STATUS as a column while they mean different thing (you should not take one from SHOW MASTER STATUS and pass it to CHANGE MASTER TO to restart replication)</description>
		<content:encoded><![CDATA[<p>Paul, </p>
<p>The point is Master_Log_File exists both in CHANGE MASTER TO as parameter and SHOW MASTER STATUS as a column while they mean different thing (you should not take one from SHOW MASTER STATUS and pass it to CHANGE MASTER TO to restart replication)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Annesley</title>
		<link>http://www.mysqlperformanceblog.com/2008/07/07/how-show-slave-status-relates-to-change-master-to/#comment-324634</link>
		<dc:creator>Paul Annesley</dc:creator>
		<pubDate>Tue, 08 Jul 2008 03:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=432#comment-324634</guid>
		<description>Thanks for clarifying that - it is easy to be misled by the seemingly-matching terminology.

Do you mean "It does not help SHOW SLAVE STATUS has ..." rather than "It does not help SHOW MASTER STATUS has ..." in the fourth-to-last paragraph?</description>
		<content:encoded><![CDATA[<p>Thanks for clarifying that - it is easy to be misled by the seemingly-matching terminology.</p>
<p>Do you mean &#8220;It does not help SHOW SLAVE STATUS has &#8230;&#8221; rather than &#8220;It does not help SHOW MASTER STATUS has &#8230;&#8221; in the fourth-to-last paragraph?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
