- 19 Dec, 2006 2 commits
-
-
kaa@polly.local authored
into polly.local:/tmp/maint/bug24117/my51-bug24117
-
kaa@polly.local authored
-
- 15 Dec, 2006 1 commit
-
-
kaa@polly.local authored
into polly.local:/tmp/maint/bug24117/my51-bug24117
-
- 14 Dec, 2006 1 commit
-
-
kaa@polly.local authored
Fix for bug #24117 "server crash on a FETCH with a cursor on a table which is not in the table cache" Problem: When creating a temporary field for a temporary table in create_tmp_field_from_field(), a resulting field is created as an exact copy of an original one (in Field::new_field()). However, Field_enum and Field_set contain a pointer (typelib) to memory allocated in the parent table's MEM_ROOT, which under some circumstances may be deallocated later by the time a temporary table is used. Solution: Override the new_field() method for Field_enum and Field_set and create a separate copy of the typelib structure in there.
-
- 27 Nov, 2006 7 commits
-
-
tsmith/tim@siva.hindu.god authored
-
jpipes@shakedown.(none) authored
into shakedown.(none):/home/jpipes/dev/mysql-5.1-new-maint2
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Don't link mysql_upgrade with mysys
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
- 24 Nov, 2006 5 commits
-
-
kaa@polly.local authored
into polly.local:/home/kaa/src/maint/mysql-5.1-maint
-
kaa@polly.local authored
into polly.local:/tmp/maint/bug22077/my51-bug22077
-
knielsen@ymer.(none) authored
into ymer.(none):/usr/local/mysql/tmp/mysql-5.1-new-maint
-
knielsen@ymer.(none) authored
into ymer.(none):/usr/local/mysql/tmp/mysql-5.0-gca
-
knielsen@ymer.(none) authored
traces in Valgrind (broken libc6-dbg). Installing libc6-dbg on Debian will still provide proper bactraces, even without setting LD_LIBRARY_PATH explicitly.
-
- 23 Nov, 2006 19 commits
-
-
msvensson@neptunus.(none) authored
since that is where the lang files etc are
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Remove other warnings about unused variables
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
And it's not an "opt"
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- Put 'my_getpagesize' in it's own .c file - Map the call 'my_getpagesize' directly to 'getpagesize' if it exists - Add default implementation for 'my_getpagesize' to be used if no platform specfic function exists
-
mats@romeo.(none) authored
Disabling debug printouts for valgrind builds that print unallocated memory.
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
-
mats@romeo.(none) authored
Removing valgrind memory checks from code.
-
mats@romeo.(none) authored
Patch to fix valgrind warning that uninitialized bytes were written. The warning was caused by set_default(), which assumes that the field pointer is pointing into record[0], while all other functions honors the move_field_offset().
-
msvensson@neptunus.(none) authored
-
- 22 Nov, 2006 5 commits
-
-
-
andrey@example.com authored
into example.com:/work/bug24396/my51
-
andrey@example.com authored
-
into mysql.com:/usr/home/ram/work/bug21789/my41-bug21789
-
ramil/ram@myoffice.izhnet.ru authored
into mysql.com:/usr/home/ram/work/bug21789/my51-bug21789
-