summaryrefslogtreecommitdiff
path: root/innobase
Commit message (Expand)AuthorAgeFilesLines
* mem0mem.ic, mem0mem.h:unknown2004-06-162-41/+0
* InnoDB bug fix: mem_realloc() didn't preserve the block contentsunknown2004-06-161-3/+15
* InnoDB: Revert most of ChangeSet@1.1772, as the debug functions mayunknown2004-06-1636-140/+23
* InnoDB bug fix (row0mysql.c): make reserved table names innodb_* special againunknown2004-06-151-17/+33
* InnoDB cleanup: Remove debug functionunknown2004-06-021-2/+6
* row0mysql.c, row0mysql.h, ha_innodb.cc:unknown2004-06-012-0/+4
* InnoDB: Add diagnostics when tmpfile() fails at start (Bug #3919)unknown2004-05-284-16/+39
* Portability fix for HPUXunknown2004-05-281-2/+2
* InnoDB fixup: remove debug assertion that causes compile errorunknown2004-05-261-2/+0
* InnoDB cleanup: Remove unused code for online backupunknown2004-05-266-351/+8
* InnoDB cleanup and possible bug-fix: Remove srv0queunknown2004-05-2514-502/+103
* New MYSQL_SERVER_SUFFIX usage (for easier compilation)unknown2004-05-251-1/+1
* InnoDB cleanup: sync0arr.c: sync_array_cell_print(): Remove unused variable strunknown2004-05-241-1/+0
* Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'unknown2004-05-192-3/+3
* mem0pool.c:unknown2004-05-181-13/+5
* dict0dict.c:unknown2004-05-171-1/+2
* InnoDB: srv0srv.c: Remove reference to sync0ipm.h (fix ChangeSet@1.1833)unknown2004-05-171-1/+0
* InnoDB: Remove unused module sync0ipmunknown2004-05-176-472/+4
* InnoDB: Remove unused module os0shmunknown2004-05-176-235/+4
* InnoDB: Remove unused function ut_str_catenate()unknown2004-05-142-37/+0
* ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c:unknown2004-05-133-3/+41
* InnoDB: fixed bug in dict0dict.c: dict_index_name_print()unknown2004-05-131-1/+1
* InnoDB: Remove os_file_lock() from the 4.0 tree (unfix Bug #3608)unknown2004-05-131-41/+0
* eval0eval.c:unknown2004-05-121-1/+1
* InnoDB: Changed bug reporting address to http://bugs.mysql.comunknown2004-05-1110-30/+23
* InnoDB: Fix assertion failure for orphaned tables in DROP DATABASEunknown2004-05-101-2/+3
* Fix auto_inc locking bug introduced in ChangeSet@1.1794.1.1unknown2004-05-071-1/+1
* InnoDB portability fix: new function os_file_set_eof()unknown2004-05-053-5/+26
* InnoDB: Truncate "<datadir>/innodb.status.<pid>" to its actual sizeunknown2004-05-051-0/+5
* InnoDB: os0file.c: Lock files exclusively (Bug #3608)unknown2004-05-051-7/+48
* Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-05-036-15/+244
|\
| * InnoDB: implement LOCK TABLE (Bug #3299)unknown2004-04-296-15/+244
* | - added AC_PROG_LIBTOOL to innobase/configure.in to be able to compileunknown2004-04-291-0/+1
|/
* Portability fix (for AIX)unknown2004-04-291-0/+3
* InnoDB: make UNIV_SYNC_DEBUG useable againunknown2004-04-284-5/+5
* ha_innodb.cc, sync0sync.h, sync0sync.c:unknown2004-04-092-0/+40
* InnoDB: Fix a preprocessor error introduced in ChangeSet 1.1772unknown2004-04-081-3/+4
* InnoDB: Remove debug functions unless #ifdef UNIV_DEBUGunknown2004-04-0738-24/+144
* InnoDB: send diagnostic output to stderr or filesunknown2004-04-0672-2445/+2084
* InnoDB: Backport fil_path_to_mysql_datadir from MySQL 4.1.xunknown2004-04-052-0/+10
* InnoDB: ignore intra-database foreign key references between tablesunknown2004-04-026-17/+31
* InnoDB: Handle quotes properly in the InnoDB SQL parserunknown2004-04-025-503/+563
* Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-04-014-25/+49
|\
| * fil0fil.c, os0file.c, srv0srv.h, srv0srv.c:unknown2004-04-014-34/+43
| * fil0fil.c:unknown2004-03-312-4/+19
* | InnoDB cleanup: fixing buffer overflows and quoting of quotesunknown2004-04-0142-1137/+1142
* | InnoDB: cleanup of B-tree cursor operationsunknown2004-03-311-14/+18
|/
* InnoDB: Remove ut_str_contains() and replace it with strchr()unknown2004-03-314-36/+4
* InnoDB: Remove unused hash table code and parametersunknown2004-03-312-69/+5
* InnoDB: Remove unnecessary code, mostly related to stored proceduresunknown2004-03-3110-315/+0