Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | row0sel.c: | marko@hundin.mysql.fi | 2005-07-28 | 1 | -2/+2 |
* | row_sel_store_mysql_rec(): Convert NULL true VARCHAR columns | marko@hundin.mysql.fi | 2005-07-28 | 1 | -2/+10 |
* | Merge hundin.mysql.fi:/home/marko/mysql-4.1 | marko@hundin.mysql.fi | 2005-07-26 | 3 | -1/+18 |
|\ | |||||
| * | InnoDB: Do not flush after each write, not even when creating the | marko@hundin.mysql.fi | 2005-07-26 | 3 | -1/+18 |
* | | Implement MySQL framework to support consistent read views in | jan@hundin.mysql.fi | 2005-07-22 | 6 | -11/+222 |
* | | sync0sync.c, sync0sync.h: | kent@mysql.com | 2005-07-21 | 2 | -2/+9 |
* | | InnoDB: Make the srv_thread_concurrency checks more consistent. | marko@hundin.mysql.fi | 2005-07-06 | 2 | -14/+4 |
* | | InnoDB: Fix compile-pentium-debug-max compilation problem. | marko@hundin.mysql.fi | 2005-07-05 | 2 | -9/+12 |
* | | Merge marko@bk-internal.mysql.com:/home/bk/mysql-5.0 | marko@hundin.mysql.fi | 2005-07-04 | 4 | -86/+133 |
|\ \ | |||||
| * | | InnoDB: Fix a bug in BLOB handling; optimize null flag handling. | marko@hundin.mysql.fi | 2005-06-30 | 1 | -38/+67 |
| * | | InnoDB: Optimize page_cur_search_with_match(). | marko@hundin.mysql.fi | 2005-06-30 | 3 | -48/+66 |
* | | | row0sel.c: | heikki@hundin.mysql.fi | 2005-07-02 | 1 | -3/+11 |
* | | | trx0trx.h, trx0trx.ic, row0mysql.c: | heikki@hundin.mysql.fi | 2005-07-01 | 3 | -5/+5 |
* | | | trx0trx.ic, trx0trx.h: | heikki@hundin.mysql.fi | 2005-07-01 | 2 | -9/+17 |
* | | | Many files: | heikki@hundin.mysql.fi | 2005-07-01 | 7 | -68/+287 |
|/ / | |||||
* | | Merge hundin.mysql.fi:/home/marko/mysql-4.1 | marko@hundin.mysql.fi | 2005-06-28 | 3 | -40/+40 |
|\ \ | |/ | |||||
| * | InnoDB: After review fixes | marko@hundin.mysql.fi | 2005-06-27 | 1 | -3/+10 |
| * | InnoDB: Optimize the extension of files. This will greatly speed | marko@hundin.mysql.fi | 2005-06-27 | 3 | -43/+33 |
* | | Many files: | heikki@hundin.mysql.fi | 2005-06-27 | 8 | -19/+26 |
* | | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 | heikki@hundin.mysql.fi | 2005-06-27 | 1 | -0/+7 |
|\ \ | |||||
| * | | WL#2286 - Compile MySQL w/YASSL support | svoj@mysql.com | 2005-06-23 | 1 | -0/+7 |
* | | | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 | heikki@hundin.mysql.fi | 2005-06-22 | 8 | -29/+12 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | Merge heikki@bk-internal.mysql.com:/home/bk/mysql-5.0 | heikki@hundin.mysql.fi | 2005-06-21 | 1 | -16/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | trx0undo.c: | heikki@hundin.mysql.fi | 2005-06-17 | 1 | -16/+12 |
* | | | 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 |