- 21 May, 2005 5 commits
-
-
heikki@hundin.mysql.fi authored
The natural InnoDB type for NEWDECIMAL is FIXBINARY, not BINARY, since there probably is no benefit from stripping trailing bytes 0x20; note that tables created with 5.0.6 and containing DECIMAL do not need to be rebuilt, as BINARY works as well; note that because of Jani's fix to bug 10465, tables created with 5.0.? - 5.0.5 DO NEED TO BE REBUILT if they contain DECIMAL
-
igor@rurik.mysql.com authored
Added test cases for bug #9938. item.h: Fixed bug #9938: missing method not_null_tables for Item_ref.
-
igor@rurik.mysql.com authored
Added missing comment for fix of #10561.
-
igor@rurik.mysql.com authored
Post review corrections for optimization request #10561.
-
igor@rurik.mysql.com authored
Added test cases for optimization request #10561. opt_range.cc, sql_select.cc: Fixed bug #10561: an optimization request to allow range analysis for NOT IN and NOT BETWEEN.
-
- 20 May, 2005 22 commits
-
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
reggie@mdk10.(none) authored
-
reggie@mdk10.(none) authored
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
reggie@mdk10.(none) authored
The problem was that on Windows the access method indicates that access to file such as "com1" and "lpt1" is allowed (since they are device names) and this causes mysql to attempt to open them as databases or tables. The fix was to write our own my_access method that uses other Win32 functions to determine if the given argument is indeed a file and has to requested mode.
-
pem@mysql.com authored
into mysql.com:/home/pem/work/mysql-5.0
-
pem@mysql.comhem.se authored
procedure. by simply disabling 'load' in stored procedures, like it's already disabled for prepared statements. (They must be made "re-execution" safe before working with either PS or SP.)
-
svoj@mysql.com authored
into mysql.com:/mnt/archive/svoj/mysql/mysql-5.0
-
svoj@mysql.com authored
Portability fixes
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-bug-5.0
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/release/mysql-5.0
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.1
-
ramil@mysql.com authored
-
monty@mysql.com authored
-
bell@sanja.is.com.ua authored
-
monty@mysql.com authored
into mysql.com:/home/my/mysql-5.0
-
monty@mysql.com authored
Fixed errors reported by valgrind (some errors in NDB remains)
-
bell@sanja.is.com.ua authored
-
gluh@gluh.mysql.r18.ru authored
into gluh.mysql.r18.ru:/home/gluh/release/mysql-5.0
-
gluh@gluh.mysql.r18.ru authored
"REFERENCED_TABLE_NAME", "REFERENCED_COLUMN_NAME" fields into KEY_COLUMN_USAGE table
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-clean
-
- 19 May, 2005 13 commits
-
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-5.0-build
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-build
-
msvensson@neptunus.(none) authored
Cset exclude: msvensson@neptunus.(none)|ChangeSet|20050425090838|60886
-
jimw@mysql.com authored
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-5.0
-
svoj@mysql.com authored
into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
-
svoj@mysql.com authored
compilation fixes
-
msvensson@neptunus.(none) authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-build
-
reggie@mdk10.(none) authored
sql_udf.cc: changed dl_name to udf->dl in mysql_create_function
-
ramil@mysql.com authored
we need proper rounding there
-
serg@serg.mylan authored
-