Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sync0sync.c: | heikki@hundin.mysql.fi | 2004-03-22 | 1 | -1/+1 |
* | sync0sync.c: | heikki@hundin.mysql.fi | 2004-03-22 | 1 | -1/+1 |
* | btr0btr.c: | heikki@hundin.mysql.fi | 2004-03-20 | 1 | -1/+1 |
* | btr0btr.c: | heikki@hundin.mysql.fi | 2004-03-19 | 2 | -36/+49 |
* | Portability fixes | monty@mysql.com | 2004-03-19 | 1 | -4/+4 |
* | InnoDB: Remove some debug variables unless UNIV_SEARCH_PERF_STAT is defined | marko@hundin.mysql.fi | 2004-03-16 | 4 | -4/+12 |
* | InnoDB: Make btr_cur_unmark_extern_fields() a static function | marko@hundin.mysql.fi | 2004-03-16 | 2 | -11/+11 |
* | InnoDB: Remove unused directory "cry" | marko@hundin.mysql.fi | 2004-03-16 | 1 | -12/+0 |
* | InnoDB: remove debug code from non-debug version | marko@hundin.mysql.fi | 2004-03-16 | 3 | -35/+3 |
* | InnoDB: Remove log debug code when UNIV_LOG_DEBUG is not defined | marko@hundin.mysql.fi | 2004-03-16 | 4 | -14/+67 |
* | InnoDB: Replace ut_a(0) with ut_error | marko@hundin.mysql.fi | 2004-03-13 | 37 | -90/+90 |
* | InnoDB: disable unreachable debug functions unless #ifdef UNIV_MEM_DEBUG | marko@hundin.mysql.fi | 2004-03-12 | 2 | -13/+21 |
* | InnoDB: remove redundant functions mach_write() and mach_read() | marko@hundin.mysql.fi | 2004-03-12 | 3 | -63/+6 |
* | Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and mlog_write_d... | marko@hundin.mysql.fi | 2004-03-12 | 11 | -76/+53 |
* | Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabled | marko@hundin.mysql.fi | 2004-03-12 | 56 | -208/+830 |
* | Replace ut_anp with ut_a | marko@hundin.mysql.fi | 2004-03-12 | 6 | -102/+49 |
* | More consistent handling of magic numbers | marko@hundin.mysql.fi | 2004-03-11 | 13 | -81/+68 |
* | Remove remaining references to the built-in ODBC driver of InnoDB | marko@hundin.mysql.fi | 2004-03-11 | 6 | -435/+28 |
* | Remove unneeded module "com" | marko@hundin.mysql.fi | 2004-03-11 | 26 | -2733/+104 |
* | sync0arr.c, os0file.h: | heikki@hundin.mysql.fi | 2004-03-11 | 2 | -0/+14 |
* | data0data.c: | heikki@hundin.mysql.fi | 2004-03-11 | 1 | -3/+3 |
* | buf0lru.c: | heikki@hundin.mysql.fi | 2004-03-10 | 1 | -3/+7 |
* | srv0srv.c: | heikki@hundin.mysql.fi | 2004-03-04 | 1 | -12/+8 |
* | row0upd.c: | heikki@hundin.mysql.fi | 2004-02-27 | 1 | -8/+9 |
* | Merge marko@build.mysql.com:/home/bk/mysql-4.0 | marko@hundin.mysql.fi | 2004-02-25 | 1 | -1/+0 |
|\ | |||||
| * | trx0undo.c: | marko@hundin.mysql.fi | 2004-02-25 | 1 | -1/+0 |
* | | ut0dbg.h: | heikki@hundin.mysql.fi | 2004-02-24 | 1 | -3/+15 |
|/ | |||||
* | Merge marko@build.mysql.com:/home/bk/mysql-4.0 | marko@hundin.mysql.fi | 2004-02-23 | 1 | -1/+1 |
|\ | |||||
| * | configure.in: | marko@hundin.mysql.fi | 2004-02-23 | 1 | -1/+1 |
* | | Cleanups | monty@mashka.mysql.fi | 2004-02-22 | 1 | -1/+1 |
|/ | |||||
* | Remove unused files | marko@hundin.mysql.fi | 2004-02-20 | 4 | -807/+0 |
* | Merge marko@build.mysql.com:/home/bk/mysql-4.0 | marko@hundin.mysql.fi | 2004-02-20 | 45 | -2134/+68 |
|\ | |||||
| * | Many files: | marko@hundin.mysql.fi | 2004-02-20 | 45 | -2134/+68 |
* | | Merge heikki@build.mysql.com:/home/bk/mysql-4.0 | heikki@hundin.mysql.fi | 2004-02-19 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | que0que.c: | heikki@hundin.mysql.fi | 2004-02-19 | 1 | -1/+1 |
* | | srv_add_path_separator_if_needed: be static; use memcpy, not sprintf | marko@hundin.mysql.fi | 2004-02-19 | 2 | -25/+10 |
* | | Remove unnecessary files and functions | marko@hundin.mysql.fi | 2004-02-19 | 8 | -7030/+8 |
* | | Many files: | marko@hundin.mysql.fi | 2004-02-19 | 10 | -72/+72 |
* | | Remove unnecessary files | marko@hundin.mysql.fi | 2004-02-19 | 60 | -42628/+0 |
|/ | |||||
* | row0mysql.c: | heikki@hundin.mysql.fi | 2004-02-09 | 3 | -0/+34 |
* | row0mysql.c: | heikki@hundin.mysql.fi | 2004-02-09 | 1 | -1/+1 |
* | Many files: | heikki@hundin.mysql.fi | 2004-02-09 | 8 | -67/+440 |
* | Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) | monty@mysql.com | 2004-02-05 | 1 | -1/+1 |
* | dict0dict.c: | heikki@hundin.mysql.fi | 2004-02-02 | 1 | -1/+1 |
* | dict0dict.c: | heikki@hundin.mysql.fi | 2004-02-02 | 1 | -11/+37 |
* | dict0dict.c: | heikki@hundin.mysql.fi | 2004-02-02 | 2 | -165/+151 |
* | dict0dict.c: | heikki@hundin.mysql.fi | 2004-02-01 | 1 | -46/+65 |
* | Fixed parsing of column names and foreign key constraints in Innobase to hand... | monty@mysql.com | 2004-01-30 | 1 | -29/+46 |
* | btr0cur.c: | heikki@hundin.mysql.fi | 2004-01-29 | 1 | -2/+3 |
* | data0data.ic, data0data.h, row0sel.c: | heikki@hundin.mysql.fi | 2004-01-27 | 3 | -1/+43 |