| Commit message (Expand) | Author | Age | Files | Lines |
* | InnoDB: send diagnostic output to stderr or files | unknown | 2004-04-06 | 20 | -96/+90 |
* | InnoDB: Backport fil_path_to_mysql_datadir from MySQL 4.1.x | unknown | 2004-04-05 | 1 | -0/+5 |
* | InnoDB: ignore intra-database foreign key references between tables | unknown | 2004-04-02 | 2 | -1/+13 |
* | InnoDB: Handle quotes properly in the InnoDB SQL parser | unknown | 2004-04-02 | 1 | -7/+0 |
* | Merge marko@build.mysql.com:/home/bk/mysql-4.0 | unknown | 2004-04-01 | 1 | -2/+11 |
|\ |
|
| * | fil0fil.c, os0file.c, srv0srv.h, srv0srv.c: | unknown | 2004-04-01 | 1 | -2/+11 |
* | | InnoDB cleanup: fixing buffer overflows and quoting of quotes | unknown | 2004-04-01 | 13 | -31/+233 |
|/ |
|
* | InnoDB: Remove ut_str_contains() and replace it with strchr() | unknown | 2004-03-31 | 1 | -8/+0 |
* | InnoDB: Remove unused hash table code and parameters | unknown | 2004-03-31 | 1 | -40/+3 |
* | InnoDB: Remove unnecessary code, mostly related to stored procedures | unknown | 2004-03-31 | 7 | -115/+0 |
* | InnoDB: Remove some debug variables unless UNIV_SEARCH_PERF_STAT is defined | unknown | 2004-03-16 | 2 | -1/+6 |
* | InnoDB: Make btr_cur_unmark_extern_fields() a static function | unknown | 2004-03-16 | 1 | -10/+0 |
* | InnoDB: remove debug code from non-debug version | unknown | 2004-03-16 | 2 | -34/+0 |
* | InnoDB: Remove log debug code when UNIV_LOG_DEBUG is not defined | unknown | 2004-03-16 | 2 | -0/+6 |
* | InnoDB: Replace ut_a(0) with ut_error | unknown | 2004-03-13 | 4 | -7/+7 |
* | InnoDB: disable unreachable debug functions unless #ifdef UNIV_MEM_DEBUG | unknown | 2004-03-12 | 1 | -0/+2 |
* | InnoDB: remove redundant functions mach_write() and mach_read() | unknown | 2004-03-12 | 2 | -57/+0 |
* | Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and mlog_write_d... | unknown | 2004-03-12 | 3 | -4/+1 |
* | Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabled | unknown | 2004-03-12 | 18 | -61/+138 |
* | Replace ut_anp with ut_a | unknown | 2004-03-12 | 1 | -89/+24 |
* | More consistent handling of magic numbers | unknown | 2004-03-11 | 7 | -36/+39 |
* | Remove remaining references to the built-in ODBC driver of InnoDB | unknown | 2004-03-11 | 4 | -197/+7 |
* | Remove unneeded module "com" | unknown | 2004-03-11 | 11 | -513/+8 |
* | sync0arr.c, os0file.h: | unknown | 2004-03-11 | 1 | -0/+3 |
* | ut0dbg.h: | unknown | 2004-02-24 | 1 | -3/+15 |
* | Many files: | unknown | 2004-02-20 | 18 | -326/+8 |
* | srv_add_path_separator_if_needed: be static; use memcpy, not sprintf | unknown | 2004-02-19 | 1 | -10/+0 |
* | Remove unnecessary files and functions | unknown | 2004-02-19 | 1 | -43/+0 |
* | Many files: | unknown | 2004-02-19 | 5 | -41/+41 |
* | Remove unnecessary files | unknown | 2004-02-19 | 2 | -345/+0 |
* | row0mysql.c: | unknown | 2004-02-09 | 1 | -0/+9 |
* | Many files: | unknown | 2004-02-09 | 3 | -2/+30 |
* | Added testing of pthread_key_delete (to fix compile problem on SCO) (Bug #2461) | unknown | 2004-02-05 | 1 | -1/+1 |
* | data0data.ic, data0data.h, row0sel.c: | unknown | 2004-01-27 | 2 | -0/+33 |
* | trx0sys.c, srv0start.c, ibuf0ibuf.c, trx0sys.h, srv0srv.h: | unknown | 2004-01-06 | 2 | -0/+20 |
* | btr0cur.c, row0umod.c: | unknown | 2003-12-13 | 2 | -3/+1 |
* | row0upd.h, row0upd.c: | unknown | 2003-12-12 | 1 | -2/+2 |
* | Many files: | unknown | 2003-12-12 | 3 | -20/+29 |
* | thr0loc.c, srv0start.c, srv0srv.c, srv0srv.h, os0thread.h, ha_innodb.cc: | unknown | 2003-10-17 | 2 | -8/+5 |
* | srv0srv.c, os0file.c, log0recv.h, log0log.h, fil0fil.h, fsp0fsp.c, fil0fil.c: | unknown | 2003-07-25 | 3 | -0/+24 |
* | srv0start.c, srv0srv.h, os0file.h, os0file.c: | unknown | 2003-07-13 | 2 | -1/+6 |
* | Many files: | unknown | 2003-07-03 | 2 | -2/+12 |
* | dict0dict.h, dict0dict.c, ha_innodb.cc: | unknown | 2003-06-22 | 1 | -0/+10 |
* | row0mysql.c, dict0dict.ic: | unknown | 2003-06-16 | 2 | -4/+3 |
* | Many files: | unknown | 2003-06-15 | 24 | -73/+330 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | unknown | 2003-06-04 | 1 | -0/+4 |
|\ |
|
| * | Added [mysqld-base-version] as a default group for the mysqld server | unknown | 2003-06-04 | 1 | -0/+4 |
* | | os0thread.h, os0sync.ic, os0sync.h, os0thread.c, os0sync.c, os0file.c: | unknown | 2003-06-02 | 3 | -20/+36 |
|/ |
|
* | os0thread.c, os0thread.h, os0sync.h: | unknown | 2003-05-31 | 2 | -3/+1 |
* | Many files: | unknown | 2003-05-31 | 3 | -12/+37 |