An error occurred fetching the project authors.
- 20 Apr, 2006 1 commit
-
-
aivanov@mysql.com authored
Fix BUG#18934: "InnoDB crashes when table uses column like DB_ROW_ID". Also, fix memory leaks in row_create_table_for_mysql() in rare corner cases.
-
- 27 Jun, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Remove compiler warnings on Windows - Bug #11580
-
- 21 Jun, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 20 Jun, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 15 Jun, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 18 Apr, 2005 1 commit
-
-
marko@hundin.mysql.fi authored
MLOG_COMP_REC_SEC_DELETE_MARK with MLOG_REC_SEC_DELETE_MARK in order to reduce the space occupied by the redo log.
-
- 09 Mar, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Better ibbackup message Add a message explaining why we do a 'crash recovery' after an ibbackup restore; suggested by Tim Smith
-
- 01 Mar, 2005 2 commits
-
-
marko@hundin.mysql.fi authored
-
marko@hundin.mysql.fi authored
remove old junk and to improve compression ratio. InnoDB: Make implicit type conversions explicit. (Bug #8826)
-
- 21 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Remove superfluous fprintf about log record application in InnoDB startup
-
- 01 Jan, 2005 1 commit
-
-
heikki@hundin.mysql.fi authored
Fix a wrong memset in InnoDB Hot Backup code; the bug probably did not affect anything since we do not assume that the header of a log file is filled with zeros before writing the header info there; the bug found by Felix von Leitner
-
- 18 Dec, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Print progress of background rollback of transactions with more than 1000 undo log entries srv0start.c, trx0roll.c, log0recv.c, trx0roll.h: Cleanup background rollback code in crash recovery; do not flush all modified pages from the buffer pool after a crash recovery: this makes mysqld accesible for users more quickly
-
- 02 Dec, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
Implement more compact InnoDB record format. Old format is available as CREATE TABLE ... ROW_FORMAT=DYNAMIC.
-
- 30 Nov, 2004 1 commit
-
-
jan@hundin.mysql.fi authored
-
- 08 Sep, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 11 Aug, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 21 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
-
- 17 Jun, 2004 2 commits
-
-
heikki@hundin.mysql.fi authored
Revert the patch that put log debug code behind UNIV_LOG_DEBUG
-
heikki@hundin.mysql.fi authored
Revert the patch that put log debug code behind UNIV_LOG_DEBUG log0log.ic, log0recv.c, log0log.c, log0log.h: Revert 1.1730.18.1 about UNIV_LOG_DEBUG: debug code is often needed in debugging the production version
-
- 27 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
Disable log archiving code unless #ifdef UNIV_LOG_ARCHIVE Remove (char*) casts of string constants; add const qualifiers Remove some Hot Backup code unless #ifdef UNIV_HOTBACKUP
-
- 26 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 14 May, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 27 Apr, 2004 1 commit
-
-
monty@mishka.local authored
Changed 'SHOW FIELD STATUS' to use 'Engine' instead of 'Type'
-
- 06 Apr, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
instead of stdout or fixed-size memory buffers
-
- 01 Apr, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 16 Mar, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 13 Mar, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 12 Mar, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
-
- 20 Feb, 2004 1 commit
-
-
marko@hundin.mysql.fi authored
Removed unused code .del-os0trash.c~8cae5c1695501117: Delete: innobase/os/os0trash.c dict0crea.c: Protect all sprintf(%s) with assertions
-
- 02 Jan, 2004 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge a log replay change required by ibbackup
-
- 20 Dec, 2003 1 commit
-
-
monty@mysql.com authored
A after merge fix for last merge
-
- 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
-
- 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
-
- 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
-
- 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
-
- 18 Apr, 2003 1 commit
-
-
heikki@hundin.mysql.fi authored
Make InnoDB to restore old active_index value after a table scan: MySQL may assume that a scan does NOT change active_index; this partially fixes bug 241 of UPDATE ... ORDER BY ... but it still remains that MySQL actually ignores the ORDER BY for both MyISAM and InnoDB tables log0recv.c: Use fflush to make sure report of a corrupt log record is printed to .err log before mysqld crashes
-
- 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
-
- 08 Nov, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Removed compiler warnings about wrong printf formats
-
- 05 Nov, 2002 1 commit
-
-
heikki@hundin.mysql.fi authored
Merge InnoDB-4.0.5b: minor improvements to foreign keys, more logical data dictionary lock
-
- 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
-