An error occurred fetching the project authors.
- 25 Nov, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Changes needed for ibbackup directory scanning fault tolerance
-
- 21 Nov, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix the OS error 2 reported by Miguel and Mark in Windows crash recovery: a * had been forgotten from the path in directory scanning ha_innodb.cc: Set default directory in fil0fil.c right if we are running the Embedded Server Library, where the default dir of the process is not necessarily the MySQL datadir
-
- 03 Nov, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge with ibbackup; bug fix: .ibd files were extended 2 x the required amount; InnoDB does not create the small file inno_arch_log... any more at database creation
-
- 19 Oct, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
-
heikki@hundin.mysql.fi authored
Check that writes to data files always happen in to addresses divisible by 16 kB, and the chunk size is also divisible by 16 kB; a user reported 2 corrupt pages from Linux-2.4.20 where an index page seemed displaced
-
- 14 Oct, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix Visual C++ compilation errors reported by Miguel
-
heikki@hundin.mysql.fi authored
IMPORT TABLESPACE must reset lsns if they are too high ha_innodb.cc: DISCARD/IMPORT TABLESPACE must have a TL_WRITE lock on the table
-
- 07 Oct, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Multiple tablespaces for InnoDB sql_table.cc: Tell explicitly that InnoDB should retrieve all columns in CHECKSUM TABLE sql_update.cc, sql_select.cc, my_base.h: More descriptive flag name HA_EXTRA_RETRIEVE_ALL_COLS
-
- 24 Aug, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
strerror() does not work in Windows
-
- 25 Jul, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge trx0trx.c: Print more info about a trx in SHOW INNODB status; try to find the bug reported by Plaxo buf0buf.c: Check that page log sequence numbers are not in the future log0recv.c, log0log.c: Fixed a bug: if you used big BLOBs, and your log files were relatively small, InnoDB could in a big BLOB operation temporarily write over the log produced AFTER the latest checkpoint. If InnoDB would crash at that moment, then the crash recovery would fail, because InnoDB would not be able to scan the log even up to the latest checkpoint. Starting from this version, InnoDB tries to ensure the latest checkpoint is young enough. If that is not possible, InnoDB prints a warning to the .err log
-
- 12 Jul, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Allow also O_DIRECT as innodb_flush_method; it only affects writing to data files
-
- 14 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.14: SAVEPOINT now implemented; InnoDB now accepts also column prefix keys; crashing bug in ON UPDATE CASCADE fixed; page checksum formula fixed
-
- 11 Jun, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Prevent on Windows starting of two mysqld instances on SAME InnoDB files: that could cause severe database corruption
-
- 02 Jun, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Put back Monty's patch which the previous push accidentally erased: print also operation type in os_file_handle_error()
-
heikki@hundin.mysql.fi authored
Release all event semaphores at shutdown also in Windows srv0start.c, srv0srv.c: make test sometimes failed because lock timeout thread exited without decrementing the InnoDB thread counter
-
- 01 Jun, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 30 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Exit all threads created by innoDB at shutdown
-
- 04 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Print progress information if at startup InnoDB creates and writes bigger than 100 MB data file or log file
-
- 02 May, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Eliminate the LOCK_log bottleneck in group commit in binlogging: flush InnoDB log files only after it has been released
-
- 16 Apr, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.13; DROP FOREIGN KEY now works
-
- 07 Mar, 2003 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix bug in previous push
-
heikki@hundin.mysql.fi authored
Print and error message also if a read from file results in the Linux error EEXIST; may happen if the disk is broken
-
- 21 Jan, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
The problem yesterday in ERROR_LOCK_VIOLATION was not InnoDB Hot Backup, but some file system backup tool: add to file writes 100 retries with 1 second waits
-
- 20 Jan, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix an assertion about ERROR_LOCK_VIOLATION 33 in file write if InnoDB Hot Backup is run concurrently with mysqld in Windows
-
- 06 Jan, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Reduce memory usage of the buffer headers Many files: Merge InnoDB-4.1 with AWE support
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
-
- 29 Oct, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution mysqld.cc: Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
-
- 06 Oct, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
SHOW INNODB STATUS always showed average bytes read as 0 in Unix
-
- 20 Sep, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Modifications for query cache + trxs, fix of q.c.+ foreign keys os0file.c: Use unbuffered i/o in Windows
-
- 11 Sep, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Change srv_flush_log_at_trx_commit to ulint, note that ibool is defined as ulint, so this is purely formal change os0file.c: Start using unbuffered i/o again in Windows because sequential read using normal i/o was 4 times slower in XP
-
- 10 Sep, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix a typo: should be buf_page_print
-
- 25 Aug, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Put 'last millisecond' test to make sure page checksum errors do not result from memory corruption in InnoDB os0thread.c, configure.in: Make sure stack size in InnoDB threads in AIX is at least 32 kB
-
- 06 Aug, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52d
-
- 02 Aug, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52c ha_innobase.cc: Test the ref length sanity also in the production version
-
- 19 Jul, 2002 2 commits
-
-
heikki@hundin.mysql.fi authored
Fix a bug in the previous commit change and align also the buffer in simulataled aio for possible use in i/o to raw devices
-
heikki@hundin.mysql.fi authored
Align the buffer used in initing a data file to zero; this may be needed if the data file is actually a raw device
-
- 08 Jul, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.52b
-
- 26 Jun, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Crash the server if file flush does not succeed: the database can get corrupt, better to crash it than let it run
-
- 22 Jun, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge 3.23.52
-
- 21 Mar, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-3.23.50
-