- 23 May, 2005 1 commit
-
-
reggie@mdk10.(none) authored
fixups of test case and comment formatting
-
- 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 4 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
-
- 19 May, 2005 5 commits
-
-
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
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
- 18 May, 2005 20 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
-
jimw@mysql.com authored
-
jimw@mysql.com authored
-
pekka@mysql.com authored
into mysql.com:/space/pekka/ndb/version/my41
-
pekka@mysql.com authored
-
bell@book.sanja.is.com.ua authored
into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-4.1
-
bell@book.sanja.is.com.ua authored
-
igor@rurik.mysql.com authored
Added test cases for bug #7914. sql_select.cc: Fixed bug #7914: rollup over expresssions such as sum(a)+1.
-
igor@rurik.mysql.com authored
Added missing ';'.
-
serg@serg.mylan authored
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
-
serg@serg.mylan authored
-
tulin@dl145c.mysql.com authored
updated error message for ndb
-
matt@mysql.com authored
into mysql.com:/data0/mysqldev/my/mysql-4.1-build
-
- 17 May, 2005 1 commit
-
-
bell@book.sanja.is.com.ua authored
into book.sanja.is.com.ua:/Users/bell/mysql/bk/work-4.1
-
- 16 May, 2005 6 commits
-
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug10095
-
monty@mysql.com authored
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.1-bug10221
-
sergefp@mysql.com authored
-
bell@book.sanja.is.com.ua authored
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-4.1
-
- 15 May, 2005 2 commits
-
-
kent@mysql.com authored
To solve bug#8455, call mysql_affected_rows() earlier, before query to find warnings
-
sergefp@mysql.com authored
into mysql.com:/home/psergey/mysql-4.0-bug10095
-