- 23 May, 2005 6 commits
-
-
reggie@mdk10.(none) authored
-
reggie@mdk10.(none) authored
This final cset is to fix a syntax problem in ha_myisammrg.cc where a / was left out of a format string. It also adds a check in has_path to avoid a possible redundant comparison. ha_myisammrg.cc: Replaced missing / in format string my_getwd.c: Added test to see if FN_LIBCHAR != '/' before doing comparison to avoid redundant comparison
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/mysql-4.1
-
reggie@mdk10.(none) authored
This cset is to roll out the cset applied earlier from Ingo. This bug has been fixed with a different cset.
-
msvensson@neptunus.(none) authored
-
reggie@mdk10.(none) authored
This is a replacement for the original patch given by Ingo. This one comes from Monty. The problem is that merge files now use unix style pathnames on all platforms. The merge file open code was not properly converting those pathnames back to non-unix when necessary.
-
- 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 12 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
This patch was submitted by Ingo and it appears to work correctly.
-
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
-