- 22 Dec, 2006 1 commit
-
-
We use val_int() calls (followed by null_value check) to determine nullness in some Item_sum_count' and Item_sum_count_distinct' methods, as a side effect we get extra warnings raised in the val_int(). Fix: use is_null() instead.
-
- 19 Dec, 2006 1 commit
-
-
kaa@polly.local authored
-
- 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.
-
- 24 Nov, 2006 2 commits
-
-
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.
-
- 22 Nov, 2006 10 commits
-
-
into mysql.com:/usr/home/ram/work/bug21789/my41-bug21789
-
into mysql.com:/usr/home/ram/work/bug21789/my50-bug21789
-
into mysql.com:/usr/home/ram/work/bug21789/my50-bug21789
-
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
-
into mysql.com:/usr/home/ram/work/bug22029/my41-bug22029
-
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
-
iggy@rolltop.ignatz42.dyndns.org authored
- Use more appropriate test case.
-
iggy@rolltop.ignatz42.dyndns.org authored
- Post Merge Fix.
-
into mysql.com:/usr/home/ram/work/bug22029/my50-bug22029
-
iggy@rolltop.ignatz42.dyndns.org authored
- Client side readline functions unconditionally search for Unix '\n' line endings. In this case, the delimiter statement was set to '//\r' instead of the intended '//'. When removing the '\n' check for and remove preceeding '\r' character as well.
-
- 21 Nov, 2006 9 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
columns to make sure they both exist and have the intended type
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
mysql_fix_privilege_tables.s's ability to convert the system tables as of 3.20 to current system table format Add similar test for 4.1.23 tables - but use "mysql < mysql_fix_privilege_tables.sql" so it can be run on any platform.
-
msvensson@neptunus.(none) authored
-
msvensson@shellback.(none) authored
-
- 20 Nov, 2006 6 commits
-
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
-
cmiller@zippy.cornsilk.net authored
"Y" are different) to utf8_general_ci (where same).
-
msvensson@shellback.(none) authored
$MYSQLTEST_VARDIR, for usage of vardir=e:/var<nnn> on windows
-
- 17 Nov, 2006 10 commits
-
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
Update usage description
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
-
msvensson@neptunus.(none) authored
- Set environment variable BIG_TEST when using --big-test - Skip comment lines when looking for features a test case supports.
-