- 01 Mar, 2007 1 commit
-
-
tsmith@quadxeon.mysql.com authored
into quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/41
-
- 28 Feb, 2007 5 commits
-
-
msvensson@pilot.blaudden authored
- Thanks to Christian for the patch!
-
msvensson@pilot.blaudden authored
- Add error handling for waitpid returns -1 for "simple run of command"
-
msvensson@pilot.blaudden authored
into pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
- Use "mysql_stmt_field_count" to determine if there is a need to call "mysql_stmt_store_result"
-
- 26 Feb, 2007 1 commit
-
-
msvensson@pilot.blaudden authored
-
- 20 Feb, 2007 4 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
joerg@trift2. authored
The declaration of "thr_client_alarm" had got lost, keep it in "mysys/thr_alarm.c".
-
joerg@trift2. authored
into trift2.:/MySQL/M41/merge-4.1
-
- 19 Feb, 2007 5 commits
-
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
-
msvensson@pilot.blaudden authored
know it's an escape char. Replace /dev/null with NUL Replace "closed stdout" with "not open fd"
-
- 16 Feb, 2007 3 commits
-
-
joerg@trift2. authored
Companion change to this one ChangeSet@1.2206, 2007-01-22 02:32:07+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +8 -0 include/my_pthread.h@1.67, 2007-01-22 02:32:06+02:00, jani@a88-113-38-195.elisa-laajakaista.fi +31 -10 which renamed "sigset()" -> "my_sigset()" but forgot to do it for Windows ...
-
msvensson@pilot.blaudden authored
into pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
mainly occurs on win2003 64bit. - Execute "exec" commands directly with cmd.exe and replace "--exec echo ..." with "--exec .\echo.exe ..."
-
- 15 Feb, 2007 3 commits
-
-
msvensson@pilot.blaudden authored
into pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
joerg@trift2. authored
into trift2.:/MySQL/M41/push-4.1
-
- 14 Feb, 2007 2 commits
-
-
into calliope.local.cmiller:/Volumes/Source/src/mysql-4.1-maint
-
msvensson@pilot.mysql.com authored
-
- 13 Feb, 2007 4 commits
-
-
ibabaev@bk-internal.mysql.com authored
into bk-internal.mysql.com:/data0/bk/mysql-4.1-opt
-
msvensson@pilot.mysql.com authored
-
msvensson@pilot.mysql.com authored
to be expanded in same cases
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
-
- 12 Feb, 2007 7 commits
-
-
holyfoot/hf@mysql.com/hfmain.(none) authored
into mysql.com:/home/hf/work/25492/my41-25492
-
holyfoot/hf@mysql.com/hfmain.(none) authored
-
joerg@trift2. authored
-
joerg@trift2. authored
Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c".
-
joerg@trift2. authored
-
tnurnberg@mysql.com/sin.azundris.com authored
into mysql.com:/home/tnurnberg/24660/41-24660
-
tnurnberg@mysql.com/sin.azundris.com authored
ENUMs weren't allowed to have character 0xff, a perfectly good character in some locales. This was circumvented by mapping 0xff in ENUMs to ',', thereby prevent actual commas from being used. 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.
-
- 09 Feb, 2007 3 commits
-
-
joerg@trift2. authored
into trift2.:/MySQL/M41/push-4.1
-
same fix from 4.0.
-
"update existingtable set anycolumn=nonexisting order by nonexisting" would crash the server. Though we would find the reference to a field, that doesn't mean we can then use it to set some values. It could be a reference to another field. If it is NULL, don't try to use it to set values in the Item_field and instead return an error. Over the previous patch, this signals an error at the location of the error, rather than letting the subsequent deref signal it.
-
- 08 Feb, 2007 2 commits
-
-
tsmith@siva.hindu.god authored
into siva.hindu.god:/home/tsmith/m/bk/maint/41
-
gluh@mysql.com/eagle.(none) authored
into mysql.com:/home/gluh/MySQL/Merge/4.1-opt
-