summaryrefslogtreecommitdiff
path: root/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* InnoDB cleanup:unknown2004-05-277-17/+31
* merge with 4.0 to get windows fixesunknown2004-05-273-81/+2
|\
| * InnoDB cleanup: Remove unused code for online backupunknown2004-05-263-81/+2
* | Changed prototype of killed_ptr() to make it more portableunknown2004-05-261-0/+4
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllunknown2004-05-256-115/+20
|\ \ | |/
| * InnoDB cleanup and possible bug-fix: Remove srv0queunknown2004-05-256-115/+20
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-247-376/+3
|\ \
| * | After merge fixesunknown2004-05-242-3/+1
| * | Merge with 4.0, mainly to get changes to windows project filesunknown2004-05-205-373/+2
| |\ \ | | |/
| | * InnoDB: Remove unused module sync0ipmunknown2004-05-173-296/+1
| | * InnoDB: Remove unused module os0shmunknown2004-05-173-77/+1
* | | InnoDB cleanup: Remove unused functions ut_sprintf() and ut_fprintf()unknown2004-05-201-32/+0
|/ /
* | InnoDB cleanup: Add const qualifiers to many char* argumentsunknown2004-05-1719-271/+283
* | Merge with 4.0.20unknown2004-05-171-2/+4
|\ \ | |/
| * InnoDB: Remove unused function ut_str_catenate()unknown2004-05-141-11/+0
| * ha_innodb.cc, trx0trx.h, lock0lock.c, trx0trx.c:unknown2004-05-131-2/+4
* | InnoDB cleanup: eliminate IB__FILE__unknown2004-05-1415-166/+163
* | InnoDB: ut0mem: Remove ut_str_catenate(), add const qualifiersunknown2004-05-142-22/+11
* | InnoDB: Replace ut_strdup() with mem_strdup()unknown2004-05-111-10/+0
* | Merge with 4.0 to get security patch for check_grant_columunknown2004-05-061-0/+8
|\ \ | |/
| * InnoDB portability fix: new function os_file_set_eof()unknown2004-05-051-0/+8
* | Merge with 4.0.19unknown2004-05-054-2/+39
|\ \ | |/
| * InnoDB: implement LOCK TABLE (Bug #3299)unknown2004-04-293-1/+38
| * InnoDB: make UNIV_SYNC_DEBUG useable againunknown2004-04-281-1/+1
* | After merge fixesunknown2004-04-273-2/+5
* | Merge with 4.0unknown2004-04-2648-300/+408
|\ \ | |/
| * ha_innodb.cc, sync0sync.h, sync0sync.c:unknown2004-04-091-0/+16
| * InnoDB: Remove debug functions unless #ifdef UNIV_DEBUGunknown2004-04-0718-16/+51
| * InnoDB: send diagnostic output to stderr or filesunknown2004-04-0620-96/+90
| * InnoDB: Backport fil_path_to_mysql_datadir from MySQL 4.1.xunknown2004-04-051-0/+5
| * InnoDB: ignore intra-database foreign key references between tablesunknown2004-04-022-1/+13
| * InnoDB: Handle quotes properly in the InnoDB SQL parserunknown2004-04-021-7/+0
| * Merge marko@build.mysql.com:/home/bk/mysql-4.0unknown2004-04-011-2/+11
| |\
| | * fil0fil.c, os0file.c, srv0srv.h, srv0srv.c:unknown2004-04-011-2/+11
| * | InnoDB cleanup: fixing buffer overflows and quoting of quotesunknown2004-04-0113-31/+233
| |/
| * InnoDB: Remove ut_str_contains() and replace it with strchr()unknown2004-03-311-8/+0
| * InnoDB: Remove unused hash table code and parametersunknown2004-03-311-40/+3
| * InnoDB: Remove unnecessary code, mostly related to stored proceduresunknown2004-03-317-115/+0
* | trx0undo.h, trx0undo.c, trx0trx.c:unknown2004-03-181-14/+0
* | merge fixes (use old code)unknown2004-03-1851-931/+218
|\ \
| * \ merge with 4.0unknown2004-03-177-45/+12
| |\ \ | | |/
| | * InnoDB: Remove some debug variables unless UNIV_SEARCH_PERF_STAT is definedunknown2004-03-162-1/+6
| | * InnoDB: Make btr_cur_unmark_extern_fields() a static functionunknown2004-03-161-10/+0
| | * InnoDB: remove debug code from non-debug versionunknown2004-03-162-34/+0
| | * InnoDB: Remove log debug code when UNIV_LOG_DEBUG is not definedunknown2004-03-162-0/+6
| * | merge with 4.0unknown2004-03-1646-886/+206
| |\ \ | | |/
| | * InnoDB: Replace ut_a(0) with ut_errorunknown2004-03-134-7/+7
| | * InnoDB: disable unreachable debug functions unless #ifdef UNIV_MEM_DEBUGunknown2004-03-121-0/+2
| | * InnoDB: remove redundant functions mach_write() and mach_read()unknown2004-03-122-57/+0
| | * Remove constant parameter MLOG_8BYTES from mtr_read_dulint() and mlog_write_d...unknown2004-03-123-4/+1