summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* InnoDB: Changed bug reporting address to http://bugs.mysql.commarko@hundin.mysql.fi2004-05-1110-30/+23
* InnoDB: Fix assertion failure for orphaned tables in DROP DATABASEmarko@hundin.mysql.fi2004-05-101-2/+3
* Fix auto_inc locking bug introduced in ChangeSet@1.1794.1.1marko@hundin.mysql.fi2004-05-071-1/+1
* InnoDB portability fix: new function os_file_set_eof()marko@hundin.mysql.fi2004-05-053-5/+26
* InnoDB: Truncate "<datadir>/innodb.status.<pid>" to its actual sizemarko@hundin.mysql.fi2004-05-051-0/+5
* InnoDB: os0file.c: Lock files exclusively (Bug #3608)marko@hundin.mysql.fi2004-05-051-7/+48
* Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-05-036-15/+244
|\
| * InnoDB: implement LOCK TABLE (Bug #3299)marko@hundin.mysql.fi2004-04-296-15/+244
* | - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compilelenz@mysql.com2004-04-291-0/+1
|/
* Portability fix (for AIX)monty@mysql.com2004-04-291-0/+3
* InnoDB: make UNIV_SYNC_DEBUG useable againmarko@hundin.mysql.fi2004-04-284-5/+5
* ha_innodb.cc, sync0sync.h, sync0sync.c:heikki@hundin.mysql.fi2004-04-092-0/+40
* InnoDB: Fix a preprocessor error introduced in ChangeSet 1.1772marko@hundin.mysql.fi2004-04-081-3/+4
* InnoDB: Remove debug functions unless #ifdef UNIV_DEBUGmarko@hundin.mysql.fi2004-04-0738-24/+144
* InnoDB: send diagnostic output to stderr or filesmarko@hundin.mysql.fi2004-04-0672-2445/+2084
* InnoDB: Backport fil_path_to_mysql_datadir from MySQL 4.1.xmarko@hundin.mysql.fi2004-04-052-0/+10
* InnoDB: ignore intra-database foreign key references between tablesmarko@hundin.mysql.fi2004-04-026-17/+31
* InnoDB: Handle quotes properly in the InnoDB SQL parsermarko@hundin.mysql.fi2004-04-025-503/+563
* Merge marko@build.mysql.com:/home/bk/mysql-4.0marko@hundin.mysql.fi2004-04-014-25/+49
|\
| * fil0fil.c, os0file.c, srv0srv.h, srv0srv.c:heikki@hundin.mysql.fi2004-04-014-34/+43
| * fil0fil.c:heikki@hundin.mysql.fi2004-03-312-4/+19
* | InnoDB cleanup: fixing buffer overflows and quoting of quotesmarko@hundin.mysql.fi2004-04-0142-1137/+1142
* | InnoDB: cleanup of B-tree cursor operationsmarko@hundin.mysql.fi2004-03-311-14/+18
|/
* InnoDB: Remove ut_str_contains() and replace it with strchr()marko@hundin.mysql.fi2004-03-314-36/+4
* InnoDB: Remove unused hash table code and parametersmarko@hundin.mysql.fi2004-03-312-69/+5
* InnoDB: Remove unnecessary code, mostly related to stored proceduresmarko@hundin.mysql.fi2004-03-3110-315/+0
* InnoDB: parse CONSTRAINT FOREIGN KEY correctly (Bug #3332)marko@hundin.mysql.fi2004-03-301-2/+9
* mem0dbg.c:heikki@hundin.mysql.fi2004-03-261-1/+1
* sync0sync.c:heikki@hundin.mysql.fi2004-03-221-1/+1
* sync0sync.c:heikki@hundin.mysql.fi2004-03-221-1/+1
* btr0btr.c:heikki@hundin.mysql.fi2004-03-201-1/+1
* btr0btr.c:heikki@hundin.mysql.fi2004-03-192-36/+49
* Portability fixesmonty@mysql.com2004-03-191-4/+4
* InnoDB: Remove some debug variables unless UNIV_SEARCH_PERF_STAT is definedmarko@hundin.mysql.fi2004-03-164-4/+12
* InnoDB: Make btr_cur_unmark_extern_fields() a static functionmarko@hundin.mysql.fi2004-03-162-11/+11
* InnoDB: Remove unused directory "cry"marko@hundin.mysql.fi2004-03-161-12/+0
* InnoDB: remove debug code from non-debug versionmarko@hundin.mysql.fi2004-03-163-35/+3
* InnoDB: Remove log debug code when UNIV_LOG_DEBUG is not definedmarko@hundin.mysql.fi2004-03-164-14/+67
* InnoDB: Replace ut_a(0) with ut_errormarko@hundin.mysql.fi2004-03-1337-90/+90
* InnoDB: disable unreachable debug functions unless #ifdef UNIV_MEM_DEBUGmarko@hundin.mysql.fi2004-03-122-13/+21
* InnoDB: remove redundant functions mach_write() and mach_read()marko@hundin.mysql.fi2004-03-123-63/+6
* Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and mlog_write_d...marko@hundin.mysql.fi2004-03-1211-76/+53
* Allow UNIV_SYNC_DEBUG to be disabled while UNIV_DEBUG is enabledmarko@hundin.mysql.fi2004-03-1256-208/+830
* Replace ut_anp with ut_amarko@hundin.mysql.fi2004-03-126-102/+49
* More consistent handling of magic numbersmarko@hundin.mysql.fi2004-03-1113-81/+68
* Remove remaining references to the built-in ODBC driver of InnoDBmarko@hundin.mysql.fi2004-03-116-435/+28
* Remove unneeded module "com"marko@hundin.mysql.fi2004-03-1126-2733/+104
* sync0arr.c, os0file.h:heikki@hundin.mysql.fi2004-03-112-0/+14
* data0data.c:heikki@hundin.mysql.fi2004-03-111-3/+3
* buf0lru.c:heikki@hundin.mysql.fi2004-03-101-3/+7