summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* InnoDB: Make the srv_thread_concurrency checks more consistent.marko@hundin.mysql.fi2005-07-062-14/+4
* InnoDB: Fix compile-pentium-debug-max compilation problem.marko@hundin.mysql.fi2005-07-052-9/+12
* Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0marko@hundin.mysql.fi2005-07-044-86/+133
|\
| * InnoDB: Fix a bug in BLOB handling; optimize null flag handling.marko@hundin.mysql.fi2005-06-301-38/+67
| * InnoDB: Optimize page_cur_search_with_match().marko@hundin.mysql.fi2005-06-303-48/+66
* | row0sel.c:heikki@hundin.mysql.fi2005-07-021-3/+11
* | trx0trx.h, trx0trx.ic, row0mysql.c:heikki@hundin.mysql.fi2005-07-013-5/+5
* | trx0trx.ic, trx0trx.h:heikki@hundin.mysql.fi2005-07-012-9/+17
* | Many files:heikki@hundin.mysql.fi2005-07-017-68/+287
|/
* Merge hundin.mysql.fi:/home/marko/mysql-4.1marko@hundin.mysql.fi2005-06-283-40/+40
|\
| * InnoDB: After review fixesmarko@hundin.mysql.fi2005-06-271-3/+10
| * InnoDB: Optimize the extension of files. This will greatly speedmarko@hundin.mysql.fi2005-06-273-43/+33
* | Many files:heikki@hundin.mysql.fi2005-06-278-19/+26
* | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0heikki@hundin.mysql.fi2005-06-271-0/+7
|\ \
| * | WL#2286 - Compile MySQL w/YASSL supportsvoj@mysql.com2005-06-231-0/+7
* | | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0heikki@hundin.mysql.fi2005-06-228-29/+12
|\ \ \ | |/ /
| * | InnoDB: Remove compilation warnings and errors on SGI IRIX.marko@hundin.mysql.fi2005-06-221-8/+4
| * | InnoDB: Replace for loops with memset() where possible.marko@hundin.mysql.fi2005-06-225-19/+6
| * | InnoDB: Correct a function comment.marko@hundin.mysql.fi2005-06-222-2/+2
* | | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0heikki@hundin.mysql.fi2005-06-211-16/+12
|\ \ \ | |/ / |/| |
| * | trx0undo.c:heikki@hundin.mysql.fi2005-06-171-16/+12
* | | log0log.c:marko@hundin.mysql.fi2005-06-211-1/+1
* | | InnoDB: Remove some warnings reported by GCC 4.0.0.marko@hundin.mysql.fi2005-06-213-15/+9
* | | Merge hundin.mysql.fi:/home/marko/mysql-5.0marko@hundin.mysql.fi2005-06-2176-1675/+1812
|\ \ \ | |/ / |/| |
| * | InnoDB: Remove warnings detected by GCC 4.0.0marko@hundin.mysql.fi2005-06-208-47/+37
| * | InnoDB: remove flag lock_print_waits from non-debug builds.marko@hundin.mysql.fi2005-06-173-2/+28
| * | InnoDB: After review fixesmarko@hundin.mysql.fi2005-06-162-12/+6
| * | InnoDB: Fix ut0dbg compilation errors on NetWaremarko@hundin.mysql.fi2005-06-163-16/+17
| * | InnoDB: Remove unreachable debug code from non-debug builds.marko@hundin.mysql.fi2005-06-1511-15/+92
| * | InnoDB: Cleanup and after review fixes.marko@hundin.mysql.fi2005-06-144-30/+35
| * | InnoDB: Remove unreferenced debug functions from non-debug builds.marko@hundin.mysql.fi2005-06-135-8/+16
| * | InnoDB: Remove compiler warningmarko@hundin.mysql.fi2005-06-103-12/+13
| * | InnoDB: minor clean-up in os0filemarko@hundin.mysql.fi2005-06-102-8/+13
| * | innobase/include/univ.i: Added some comments.marko@hundin.mysql.fi2005-06-101-5/+15
| * | InnoDB: Improved the handling of assertions.marko@hundin.mysql.fi2005-06-102-66/+113
| * | btr0cur.c:marko@hundin.mysql.fi2005-06-101-5/+15
| * | InnoDB: Do not distinguish explicitly requested table locks.marko@hundin.mysql.fi2005-06-086-184/+14
| * | InnoDB ON UPDATE CASCADE fixes:marko@hundin.mysql.fi2005-05-132-20/+41
| * | Remove unused function rec_offs_nth_null().marko@hundin.mysql.fi2005-04-273-38/+13
| * | Fix bugs found in previous optimizations.marko@hundin.mysql.fi2005-04-278-36/+37
| * | InnoDB: Performance optimizations based on OProfile analysismarko@hundin.mysql.fi2005-04-2528-856/+929
| * | rem0cmp.c:marko@hundin.mysql.fi2005-04-223-74/+52
| * | InnoDB: Optimize rec_get_offsets(), rec_copy_prefix_to_buf() andmarko@hundin.mysql.fi2005-04-223-124/+136
| * | row0upd.c:marko@hundin.mysql.fi2005-04-223-6/+15
| * | InnoDB: Some low-level optimizations made based on OProfile results.marko@hundin.mysql.fi2005-04-2212-48/+45
| * | dict0dict.c:marko@hundin.mysql.fi2005-04-221-10/+13
| * | InnoDB: Make branch prediction assume that assertions do not fail.marko@hundin.mysql.fi2005-04-212-7/+2
| * | InnoDB: Speed up comparison functions by makingmarko@hundin.mysql.fi2005-04-213-5/+4
| * | InnoDB: Reduce memcpy() load in row_sel_pop_cached_row_for_mysql()marko@hundin.mysql.fi2005-04-212-2/+5
| * | InnoDB: Define some macros around GCC's __builtin_expect()marko@hundin.mysql.fi2005-04-2116-68/+82