summaryrefslogtreecommitdiff
path: root/innobase/include
Commit message (Expand)AuthorAgeFilesLines
* buf0buf.ic:unknown2002-06-261-2/+2
* Many files:unknown2002-06-2219-145/+221
* univ.i:unknown2002-04-181-0/+3
* univ.i:unknown2002-04-181-2/+7
* Many files:unknown2002-04-1814-37/+104
* os0file.h:unknown2002-04-111-6/+0
* sync0rw.ic, ut0byte.ic:unknown2002-03-212-1/+15
* Many files:unknown2002-03-2115-19/+331
* dict0dict.h, dict0dict.c, row0mysql.c, ha_innobase.cc:unknown2002-02-141-7/+10
* Many files:unknown2002-02-046-4/+71
* page0page.ic:unknown2002-01-292-1/+3
* Many files:unknown2002-01-2810-103/+180
* data0type.ic, rem0cmp.c:unknown2001-12-221-4/+7
* dict0mem.c, dict0dict.c, row0mysql.c, dict0mem.h:unknown2001-12-171-13/+9
* rem0rec.ic:unknown2001-12-141-1/+13
* ut0byte.h, ut0byte.c, dict0dict.c:unknown2001-12-111-0/+20
* buf0buf.ic, mtr0log.ic:unknown2001-12-042-2/+15
* dict0dict.h, dict0dict.c:unknown2001-11-171-1/+1
* btr0cur.c, btr0btr.c, dict0dict.h, dict0dict.c:unknown2001-11-171-1/+3
* updatedunknown2001-11-053-15/+4
* Mergeunknown2001-10-3013-111/+84
* Fix for gcc 3.0unknown2001-10-301-1/+5
* ut0mem.c Merge changes in InnoDB-3.23.43bunknown2001-10-1038-411/+734
* os0sync.h Define os_fast_mutex functions also in Windowsunknown2001-09-202-2/+2
* univ.i Changes to eliminate unnecessary Purify warnings (documentation of f...unknown2001-09-201-2/+6
* mem0mem.ic Changes to eliminate unnecessary Purify warningsunknown2001-09-203-12/+40
* lock0lock.c Fix slowness of deadlock detection algorithmunknown2001-09-051-0/+2
* trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor printsunknown2001-08-296-4/+127
* Portability fixes.unknown2001-08-181-0/+2
* Portability fixesunknown2001-08-101-3/+1
* srv0srv.h Support raw disk partitions as data filesunknown2001-08-0429-65/+546
* dict0dict.ic Remove acquisition of the dictionary mutex: this may fix the han...unknown2001-07-201-4/+0
* srv0srv.h Support raw disk as a data fileunknown2001-07-191-1/+15
* univ.i Added a new debug define optionunknown2001-06-244-2/+36
* mergeunknown2001-06-121-2/+0
* Merge work:/home/bk/mysql into hundin.mysql.fi:/my/bk/mysqlunknown2001-06-121-0/+2
|\
| * Fixed changelogunknown2001-06-121-0/+2
* | univ.i Disable XCHG mutex implementation because of compile problem in GCC-...unknown2001-06-121-0/+2
|/
* page0cur.ic Fix a bug in insert buffer and multiversioningunknown2001-06-071-2/+2
* mem0pool.h Fix a bus error in aligment of longlong on Solarisunknown2001-06-051-1/+2
* manual.texi website address changeunknown2001-06-036-8/+49
* sync0sync.ic Had deleted inadvertently lock word = 0 from the non-gcc+i86 cas...unknown2001-05-311-0/+2
* sync0sync.ic Use XCHG also to reset the mutex lock word: it makes a serializa...unknown2001-05-311-5/+19
* Added functions for symbolic link handling to make it possible tounknown2001-05-311-1/+2
* sync0sync.ic InnoDB now uses XCHG to implement mutex if GCC and x86unknown2001-05-261-0/+14
* log0log.c InnoDB now prints timestamp at startup and shutdownunknown2001-05-241-0/+7
* srv0srv.h One can now specify innodb_unix_file_flush_method in my.cnfunknown2001-05-231-0/+10
* dict0dict.h InnoDB now tries to provide autoinc column value from a counter t...unknown2001-05-214-0/+43
* os0file.h Define always WIN_ASYNC_IO, check at run-time if the OS actually su...unknown2001-05-201-4/+2
* os0file.h InnoDB should now run with the same binary on Win95 and NT: checks ...unknown2001-05-201-1/+11