<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PlanetMysql.ru - информация о СУБД MySQL &#187; 5.5</title>
	<atom:link href="http://planetmysql.ru/category/5-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://planetmysql.ru</link>
	<description>Блог о самой популярной СУБД MySQL</description>
	<lastBuildDate>Thu, 29 Jul 2010 23:40:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>building MySQL 5.5 with cmake</title>
		<link>http://datacharmer.blogspot.com/2010/04/building-mysql-55-with-cmake.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=building-mysql-5-5-with-cmake</link>
		<comments>http://datacharmer.blogspot.com/2010/04/building-mysql-55-with-cmake.html#comments</comments>
		<pubDate>Thu, 29 Apr 2010 06:38:00 +0000</pubDate>
		<dc:creator>Giuseppe Maxia</dc:creator>
				<category><![CDATA[5.5]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-16959946.post-2067082598522956480</guid>
		<description><![CDATA[Yesterday I was testing a branch of MySQL 5.5 to help a colleague, and I was set aback at discovering that, with the default build options, the server did not include the Archive engine.In other times, I would have to dig into the build scripts or to examine the output of ./configure --help, but that is no longer necessary. MySQL 5.5 is built using cmake, the cross platform make.Why does this change make me feel better? Because cmake configuration is more user friendly than the old autoconf/automake/libtools horror syntax. Not only that, but there is a GUI!I am a command line guy, as you probably know, but when the purpose of a GUI is not only to show off but to make difficult choices easy, then I all for it.In my particular case, I enjoyed the idea of setting the options with a contextual help that told me the choices for each item.If you want to know more about the whole process of building MySQL with CMake, there is a comprehensive guide in MySQL Forge.Before I forget, though, there is something that reconciles my command line nature and the need for a good interface. Instead of using cmake-gui, I can get the same results with ccmakeIt is not as pretty as the graphical UI, but it has the advantage of working in a remote terminal, which for me is a must.So, if you want to try it, grab the latest MySQL 5.5 tree and follow the instructions.]]></description>
			<content:encoded><![CDATA[<table border="0"><tr><td><a href="http://forge.mysql.com/wiki/CMake"><img src="http://lh6.ggpht.com/_gVfZHGgf5LA/S9kfb1nJyPI/AAAAAAAAA3A/vrTipei3JBw/s512/cmake_mysql.png" alt="mysql with cmake" title="MySQL with cmake" width="250" border="0" /></a></td><td>Yesterday I was testing a branch of MySQL 5.5 to help a colleague, and I was set aback at discovering that, with the default build options, the server did not include the Archive engine.<br />In other times, I would have to dig into the build scripts or to examine the output of <code>./configure --help</code>, but that is no longer necessary. MySQL 5.5 is built using <a href="http://www.cmake.org/">cmake</a>, the cross platform <i>make</i>.</td></tr></table><br />Why does this change make me feel better? Because cmake configuration is more user friendly than the old <code>autoconf/automake/libtools</code> horror syntax. Not only that, but there is a GUI!<br />I am a command line guy, as you probably know, but when the purpose of a GUI is not only to show off but to make difficult choices easy, then I all for it.<br /><img src="http://lh3.ggpht.com/_gVfZHGgf5LA/S9kofmF_UDI/AAAAAAAAA3E/lb-piZxfIBw/s576/Screen%20shot%202010-03-01%20at%2021.42.45%20.png" /><br />In my particular case, I enjoyed the idea of setting the options with a contextual help that told me the choices for each item.<br />If you want to know more about the whole process of building MySQL with CMake, there is a <a href="http://forge.mysql.com/wiki/CMake">comprehensive guide in MySQL Forge</a>.<br />Before I forget, though, there is something that reconciles my command line nature and the need for a good interface. Instead of using <code>cmake-gui</code>, I can get the same results with <code>ccmake</code><br /><img src="http://lh6.ggpht.com/_gVfZHGgf5LA/S9kpr5OdFZI/AAAAAAAAA3Y/vgUREOGDsfY/s640/Screen%20shot%202010-04-29%20at%2008.13.36%20.png" /><br />It is not as pretty as the graphical UI, but it has the advantage of working in a remote terminal, which for me is a must.<br />So, if you want to try it, grab the latest <a href="http://code.launchpad.net/mysql-server">MySQL 5.5 tree</a> and follow the <a href="http://forge.mysql.com/wiki/CMake">instructions</a>.<div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/16959946-2067082598522956480?l=datacharmer.blogspot.com" alt="" /></div><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24550&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=24550&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://datacharmer.blogspot.com/2010/04/building-mysql-55-with-cmake.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holiday gift &#8211; A deep look at MySQL 5.5 partitioning enhancements</title>
		<link>http://datacharmer.blogspot.com/2009/12/holiday-gift-deep-look-at-mysql-55.html?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=holiday-gift-a-deep-look-at-mysql-5-5-partitioning-enhancements</link>
		<comments>http://datacharmer.blogspot.com/2009/12/holiday-gift-deep-look-at-mysql-55.html#comments</comments>
		<pubDate>Thu, 24 Dec 2009 19:24:00 +0000</pubDate>
		<dc:creator>Giuseppe Maxia</dc:creator>
				<category><![CDATA[5.1]]></category>
		<category><![CDATA[5.5]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[partitioning]]></category>
		<category><![CDATA[partitions]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-16959946.post-8463892460899345105</guid>
		<description><![CDATA[Half a day into my vacation, I managed to finish an article on a topic that has been intriguing me for a while. Since several colleagues were baffled by the semantics of the new enhancements of MySQL 5.5 partitions, after talking at length with the creator and the author of the manual pages, I produced this article: A deep look at MySQL 5.5 partitioning enhancements.Happy holidays!]]></description>
			<content:encoded><![CDATA[<table border="0"><tr><td><br /><a href="http://dev.mysql.com/tech-resources/articles/mysql_55_partitioning.html"><img src="http://dev.mysql.com/tech-resources/articles/mysql_55_partitioning/partitioning_placement_002.png" width="300" alt="A deep look at MySQL 5.5 partitioning enhancements" title="A deep look at MySQL 5.5 partitioning enhancements" border="0" /></a><br /></td><td><br />Half a day into my vacation, I managed to finish an article on a topic that has been intriguing me for a while. <br />Since several colleagues were baffled by the semantics of the new enhancements of MySQL 5.5 partitions, after talking at length with the creator and the author of the manual pages, I produced this article: <a href="http://dev.mysql.com/tech-resources/articles/mysql_55_partitioning.html">A deep look at MySQL 5.5 partitioning enhancements</a>.<br />Happy holidays!<br /></td></tr></table><div><img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/16959946-8463892460899345105?l=datacharmer.blogspot.com" alt="" /></div><br/>PlanetMySQL Voting:
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=22793&vote=1&apivote=1">Vote UP</a> /
	 <a href="http://planet.mysql.com/entry/vote/?entry_id=22793&vote=-1&apivote=1">Vote DOWN</a>]]></content:encoded>
			<wfw:commentRss>http://datacharmer.blogspot.com/2009/12/holiday-gift-deep-look-at-mysql-55.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
