summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* InnoDB: Remove compilation warnings and errors on SGI IRIX.unknown2005-06-221-8/+4
* InnoDB: Replace for loops with memset() where possible.unknown2005-06-225-19/+6
* InnoDB: Correct a function comment.unknown2005-06-222-2/+2
* log0log.c:unknown2005-06-211-1/+1
* InnoDB: Remove some warnings reported by GCC 4.0.0.unknown2005-06-213-15/+9
* Merge hundin.mysql.fi:/home/marko/mysql-5.0unknown2005-06-2176-1675/+1812
|\
| * InnoDB: Remove warnings detected by GCC 4.0.0unknown2005-06-208-47/+37
| * InnoDB: remove flag lock_print_waits from non-debug builds.unknown2005-06-173-2/+28
| * InnoDB: After review fixesunknown2005-06-162-12/+6
| * InnoDB: Fix ut0dbg compilation errors on NetWareunknown2005-06-163-16/+17
| * InnoDB: Remove unreachable debug code from non-debug builds.unknown2005-06-1511-15/+92
| * InnoDB: Cleanup and after review fixes.unknown2005-06-144-30/+35
| * InnoDB: Remove unreferenced debug functions from non-debug builds.unknown2005-06-135-8/+16
| * InnoDB: Remove compiler warningunknown2005-06-103-12/+13
| * InnoDB: minor clean-up in os0fileunknown2005-06-102-8/+13
| * innobase/include/univ.i: Added some comments.unknown2005-06-101-5/+15
| * InnoDB: Improved the handling of assertions.unknown2005-06-102-66/+113
| * btr0cur.c:unknown2005-06-101-5/+15
| * InnoDB: Do not distinguish explicitly requested table locks.unknown2005-06-086-184/+14
| * InnoDB ON UPDATE CASCADE fixes:unknown2005-05-132-20/+41
| * Remove unused function rec_offs_nth_null().unknown2005-04-273-38/+13
| * Fix bugs found in previous optimizations.unknown2005-04-278-36/+37
| * InnoDB: Performance optimizations based on OProfile analysisunknown2005-04-2528-856/+929
| * rem0cmp.c:unknown2005-04-223-74/+52
| * InnoDB: Optimize rec_get_offsets(), rec_copy_prefix_to_buf() andunknown2005-04-223-124/+136
| * row0upd.c:unknown2005-04-223-6/+15
| * InnoDB: Some low-level optimizations made based on OProfile results.unknown2005-04-2212-48/+45
| * dict0dict.c:unknown2005-04-221-10/+13
| * InnoDB: Make branch prediction assume that assertions do not fail.unknown2005-04-212-7/+2
| * InnoDB: Speed up comparison functions by makingunknown2005-04-213-5/+4
| * InnoDB: Reduce memcpy() load in row_sel_pop_cached_row_for_mysql()unknown2005-04-212-2/+5
| * InnoDB: Define some macros around GCC's __builtin_expect()unknown2005-04-2116-68/+82
| * InnoDB: Make CHECK TABLE killable. (Bug #9730)unknown2005-04-205-9/+49
| * InnoDB: Replace the redo log entry typeunknown2005-04-185-22/+35
* | pars0lex.l:unknown2005-06-172-1/+7
* | os0sync.c, os0file.c:unknown2005-06-102-12/+12
* | mergedunknown2005-05-281-0/+5
|\ \
| * \ Merge hundin.mysql.fi:/home/marko/k/mysql-4.0unknown2005-05-261-0/+5
| |\ \
| | * | InnoDB: Check all referencing tables in DROP DATABASE (Bug #10335).unknown2005-05-261-0/+5
* | | | srv0start.c:unknown2005-05-251-3/+4
* | | | Print information about XA recovery only if there are prepared XA transactionsunknown2005-05-241-7/+11
* | | | Manual merge (again)unknown2005-05-141-2/+10
|\ \ \ \ | |/ / /
| * | | row0mysql.c:unknown2005-05-131-2/+10
* | | | After merge fixunknown2005-05-061-0/+3
* | | | Mergeunknown2005-05-064-22/+61
|\ \ \ \ | |/ / /
| * | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-064-20/+61
| |\ \ \
| | * | | InnoDB: Truncate SHOW INNODB STATUS output at the start of the listunknown2005-04-194-20/+61
* | | | | Merge hundin.mysql.fi:/home/heikki/mysql-4.1unknown2005-04-273-1/+27
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | dict0dict.c, dict0dict.h, fil0fil.c:unknown2005-04-273-1/+27
| |/ /
| * | Fixed a bug: deadlock without any locking, simple select and update (Bug #7975).unknown2005-04-181-18/+23