<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-15622618.post8775830487953822132..comments</id><updated>2011-09-30T14:41:47.782-07:00</updated><category term='EAV table'/><category term='LAMP'/><category term='drizzle'/><category term='bye'/><category term='MySQL'/><category term='blackhole'/><category term='bug'/><category term='twitter'/><category term='JOIN performance'/><category term='binary logs'/><category term='savepoint'/><category term='replication'/><category term='MyCAT'/><category term='InnoDB'/><title type='text'>Comments on Deva's MySQL / Linux blog: Error 153 when creating savepoints</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.dbadeva.com/feeds/8775830487953822132/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15622618/8775830487953822132/comments/default'/><link rel='alternate' type='text/html' href='http://blog.dbadeva.com/2008/07/error-153-when-creating-savepoints.html'/><author><name>Devananda vdv</name><uri>http://www.blogger.com/profile/03378341125039609409</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp3.blogger.com/_1iBhwYW5_GQ/SHjs0tHXaEI/AAAAAAAAABM/BIuc8KttaBU/S220/deva_vanity_2_small.JPG'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-15622618.post-5029422181047756840</id><published>2011-09-30T14:41:47.782-07:00</published><updated>2011-09-30T14:41:47.782-07:00</updated><title type='text'>AT-HE,

Blindly skipping replication errors is a s...</title><content type='html'>AT-HE,&lt;br /&gt;&lt;br /&gt;Blindly skipping replication errors is a sure way to get the replication slave out of sync with the master. While this may get replication running again, the slave&amp;#39;s data will probably become different from the master&amp;#39;s data because the skipped statement did not run on the slave. Furthermore, depending on the particular event being skipped, you might not solve anything at all -- the very next statement may fail because it depended on the statement you skipped!&lt;br /&gt;&lt;br /&gt;Moral of the story: don&amp;#39;t use SQL_SLAVE_SKIP_COUNTER unless you really, really know what you&amp;#39;re doing!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15622618/8775830487953822132/comments/default/5029422181047756840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15622618/8775830487953822132/comments/default/5029422181047756840'/><link rel='alternate' type='text/html' href='http://blog.dbadeva.com/2008/07/error-153-when-creating-savepoints.html?showComment=1317418907782#c5029422181047756840' title=''/><author><name>Devananda vdv</name><uri>http://www.blogger.com/profile/03378341125039609409</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='26' height='32' src='http://bp3.blogger.com/_1iBhwYW5_GQ/SHjs0tHXaEI/AAAAAAAAABM/BIuc8KttaBU/S220/deva_vanity_2_small.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.dbadeva.com/2008/07/error-153-when-creating-savepoints.html' ref='tag:blogger.com,1999:blog-15622618.post-8775830487953822132' source='http://www.blogger.com/feeds/15622618/posts/default/8775830487953822132' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-354425924'/></entry><entry><id>tag:blogger.com,1999:blog-15622618.post-4627457500816638304</id><published>2011-09-30T14:22:48.579-07:00</published><updated>2011-09-30T14:22:48.579-07:00</updated><title type='text'>i readed somewhere that by skipping the error caus...</title><content type='html'>i readed somewhere that by skipping the error causing slave subprocess stop, can resume replication activity&lt;br /&gt;&lt;br /&gt;show slave status\G&lt;br /&gt;-- if any &amp;quot;slave running:no&amp;quot; slave thread has stopped&lt;br /&gt;-- below shows query that has stopped slave&lt;br /&gt;&lt;br /&gt;-- tell mysql to skip 1 (last, bugged) query&lt;br /&gt;stop slave;&lt;br /&gt;SET GLOBAL SQL_SLAVE_SKIP_COUNTER=1;&lt;br /&gt;start slave;&lt;br /&gt;&lt;br /&gt;-- check slave status again</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/15622618/8775830487953822132/comments/default/4627457500816638304'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/15622618/8775830487953822132/comments/default/4627457500816638304'/><link rel='alternate' type='text/html' href='http://blog.dbadeva.com/2008/07/error-153-when-creating-savepoints.html?showComment=1317417768579#c4627457500816638304' title=''/><author><name>AT-HE</name><uri>http://netgame.cl</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.dbadeva.com/2008/07/error-153-when-creating-savepoints.html' ref='tag:blogger.com,1999:blog-15622618.post-8775830487953822132' source='http://www.blogger.com/feeds/15622618/posts/default/8775830487953822132' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1760982488'/></entry></feed>
