<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/mysqlcc/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/mysqlcc/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 25 Mar 2015 21:06:18 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mysqlcc/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>#4 Build fixes for recent mysql/mariadb client libraries</title><link>https://sourceforge.net/p/mysqlcc/patches/4/?limit=25#6e69</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Finally, the message window is to small by default to see most messages&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Linton</dc:creator><pubDate>Wed, 25 Mar 2015 21:06:18 -0000</pubDate><guid>https://sourceforge.net4caa07189b42a685fe08203e4c542990a0768003</guid></item><item><title>#4 Build fixes for recent mysql/mariadb client libraries</title><link>https://sourceforge.net/p/mysqlcc/patches/4/?limit=25#ae1c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Additionally the table creation needs to use "ENGINE" instead of type.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Linton</dc:creator><pubDate>Wed, 25 Mar 2015 21:05:08 -0000</pubDate><guid>https://sourceforge.net48712bd7d3aa1418fac01d93f3e82739c11d0c9e</guid></item><item><title>Build fixes for recent mysql/mariadb client libraries</title><link>https://sourceforge.net/p/mysqlcc/patches/4/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This tweaks the options structure, and adds a call to my_init() before the load_defaults() call. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeremy Linton</dc:creator><pubDate>Tue, 26 Aug 2014 19:05:23 -0000</pubDate><guid>https://sourceforge.netd76a086072fa9a3f9846cd4bb4e60484e676b359</guid></item><item><title>Limit Select Queries field is ignored... patch</title><link>https://sourceforge.net/p/mysqlcc/patches/3/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This 'bug' appears to be in the second call to mysql_init that's made on line 219 of /shared/src/CMySQL.cpp.  I think the second call to mysql_init cancels all the prior init_commands that run in the lines above.  I commented out this line, recompiled the code, and everything appears to work correctly, although I haven't done extensive testing.  The Limit from the server Dialog setup appears to propigate to the actual queries when double-clicking on a table.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nate Reid</dc:creator><pubDate>Fri, 26 Jan 2007 23:17:09 -0000</pubDate><guid>https://sourceforge.net89840dcb8f8b0b78a30243294008d4564c6d5e1a</guid></item><item><title>build crash when calling mysql_shutdown()</title><link>https://sourceforge.net/p/mysqlcc/patches/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;bug when building mysqlcc 0.9.7 from source on RHEL 3 :&lt;br /&gt;
in shared/src/MySQL.cpp, the call to mysql_shutdown()&lt;br /&gt;
function is erroneous : it is calling the function with&lt;br /&gt;
2 parameters (mysql, SHUTDOWN_DEFAULT) , while it is&lt;br /&gt;
defined in mysql.h with only one argument.&lt;br /&gt;
the patch simply deletes 'SHUTDOWN_DEFAULT'.&lt;/p&gt;
&lt;p&gt;The used mysql version is : &lt;br /&gt;
12.22 Distrib 4.0.20 intel-linux (i686)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vassiliz</dc:creator><pubDate>Fri, 15 Sep 2006 15:42:26 -0000</pubDate><guid>https://sourceforge.netac8f3c9f1342bacf86897c0a4b32fbab315b2b70</guid></item><item><title>multi-byte problems</title><link>https://sourceforge.net/p/mysqlcc/patches/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Environment:&lt;br /&gt;
RedHat Linux Fedora 0.95&lt;br /&gt;
Mysql Control Center 0.9.3-beta&lt;br /&gt;
LANG=ko_KR.eucKR&lt;br /&gt;
MS Windows 2000&lt;br /&gt;
Mysql Control Center 0.9.3-beta&lt;br /&gt;
codepage=cp949(Korean)&lt;/p&gt;
&lt;p&gt;Problems:&lt;br /&gt;
1. I made a field with char(40).&lt;br /&gt;
2. I put many korean alphabets(it called 'hangul') to&lt;br /&gt;
field, that gets until was filled 40 characters.&lt;br /&gt;
3. save&lt;br /&gt;
4. there were only 20 characters.&lt;br /&gt;
5. I put 18 hanguls and two characters(english), and&lt;br /&gt;
save it.&lt;br /&gt;
6. there were 5 hanguls and a broken character.&lt;/p&gt;
&lt;p&gt;ok, it is miss counting of multi-byte strings.&lt;/p&gt;
&lt;p&gt;And so, I wrote two patches.&lt;br /&gt;
The one is for good update, different one is for good edit.&lt;br /&gt;
It seems good under linux, but I don't test under&lt;br /&gt;
windows because I haven't pre-complied QT library for&lt;br /&gt;
mingw32.&lt;br /&gt;
So if my patches is not bad, I look for take patched&lt;br /&gt;
excutable binary for win32.&lt;/p&gt;
&lt;p&gt;Sorry for my poor english, and thanks to your effortsss!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Son, Kyung-uk</dc:creator><pubDate>Sun, 02 Nov 2003 08:32:13 -0000</pubDate><guid>https://sourceforge.net9f0e45666a2a7165393d312658d9f3493fb455fa</guid></item></channel></rss>