An error occurred fetching the project authors.
- 07 Mar, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 03 Mar, 2005 2 commits
-
-
heikki@hundin.mysql.fi authored
Work around the AIX 5.1 ML7 patch problem in errno at a higher level, in srv0start.c os0file.c: Revert the AIX patch here
-
heikki@hundin.mysql.fi authored
AIX 5.1 after security patch ML7 seems to contain a bug that instead of EEXIST it sets errno to 0 if a file creation fails because the file already exists. Work around that bug by interpreting errno 0 in AIX as EEXIST.
-
- 28 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix Windows porting bugs that broke ibbackup: 1) wrong error check in for CreateDirectory(), 2) wrong error check if the file did not exist in DeleteFile(), 3) too strict sharing restrictions in os_file_create_simple(): when ibbackup called that function, it would not allow mysqld to write to the file
-
- 27 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
We accidentally checked if the DIRECTORY is of type OS_FILE_TYPE_UNKNOWN; our intention was to check if the FILE is that; best to remove the check altogether, as in crash recovery it is safest to try to open also files whose type is unknown os0file.c: Fix a bug: in Windows, os_file_readdir_next_file() returned OS_FILE_TYPE_UNKNOWN as the type of a regular file; this did not break mysqld, but did break ibbackup on Windows
-
- 13 Jan, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
at run-time, so that an executable compiled on Mac OS X 10.2 can be run on Mac OS X 10.2 (without the work-around) and Mac OS X 10.3 and later with the work-aroud enabled.
-
- 12 Jan, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
open interface for setting the "delete-on-close" flag.
-
- 10 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix compiler error on those OS X platforms where Apple's special file flush trick with fcntl() is not defined
-
- 06 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Use the fcntl() file flush method on OS X; Apple disabled fsync() for internal disk drives, which caused corruption in power outages; the patch was recommended by an Apple engineer
-
- 21 Dec, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Put back accidentally removed undef and remove a debug def
-
heikki@hundin.mysql.fi authored
Fix InnoDB bug: on HP-UX, with a 32-bit binary, InnoDB was only able to read or write <= 2 GB files; the reason was that InnoDB treated the return value of lseek() as a 32-bit integer; lseek was used on HP-UX-11 as a replacement for pread() and pwrite() because HAVE_BROKEN_PREAD was defined on that platform
-
- 08 Dec, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Print a better error message to the .err log if InnoDB's advisory file locking fails
-
- 01 Dec, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Let MySQL check the existence of readdir_r with 3 arguments; Solaris seems to have just 2 args Check the existence of readdir_r and localtime_r; even though MySQL does check these too, we need our own check for Hot Backup code os0file.c: Use re-entrant readdir_r where available ut0ut.c: Make a function to use thread-safe localtime_r where available; that particular function was not called from anywhere, though
-
- 26 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Print more warnings to the .err log if ALTER TABLE ... IMPORT TABLESPACE fails for some reason os0file.c: Do not call exit(1) if os_file_delete() fails; remove unused parameter from handle_error_no_exit() fil0fil.c: Allow DROP TABLE even if the .ibd file for the table does not exist
-
- 25 Oct, 2004 1 commit
-
-
lenz@mysql.com authored
-
- 22 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Add typecast from ulint to ssize_t in pread and pwrite, so that the type is according to the Linux man page; this will probably not help to fix the HP-UX 32-bit pwrite failure, since the compiler should do the appropriate typecasts anyway
-
- 21 Oct, 2004 1 commit
-
-
jan@hundin.mysql.fi authored
for InnoDB tables. Note that these times may always be correct ones, because for example ALTER TABLE creates a table again.
-
- 19 Oct, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
InnoDB: print info about how many bytes we were able to read if a file read is not able to read as many bytes as we requested
-
- 23 Sep, 2004 1 commit
-
-
rburnett@build.mysql.com authored
Added #ifdef around is_set in os_aio_print
-
- 11 Sep, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Add more precise diagnostics about the state of the I/O threads of InnoDB; print in SHOW INNODB STATUS if the event wait semaphore of each I/O thread is set
-
- 08 Sep, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 10 Aug, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
os_file_create_tmpfile(): display errno in case of failure
-
marko@hundin.mysql.fi authored
-
- 06 Aug, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
InnoDB: Implement tmpfile() differently on Windows (Bug #3998)
-
- 27 Jul, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Add more diagnostic code to determine when an lsn field gets corrupt; tracks a crash reported from one Itanium computer
-
- 18 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Fixed problem with NULL and derived tables (Bug #4097) Cleanup of new pushed code
-
- 04 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 03 Jun, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Align file i/o buffers for DIRECT_IO; fix mem_alloc()/mem_free() crash bugs that came from Marko's latest cleanup
-
- 02 Jun, 2004 1 commit
-
-
monty@mysql.com authored
-
- 01 Jun, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
Do not lock raw devices or files opened for read only
-
marko@hundin.mysql.fi authored
allow deletion of tablespaces whose names contain "'"
-
- 28 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 27 May, 2004 1 commit
-
-
monty@mysql.com authored
-
- 17 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 14 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 13 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 11 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 05 May, 2004 2 commits
-
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
-
- 06 Apr, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
instead of stdout or fixed-size memory buffers
-