<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL 5.1 Command line client improvements</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Caught in a Web &#187; MySQL 5.x - Finally improved client</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-145238</link>
		<dc:creator>Caught in a Web &#187; MySQL 5.x - Finally improved client</dc:creator>
		<pubDate>Sat, 14 Jul 2007 11:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-145238</guid>
		<description>[...] 5.x - Finally improved client    Looking at my favorite rss feeds today, I found this post on great MySQL Performance Blog: &#8230;if you press CTRL-C MySQL Command Line Client will not exit [...]</description>
		<content:encoded><![CDATA[<p>[...] 5.x &#8211; Finally improved client    Looking at my favorite rss feeds today, I found this post on great MySQL Performance Blog: &#8230;if you press CTRL-C MySQL Command Line Client will not exit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caught in a Web &#187; MySQL 5.x - Konačno unapređen klijent</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-137818</link>
		<dc:creator>Caught in a Web &#187; MySQL 5.x - Konačno unapređen klijent</dc:creator>
		<pubDate>Wed, 20 Jun 2007 22:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-137818</guid>
		<description>[...] 5.x - Konačno unapređen klijent    Listajući svoje omiljene WebDev feed-ove, za oko mi je zapao jedan post na sjajnom MySQL Perfomance Blogu: &#8230;if you press CTRL-C MySQL Command Line Client will not [...]</description>
		<content:encoded><![CDATA[<p>[...] 5.x &#8211; Konačno unapređen klijent    Listajući svoje omiljene WebDev feed-ove, za oko mi je zapao jedan post na sjajnom MySQL Perfomance Blogu: &#8230;if you press CTRL-C MySQL Command Line Client will not [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136939</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 18 Jun 2007 18:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136939</guid>
		<description>Moazzam,

Please report it as a but  KILL for the query should not cause data corruption.   It would be OK to abort the query and have partially executed insert for MyISAM tables but if index gets corrupted it is surely a bug.</description>
		<content:encoded><![CDATA[<p>Moazzam,</p>
<p>Please report it as a but  KILL for the query should not cause data corruption.   It would be OK to abort the query and have partially executed insert for MyISAM tables but if index gets corrupted it is surely a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moazzam</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136903</link>
		<dc:creator>Moazzam</dc:creator>
		<pubDate>Mon, 18 Jun 2007 16:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136903</guid>
		<description>It won&#039;t let me edit my comment so I am posting a new one. I had an error in the query I posted. Here is the right one :

insert into table1 (id, serial_no) select ‘asd’ as id, count(name) as serial_no from table1 table1_1 where category=’blah’</description>
		<content:encoded><![CDATA[<p>It won&#8217;t let me edit my comment so I am posting a new one. I had an error in the query I posted. Here is the right one :</p>
<p>insert into table1 (id, serial_no) select ‘asd’ as id, count(name) as serial_no from table1 table1_1 where category=’blah’</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moazzam</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136902</link>
		<dc:creator>Moazzam</dc:creator>
		<pubDate>Mon, 18 Jun 2007 16:13:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136902</guid>
		<description>You guys rock! It&#039;s very handy. Using that you can even do a select and an insert in the same query from the same table. It randomly messes up the MYI files, though (which can be repaired by table repair command). It would be great if it didn&#039;t.

I did something like this : 

insert into table1 (id, serial_no) select &#039;asd&#039; as id, count(name) as serial_no from where category=&#039;blah&#039;</description>
		<content:encoded><![CDATA[<p>You guys rock! It&#8217;s very handy. Using that you can even do a select and an insert in the same query from the same table. It randomly messes up the MYI files, though (which can be repaired by table repair command). It would be great if it didn&#8217;t.</p>
<p>I did something like this : </p>
<p>insert into table1 (id, serial_no) select &#8216;asd&#8217; as id, count(name) as serial_no from where category=&#8217;blah&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Perrin Harkins</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136736</link>
		<dc:creator>Perrin Harkins</dc:creator>
		<pubDate>Mon, 18 Jun 2007 04:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136736</guid>
		<description>I agree: great feature!  Very helpful.</description>
		<content:encoded><![CDATA[<p>I agree: great feature!  Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136532</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sun, 17 Jun 2007 16:06:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136532</guid>
		<description>Thanks Jim, Harrison, Paul 

It may have been where for a while I just somehow did not notice it before :)</description>
		<content:encoded><![CDATA[<p>Thanks Jim, Harrison, Paul </p>
<p>It may have been where for a while I just somehow did not notice it before <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136266</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 17 Jun 2007 01:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136266</guid>
		<description>that&#039;s right! i forgot that what i did was based on harrison&#039;s initial patch.</description>
		<content:encoded><![CDATA[<p>that&#8217;s right! i forgot that what i did was based on harrison&#8217;s initial patch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harrison Fisk</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136247</link>
		<dc:creator>Harrison Fisk</dc:creator>
		<pubDate>Sun, 17 Jun 2007 00:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136247</guid>
		<description>I helped with it ;)</description>
		<content:encoded><![CDATA[<p>I helped with it <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jim</title>
		<link>http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/comment-page-1/#comment-136245</link>
		<dc:creator>jim</dc:creator>
		<pubDate>Sun, 17 Jun 2007 00:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/06/16/mysql-51-command-line-client-improvements/#comment-136245</guid>
		<description>i did that.</description>
		<content:encoded><![CDATA[<p>i did that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
