- 19 Jan, 2007 2 commits
-
-
iggy@recycle.(none) authored
into recycle.(none):/src/bug22807/my51-bug22807
-
iggy@recycle.(none) authored
- Corrected compiler warnings and performance problems with new dynstr_append_os_quoted function.
-
- 18 Jan, 2007 2 commits
-
-
iggy@recycle.(none) authored
into recycle.(none):/src/bug22807/my51-bug22807
-
iggy@recycle.(none) authored
- Create space safe strings for system() calls in mysql_upgrade.exe
-
- 17 Jan, 2007 6 commits
-
-
cmiller@zippy.cornsilk.net authored
-
cmiller@zippy.cornsilk.net authored
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug23721/my51-bug23721
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/bug23721/my50-bug23721
-
cmiller@zippy.cornsilk.net authored
hyphen in it (like ds-cpl). convert illegal chars in cpu flags to '_' for variable assignment
-
cmiller@zippy.cornsilk.net authored
-
- 16 Jan, 2007 2 commits
-
-
msvensson@neptunus.(none) authored
Abandon attempt to only use one for some tests that don't use the second master
-
msvensson@neptunus.(none) authored
-
- 15 Jan, 2007 4 commits
-
-
msvensson@neptunus.(none) authored
Cset exclude: cmiller@221.54.57.10.in-addr.arpa.cmiller/221.54.57.10.in-addr.arpa|ChangeSet|20070111195403|30218
-
iggy@recycle.(none) authored
into recycle.(none):/src/mysql-5.1-maint
-
iggy@recycle.(none) authored
into recycle.(none):/src/bug19424/my51-bug19424
-
iggy@recycle.(none) authored
- Re-enabling optimization on all except innodb/mem/*.
-
- 11 Jan, 2007 10 commits
-
-
tnurnberg@sin.azundris.com authored
into mysql.com:/home/tnurnberg/work/mysql-5.1-maint-24660
-
readonly seems like a good idea, but the test suite isn't expecting those statements in some places. Figure out how we want to use this code later.
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-5.1-maint
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-5.1-maint
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-5.0-maint
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-4.1-maint
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/mysql-5.1-maint
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/bug24751/my51-bug24751
-
Kristofer.Pettersson@naruto. authored
into naruto.:C:/cpp/bug24751/my50-bug24751
-
Kristofer.Pettersson@naruto. authored
- When cache memory can't be allocated size is recaclulated using 3/4 of the requested memory. This number is rounded up to the nearest min_cache step. However with the previous implementation the new cache size might become bigger than requested because of this rounding and thus we get an infinit loop. - This patch fixes this problem by ensuring that the new cache size always will be smaller on the second and subsequent iterations until we reach min_cache.
-
- 09 Jan, 2007 6 commits
-
-
tnurnberg@mysql.com/sin.azundris.com authored
ENUMs weren't allowed to have character 0xff, a perfectly good character in many locales. This was circumvented by mapping 0xff in ENUMs to ',', thereby prevent actual commas from being used (because they too would get converted to 0xff on load). Now if 0xff makes an appearance, we find a character not used in the enum and use that as a separator. If no such character exists, we throw an error. Any solution would have broken some sort of existing behaviour. This solution should serve both fractions (those with 0xff and those with ',' in their enums), but WILL REQUIRE A DUMP/RESTORE CYCLE FROM THOSE WITH 0xff IN THEIR ENUMS. :-/ That is, mysqldump with their current server, and restore when upgrading to one with this patch. (port of the original 4.1 patch. incorporates some suggestions by kaamos.)
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/mysql-5.1-maint
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/bug23010/my51-bug23010
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/bug23010/my50-bug23010
-
thek@kpdesk.mysql.com authored
into kpdesk.mysql.com:/home/thek/dev/bug23010/my41-fix23010
-
thek@kpdesk.mysql.com authored
-
- 07 Jan, 2007 2 commits
-
-
cmiller@zippy.cornsilk.net authored
error.
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.1-maint-greener
-
- 06 Jan, 2007 5 commits
-
-
cmiller@zippy.cornsilk.net authored
-
cmiller@zippy.cornsilk.net authored
changes.
-
cmiller@zippy.cornsilk.net authored
Reset the info after using those files.
-
brian@zim.(none) authored
-
brian@zim.(none) authored
Cleaning up warning for windows. Innodb is compiled but disable on Windows, so it should be fine. NDB wasn't compiled in, which is what caused the issue.
-
- 04 Jan, 2007 1 commit
-
-
brian@zim.(none) authored
into zim.(none):/home/brian/mysql/merge-5.1
-