- 26 May, 2005 1 commit
-
-
jimw@mysql.com authored
engines when lower_case_table_names == 2, as it did previously for InnoDB and MEMORY. (Bug #9660)
-
- 24 May, 2005 7 commits
-
-
jani@ua141d10.elisa.omakaista.fi authored
into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
-
jani@ua141d10.elisa.omakaista.fi authored
-
reggie@mdk10.(none) authored
into mdk10.(none):/home/reggie/bk/41test2
-
reggie@mdk10.(none) authored
-
acurtis@xiphis.org authored
into xiphis.org:/usr/home/antony/work2/p3-bug7241.5
-
acurtis@xiphis.org authored
-
acurtis@xiphis.org authored
Only acquire necessary write lock for multi-delete
-
- 23 May, 2005 10 commits
-
-
lars@mysql.com authored
-
gbichot@bk-internal.mysql.com authored
-
reggie@mdk10.(none) authored
fixups of test case and comment formatting
-
lars@mysql.com 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.
-
lars@mysql.com authored
-
- 21 May, 2005 1 commit
-
-
reggie@mdk10.(none) authored
This is a second patch needing another review. The first patch didn't solve the entire problem. open and fopen on Windows will still open files like "com1.sym" when they shouldn't. This patch checks that the file exists before trying to open it.
-
- 20 May, 2005 5 commits
-
-
reggie@mdk10.(none) authored
-
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.
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.1
-
ramil@mysql.com authored
-
lars@mysql.com authored
-
- 19 May, 2005 8 commits
-
-
reggie@mdk10.(none) authored
This patch was submitted by Ingo and it appears to work correctly.
-
reggie@mdk10.(none) authored
sql_udf.cc: changed dl_name to udf->dl in mysql_create_function
-
ramil@mysql.com authored
into mysql.com:/usr/home/ram/work/mysql-4.1
-
ramil@mysql.com authored
-
lars@mysql.com authored
-
lars@mysql.com authored
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 18 May, 2005 8 commits
-
-
serg@serg.mylan authored
-
bell@book.sanja.is.com.ua authored
into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-4.1
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.0
-
serg@serg.mylan authored
when reporting an error, use an appropriate buffer for udf->name
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-4.1-4100
-
ingo@mysql.com authored
After review version. Added a condition for MERGE tables. These do not have unique indexes. But every key could be a unique key on the underlying MyISAM table. So get the maximum key length for MERGE tables instead of the maximum unique key length. This is used for buffer allocation in write_record().
-
jimw@mysql.com authored
into mysql.com:/home/jimw/my/mysql-4.1-clean
-
jimw@mysql.com authored
-