<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/mysqlcc/patches/" rel="alternate"/><link href="https://sourceforge.net/p/mysqlcc/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/mysqlcc/patches/</id><updated>2015-03-25T21:06:18.671000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>#4 Build fixes for recent mysql/mariadb client libraries</title><link href="https://sourceforge.net/p/mysqlcc/patches/4/?limit=25#6e69" rel="alternate"/><published>2015-03-25T21:06:18.671000Z</published><updated>2015-03-25T21:06:18.671000Z</updated><author><name>Jeremy Linton</name><uri>https://sourceforge.net/u/jlinton/</uri></author><id>https://sourceforge.net4caa07189b42a685fe08203e4c542990a0768003</id><summary type="html">&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;</summary></entry><entry><title>#4 Build fixes for recent mysql/mariadb client libraries</title><link href="https://sourceforge.net/p/mysqlcc/patches/4/?limit=25#ae1c" rel="alternate"/><published>2015-03-25T21:05:08.055000Z</published><updated>2015-03-25T21:05:08.055000Z</updated><author><name>Jeremy Linton</name><uri>https://sourceforge.net/u/jlinton/</uri></author><id>https://sourceforge.net48712bd7d3aa1418fac01d93f3e82739c11d0c9e</id><summary type="html">&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;</summary></entry><entry><title>Build fixes for recent mysql/mariadb client libraries</title><link href="https://sourceforge.net/p/mysqlcc/patches/4/" rel="alternate"/><published>2014-08-26T19:05:23.300000Z</published><updated>2014-08-26T19:05:23.300000Z</updated><author><name>Jeremy Linton</name><uri>https://sourceforge.net/u/jlinton/</uri></author><id>https://sourceforge.netd76a086072fa9a3f9846cd4bb4e60484e676b359</id><summary type="html">&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;</summary></entry><entry><title>Limit Select Queries field is ignored... patch</title><link href="https://sourceforge.net/p/mysqlcc/patches/3/" rel="alternate"/><published>2007-01-26T23:17:09Z</published><updated>2007-01-26T23:17:09Z</updated><author><name>Nate Reid</name><uri>https://sourceforge.net/u/gnatty/</uri></author><id>https://sourceforge.net89840dcb8f8b0b78a30243294008d4564c6d5e1a</id><summary type="html">&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;</summary></entry><entry><title>build crash when calling mysql_shutdown()</title><link href="https://sourceforge.net/p/mysqlcc/patches/2/" rel="alternate"/><published>2006-09-15T15:42:26Z</published><updated>2006-09-15T15:42:26Z</updated><author><name>vassiliz</name><uri>https://sourceforge.net/u/vassiliz/</uri></author><id>https://sourceforge.netac8f3c9f1342bacf86897c0a4b32fbab315b2b70</id><summary type="html">&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;</summary></entry><entry><title>multi-byte problems</title><link href="https://sourceforge.net/p/mysqlcc/patches/1/" rel="alternate"/><published>2003-11-02T08:32:13Z</published><updated>2003-11-02T08:32:13Z</updated><author><name>Son, Kyung-uk</name><uri>https://sourceforge.net/u/userid-790027/</uri></author><id>https://sourceforge.net9f0e45666a2a7165393d312658d9f3493fb455fa</id><summary type="html">&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;</summary></entry></feed>