Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compile | lenz@mysql.com | 2004-04-29 | 1 | -0/+1 |
* | Portability fix (for AIX) | monty@mysql.com | 2004-04-29 | 1 | -0/+3 |
* | InnoDB: make UNIV_SYNC_DEBUG useable again | marko@hundin.mysql.fi | 2004-04-28 | 4 | -5/+5 |
* | ha_innodb.cc, sync0sync.h, sync0sync.c: | heikki@hundin.mysql.fi | 2004-04-09 | 2 | -0/+40 |
* | InnoDB: Fix a preprocessor error introduced in ChangeSet 1.1772 | marko@hundin.mysql.fi | 2004-04-08 | 1 | -3/+4 |
* | InnoDB: Remove debug functions unless #ifdef UNIV_DEBUG | marko@hundin.mysql.fi | 2004-04-07 | 38 | -24/+144 |
* | InnoDB: send diagnostic output to stderr or files | marko@hundin.mysql.fi | 2004-04-06 | 72 | -2445/+2084 |
* | InnoDB: Backport fil_path_to_mysql_datadir from MySQL 4.1.x | marko@hundin.mysql.fi | 2004-04-05 | 2 | -0/+10 |
* | InnoDB: ignore intra-database foreign key references between tables | marko@hundin.mysql.fi | 2004-04-02 | 6 | -17/+31 |
* | InnoDB: Handle quotes properly in the InnoDB SQL parser | marko@hundin.mysql.fi | 2004-04-02 | 5 | -503/+563 |
* | Merge marko@build.mysql.com:/home/bk/mysql-4.0 | marko@hundin.mysql.fi | 2004-04-01 | 4 | -25/+49 |
|\ | |||||
| * | fil0fil.c, os0file.c, srv0srv.h, srv0srv.c: | heikki@hundin.mysql.fi | 2004-04-01 | 4 | -34/+43 |
| * | fil0fil.c: | heikki@hundin.mysql.fi | 2004-03-31 | 2 | -4/+19 |
* | | InnoDB cleanup: fixing buffer overflows and quoting of quotes | marko@hundin.mysql.fi | 2004-04-01 | 42 | -1137/+1142 |
* | | InnoDB: cleanup of B-tree cursor operations | marko@hundin.mysql.fi | 2004-03-31 | 1 | -14/+18 |
|/ | |||||
* | InnoDB: Remove ut_str_contains() and replace it with strchr() | marko@hundin.mysql.fi | 2004-03-31 | 4 | -36/+4 |
* | InnoDB: Remove unused hash table code and parameters | marko@hundin.mysql.fi | 2004-03-31 | 2 | -69/+5 |
* | InnoDB: Remove unnecessary code, mostly related to stored procedures | marko@hundin.mysql.fi | 2004-03-31 | 10 | -315/+0 |
* | InnoDB: parse CONSTRAINT FOREIGN KEY correctly (Bug #3332) | marko@hundin.mysql.fi | 2004-03-30 | 1 | -2/+9 |
* | mem0dbg.c: | heikki@hundin.mysql.fi | 2004-03-26 | 1 | -1/+1 |
* | 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 |
|/ |