Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-23 | 1 | -0/+7 |
* | InnoDB: Remove compilation warnings and errors on SGI IRIX. | marko@hundin.mysql.fi | 2005-06-22 | 1 | -8/+4 |
* | InnoDB: Replace for loops with memset() where possible. | marko@hundin.mysql.fi | 2005-06-22 | 5 | -19/+6 |
* | InnoDB: Correct a function comment. | marko@hundin.mysql.fi | 2005-06-22 | 2 | -2/+2 |
* | log0log.c: | marko@hundin.mysql.fi | 2005-06-21 | 1 | -1/+1 |
* | InnoDB: Remove some warnings reported by GCC 4.0.0. | marko@hundin.mysql.fi | 2005-06-21 | 3 | -15/+9 |
* | Merge hundin.mysql.fi:/home/marko/mysql-5.0 | marko@hundin.mysql.fi | 2005-06-21 | 76 | -1675/+1812 |
|\ | |||||
| * | InnoDB: Remove warnings detected by GCC 4.0.0 | marko@hundin.mysql.fi | 2005-06-20 | 8 | -47/+37 |
| * | InnoDB: remove flag lock_print_waits from non-debug builds. | marko@hundin.mysql.fi | 2005-06-17 | 3 | -2/+28 |
| * | InnoDB: After review fixes | marko@hundin.mysql.fi | 2005-06-16 | 2 | -12/+6 |
| * | InnoDB: Fix ut0dbg compilation errors on NetWare | marko@hundin.mysql.fi | 2005-06-16 | 3 | -16/+17 |
| * | InnoDB: Remove unreachable debug code from non-debug builds. | marko@hundin.mysql.fi | 2005-06-15 | 11 | -15/+92 |
| * | InnoDB: Cleanup and after review fixes. | marko@hundin.mysql.fi | 2005-06-14 | 4 | -30/+35 |
| * | InnoDB: Remove unreferenced debug functions from non-debug builds. | marko@hundin.mysql.fi | 2005-06-13 | 5 | -8/+16 |
| * | InnoDB: Remove compiler warning | marko@hundin.mysql.fi | 2005-06-10 | 3 | -12/+13 |
| * | InnoDB: minor clean-up in os0file | marko@hundin.mysql.fi | 2005-06-10 | 2 | -8/+13 |
| * | innobase/include/univ.i: Added some comments. | marko@hundin.mysql.fi | 2005-06-10 | 1 | -5/+15 |
| * | InnoDB: Improved the handling of assertions. | marko@hundin.mysql.fi | 2005-06-10 | 2 | -66/+113 |
| * | btr0cur.c: | marko@hundin.mysql.fi | 2005-06-10 | 1 | -5/+15 |
| * | InnoDB: Do not distinguish explicitly requested table locks. | marko@hundin.mysql.fi | 2005-06-08 | 6 | -184/+14 |
| * | InnoDB ON UPDATE CASCADE fixes: | marko@hundin.mysql.fi | 2005-05-13 | 2 | -20/+41 |
| * | Remove unused function rec_offs_nth_null(). | marko@hundin.mysql.fi | 2005-04-27 | 3 | -38/+13 |
| * | Fix bugs found in previous optimizations. | marko@hundin.mysql.fi | 2005-04-27 | 8 | -36/+37 |
| * | InnoDB: Performance optimizations based on OProfile analysis | marko@hundin.mysql.fi | 2005-04-25 | 28 | -856/+929 |
| * | rem0cmp.c: | marko@hundin.mysql.fi | 2005-04-22 | 3 | -74/+52 |
| * | InnoDB: Optimize rec_get_offsets(), rec_copy_prefix_to_buf() and | marko@hundin.mysql.fi | 2005-04-22 | 3 | -124/+136 |
| * | row0upd.c: | marko@hundin.mysql.fi | 2005-04-22 | 3 | -6/+15 |
| * | InnoDB: Some low-level optimizations made based on OProfile results. | marko@hundin.mysql.fi | 2005-04-22 | 12 | -48/+45 |
| * | dict0dict.c: | marko@hundin.mysql.fi | 2005-04-22 | 1 | -10/+13 |
| * | InnoDB: Make branch prediction assume that assertions do not fail. | marko@hundin.mysql.fi | 2005-04-21 | 2 | -7/+2 |
| * | InnoDB: Speed up comparison functions by making | marko@hundin.mysql.fi | 2005-04-21 | 3 | -5/+4 |
| * | InnoDB: Reduce memcpy() load in row_sel_pop_cached_row_for_mysql() | marko@hundin.mysql.fi | 2005-04-21 | 2 | -2/+5 |
| * | InnoDB: Define some macros around GCC's __builtin_expect() | marko@hundin.mysql.fi | 2005-04-21 | 16 | -68/+82 |
| * | InnoDB: Make CHECK TABLE killable. (Bug #9730) | marko@hundin.mysql.fi | 2005-04-20 | 5 | -9/+49 |
| * | InnoDB: Replace the redo log entry type | marko@hundin.mysql.fi | 2005-04-18 | 5 | -22/+35 |
* | | pars0lex.l: | marko@hundin.mysql.fi | 2005-06-17 | 2 | -1/+7 |
* | | os0sync.c, os0file.c: | heikki@hundin.mysql.fi | 2005-06-10 | 2 | -12/+12 |
* | | merged | serg@serg.mylan | 2005-05-28 | 1 | -0/+5 |
|\ \ | |||||
| * \ | Merge hundin.mysql.fi:/home/marko/k/mysql-4.0 | marko@hundin.mysql.fi | 2005-05-26 | 1 | -0/+5 |
| |\ \ | |||||
| | * | | InnoDB: Check all referencing tables in DROP DATABASE (Bug #10335). | marko@hundin.mysql.fi | 2005-05-26 | 1 | -0/+5 |
* | | | | srv0start.c: | marko@hundin.mysql.fi | 2005-05-25 | 1 | -3/+4 |
* | | | | Print information about XA recovery only if there are prepared XA transactions | jan@hundin.mysql.fi | 2005-05-24 | 1 | -7/+11 |
* | | | | Manual merge (again) | konstantin@mysql.com | 2005-05-14 | 1 | -2/+10 |
|\ \ \ \ | |/ / / | |||||
| * | | | row0mysql.c: | heikki@hundin.mysql.fi | 2005-05-13 | 1 | -2/+10 |
* | | | | After merge fix | marko@hundin.mysql.fi | 2005-05-06 | 1 | -0/+3 |
* | | | | Merge | marko@hundin.mysql.fi | 2005-05-06 | 4 | -22/+61 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-4.1 | marko@hundin.mysql.fi | 2005-05-06 | 4 | -20/+61 |
| |\ \ \ | |||||
| | * | | | InnoDB: Truncate SHOW INNODB STATUS output at the start of the list | marko@hundin.mysql.fi | 2005-04-19 | 4 | -20/+61 |
* | | | | | Merge hundin.mysql.fi:/home/heikki/mysql-4.1 | heikki@hundin.mysql.fi | 2005-04-27 | 3 | -1/+27 |
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | |||||
| * | | | dict0dict.c, dict0dict.h, fil0fil.c: | heikki@hundin.mysql.fi | 2005-04-27 | 3 | -1/+27 |
| |/ / |